@nomalism-com/api 0.40.52 → 0.40.54
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 +348 -379
- package/dist/index.js +0 -61
- 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$1S implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1U implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1S 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$1R implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1T 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$1R as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1Q implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1S implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1Q as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1P implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -75,7 +75,7 @@ declare class Repository$1R 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$1O implements Nomalism$1.Commissioner.IRepository {
|
|
79
79
|
route: string;
|
|
80
80
|
publicRoute: string;
|
|
81
81
|
private api;
|
|
@@ -91,11 +91,11 @@ declare class Repository$1Q 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$1O 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$1N implements Nomalism$1.Country.IRepository {
|
|
99
99
|
route: string;
|
|
100
100
|
publicRoute: string;
|
|
101
101
|
private api;
|
|
@@ -111,10 +111,10 @@ declare class Repository$1P 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$1N as default };
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
declare class Repository$
|
|
117
|
+
declare class Repository$1M implements Nomalism$1.DocumentHeader.IRepository {
|
|
118
118
|
route: string;
|
|
119
119
|
publicRoute: string;
|
|
120
120
|
private api;
|
|
@@ -141,10 +141,10 @@ declare class Repository$1O implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
declare namespace documentHeader {
|
|
144
|
-
export { Repository$
|
|
144
|
+
export { Repository$1M as default };
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
declare class Repository$
|
|
147
|
+
declare class Repository$1L implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
148
148
|
route: string;
|
|
149
149
|
publicRoute: string;
|
|
150
150
|
private api;
|
|
@@ -153,10 +153,10 @@ declare class Repository$1N implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
declare namespace documentHeaderHistory {
|
|
156
|
-
export { Repository$
|
|
156
|
+
export { Repository$1L as default };
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
declare class Repository$
|
|
159
|
+
declare class Repository$1K implements Nomalism$1.BillOfLading.IRepository {
|
|
160
160
|
route: string;
|
|
161
161
|
publicRoute: string;
|
|
162
162
|
private api;
|
|
@@ -164,7 +164,7 @@ declare class Repository$1M 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$1J implements Nomalism$1.ProductionOrder.IRepository {
|
|
168
168
|
route: string;
|
|
169
169
|
publicRoute: string;
|
|
170
170
|
private api;
|
|
@@ -172,7 +172,7 @@ declare class Repository$1L 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$1I implements Nomalism$1.Proforma.IRepository {
|
|
176
176
|
route: string;
|
|
177
177
|
publicRoute: string;
|
|
178
178
|
private api;
|
|
@@ -181,7 +181,7 @@ declare class Repository$1K 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$1H implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
185
185
|
route: string;
|
|
186
186
|
publicRoute: string;
|
|
187
187
|
private api;
|
|
@@ -189,7 +189,7 @@ declare class Repository$1J 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$1G implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
193
193
|
route: string;
|
|
194
194
|
publicRoute: string;
|
|
195
195
|
private api;
|
|
@@ -198,7 +198,7 @@ declare class Repository$1I 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$1F implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
202
202
|
route: string;
|
|
203
203
|
publicRoute: string;
|
|
204
204
|
private api;
|
|
@@ -207,7 +207,7 @@ declare class Repository$1H 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$1E implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
211
211
|
route: string;
|
|
212
212
|
publicRoute: string;
|
|
213
213
|
private api;
|
|
@@ -215,7 +215,7 @@ declare class Repository$1G 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$1D implements Nomalism$1.DocumentLine.IRepository {
|
|
219
219
|
route: string;
|
|
220
220
|
publicRoute: string;
|
|
221
221
|
private api;
|
|
@@ -232,10 +232,10 @@ declare class Repository$1F implements Nomalism$1.DocumentLine.IRepository {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
declare namespace documentLine {
|
|
235
|
-
export { Repository$
|
|
235
|
+
export { Repository$1D as default };
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
declare class Repository$
|
|
238
|
+
declare class Repository$1C implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
239
239
|
route: string;
|
|
240
240
|
publicRoute: string;
|
|
241
241
|
private api;
|
|
@@ -248,10 +248,10 @@ declare class Repository$1E implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
declare namespace documentLineAssoc {
|
|
251
|
-
export { Repository$
|
|
251
|
+
export { Repository$1C as default };
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
declare class Repository$
|
|
254
|
+
declare class Repository$1B implements Nomalism$1.DocumentType.IApi {
|
|
255
255
|
route: string;
|
|
256
256
|
publicRoute: string;
|
|
257
257
|
private api;
|
|
@@ -265,10 +265,10 @@ declare class Repository$1D implements Nomalism$1.DocumentType.IApi {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
declare namespace documentType {
|
|
268
|
-
export { Repository$
|
|
268
|
+
export { Repository$1B as default };
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
declare class Repository$
|
|
271
|
+
declare class Repository$1A implements Nomalism$1.Favorites.IRepository {
|
|
272
272
|
route: string;
|
|
273
273
|
publicRoute: string;
|
|
274
274
|
private api;
|
|
@@ -280,10 +280,10 @@ declare class Repository$1C implements Nomalism$1.Favorites.IRepository {
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
declare namespace favorites {
|
|
283
|
-
export { Repository$
|
|
283
|
+
export { Repository$1A as default };
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
declare class Repository$
|
|
286
|
+
declare class Repository$1z implements Nomalism$1.File.IRepository {
|
|
287
287
|
route: string;
|
|
288
288
|
publicRoute: string;
|
|
289
289
|
private api;
|
|
@@ -295,10 +295,10 @@ declare class Repository$1B implements Nomalism$1.File.IRepository {
|
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
declare namespace file {
|
|
298
|
-
export { Repository$
|
|
298
|
+
export { Repository$1z as default };
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
declare class Repository$
|
|
301
|
+
declare class Repository$1y implements Nomalism$1.GoogleSheets.IController {
|
|
302
302
|
route: string;
|
|
303
303
|
publicRoute: string;
|
|
304
304
|
private api;
|
|
@@ -310,11 +310,11 @@ declare class Repository$1A implements Nomalism$1.GoogleSheets.IController {
|
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
declare namespace googleSheets {
|
|
313
|
-
export { Repository$
|
|
313
|
+
export { Repository$1y as default };
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
317
|
-
declare class Repository$
|
|
317
|
+
declare class Repository$1x implements Nomalism$1.Language.IRepository {
|
|
318
318
|
route: string;
|
|
319
319
|
publicRoute: string;
|
|
320
320
|
private api;
|
|
@@ -329,10 +329,10 @@ declare class Repository$1z implements Nomalism$1.Language.IRepository {
|
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
declare namespace language$1 {
|
|
332
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
332
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1x as default };
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
declare class Repository$
|
|
335
|
+
declare class Repository$1w implements Nomalism$1.Location.IRepository {
|
|
336
336
|
route: string;
|
|
337
337
|
publicRoute: string;
|
|
338
338
|
private api;
|
|
@@ -348,10 +348,10 @@ declare class Repository$1y implements Nomalism$1.Location.IRepository {
|
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
declare namespace location {
|
|
351
|
-
export { Repository$
|
|
351
|
+
export { Repository$1w as default };
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
declare class Repository$
|
|
354
|
+
declare class Repository$1v {
|
|
355
355
|
route: string;
|
|
356
356
|
publicRoute: string;
|
|
357
357
|
private api;
|
|
@@ -360,10 +360,10 @@ declare class Repository$1x {
|
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
declare namespace logout {
|
|
363
|
-
export { Repository$
|
|
363
|
+
export { Repository$1v as default };
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
declare class Repository$
|
|
366
|
+
declare class Repository$1u implements Nomalism$1.Multimedia.IApi {
|
|
367
367
|
route: string;
|
|
368
368
|
publicRoute: string;
|
|
369
369
|
private api;
|
|
@@ -373,10 +373,10 @@ declare class Repository$1w implements Nomalism$1.Multimedia.IApi {
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
declare namespace multimedia {
|
|
376
|
-
export { Repository$
|
|
376
|
+
export { Repository$1u as default };
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
declare class Repository$
|
|
379
|
+
declare class Repository$1t implements Nomalism$1.Observation.IApi {
|
|
380
380
|
route: string;
|
|
381
381
|
publicRoute: string;
|
|
382
382
|
private api;
|
|
@@ -389,10 +389,10 @@ declare class Repository$1v implements Nomalism$1.Observation.IApi {
|
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
declare namespace observation {
|
|
392
|
-
export { Repository$
|
|
392
|
+
export { Repository$1t as default };
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
declare class Repository$
|
|
395
|
+
declare class Repository$1s implements Nomalism$1.ObservationType.IApi {
|
|
396
396
|
route: string;
|
|
397
397
|
publicRoute: string;
|
|
398
398
|
private api;
|
|
@@ -405,10 +405,10 @@ declare class Repository$1u implements Nomalism$1.ObservationType.IApi {
|
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
declare namespace observationType {
|
|
408
|
-
export { Repository$
|
|
408
|
+
export { Repository$1s as default };
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
declare class Repository$
|
|
411
|
+
declare class Repository$1r implements Nomalism$1.Password.IRepository {
|
|
412
412
|
route: string;
|
|
413
413
|
publicRoute: string;
|
|
414
414
|
private api;
|
|
@@ -418,10 +418,10 @@ declare class Repository$1t implements Nomalism$1.Password.IRepository {
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
declare namespace password {
|
|
421
|
-
export { Repository$
|
|
421
|
+
export { Repository$1r as default };
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
-
declare class Repository$
|
|
424
|
+
declare class Repository$1q implements Nomalism$1.ProductImage.IRepository {
|
|
425
425
|
route: string;
|
|
426
426
|
publicRoute: string;
|
|
427
427
|
private api;
|
|
@@ -436,10 +436,10 @@ declare class Repository$1s implements Nomalism$1.ProductImage.IRepository {
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
declare namespace productImage {
|
|
439
|
-
export { Repository$
|
|
439
|
+
export { Repository$1q as default };
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
declare class Repository$
|
|
442
|
+
declare class Repository$1p implements Nomalism$1.Promotion.IRepository {
|
|
443
443
|
route: string;
|
|
444
444
|
publicRoute: string;
|
|
445
445
|
private api;
|
|
@@ -456,10 +456,10 @@ declare class Repository$1r implements Nomalism$1.Promotion.IRepository {
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
declare namespace promotion {
|
|
459
|
-
export { Repository$
|
|
459
|
+
export { Repository$1p as default };
|
|
460
460
|
}
|
|
461
461
|
|
|
462
|
-
declare class Repository$
|
|
462
|
+
declare class Repository$1o implements Nomalism$1.PromotionAssoc.IRepository {
|
|
463
463
|
route: string;
|
|
464
464
|
publicRoute: string;
|
|
465
465
|
private api;
|
|
@@ -474,10 +474,10 @@ declare class Repository$1q implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
declare namespace promotionAssoc {
|
|
477
|
-
export { Repository$
|
|
477
|
+
export { Repository$1o as default };
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
declare class Repository$
|
|
480
|
+
declare class Repository$1n implements Nomalism$1.Providers.IRepository {
|
|
481
481
|
route: string;
|
|
482
482
|
publicRoute: string;
|
|
483
483
|
private api;
|
|
@@ -496,11 +496,11 @@ declare class Repository$1p implements Nomalism$1.Providers.IRepository {
|
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
declare namespace provider {
|
|
499
|
-
export { Repository$
|
|
499
|
+
export { Repository$1n as default };
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
503
|
-
declare class Repository$
|
|
503
|
+
declare class Repository$1m implements Nomalism$1.ProviderType.IRepository {
|
|
504
504
|
route: string;
|
|
505
505
|
publicRoute: string;
|
|
506
506
|
private api;
|
|
@@ -515,10 +515,10 @@ declare class Repository$1o implements Nomalism$1.ProviderType.IRepository {
|
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
declare namespace providerType {
|
|
518
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
518
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1m as default };
|
|
519
519
|
}
|
|
520
520
|
|
|
521
|
-
declare class Repository$
|
|
521
|
+
declare class Repository$1l implements Nomalism$1.PurchaseConditions.IRepository {
|
|
522
522
|
route: string;
|
|
523
523
|
publicRoute: string;
|
|
524
524
|
private api;
|
|
@@ -533,10 +533,10 @@ declare class Repository$1n implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
declare namespace purchaseCondition {
|
|
536
|
-
export { Repository$
|
|
536
|
+
export { Repository$1l as default };
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
declare class Repository$
|
|
539
|
+
declare class Repository$1k implements Nomalism$1.ReasonForExemption.IRepository {
|
|
540
540
|
route: string;
|
|
541
541
|
publicRoute: string;
|
|
542
542
|
private api;
|
|
@@ -551,10 +551,10 @@ declare class Repository$1m implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
declare namespace reasonForExemption {
|
|
554
|
-
export { Repository$
|
|
554
|
+
export { Repository$1k as default };
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
declare class Repository$
|
|
557
|
+
declare class Repository$1j implements Nomalism$1.RefreshToken.IRepository {
|
|
558
558
|
route: string;
|
|
559
559
|
publicRoute: string;
|
|
560
560
|
private api;
|
|
@@ -563,10 +563,10 @@ declare class Repository$1l implements Nomalism$1.RefreshToken.IRepository {
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
declare namespace refreshToken {
|
|
566
|
-
export { Repository$
|
|
566
|
+
export { Repository$1j as default };
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
declare class Repository$
|
|
569
|
+
declare class Repository$1i implements Nomalism$1.SegmentsArea.IRepository {
|
|
570
570
|
route: string;
|
|
571
571
|
publicRoute: string;
|
|
572
572
|
private api;
|
|
@@ -581,10 +581,10 @@ declare class Repository$1k implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
declare namespace segmentsArea {
|
|
584
|
-
export { Repository$
|
|
584
|
+
export { Repository$1i as default };
|
|
585
585
|
}
|
|
586
586
|
|
|
587
|
-
declare class Repository$
|
|
587
|
+
declare class Repository$1h implements Nomalism$1.Sessions.IRepository {
|
|
588
588
|
route: string;
|
|
589
589
|
publicRoute: string;
|
|
590
590
|
private api;
|
|
@@ -593,10 +593,10 @@ declare class Repository$1j implements Nomalism$1.Sessions.IRepository {
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
declare namespace sessions {
|
|
596
|
-
export { Repository$
|
|
596
|
+
export { Repository$1h as default };
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
declare class Repository$
|
|
599
|
+
declare class Repository$1g implements Nomalism$1.Shippings.IRepository {
|
|
600
600
|
route: string;
|
|
601
601
|
publicRoute: string;
|
|
602
602
|
private api;
|
|
@@ -611,10 +611,10 @@ declare class Repository$1i implements Nomalism$1.Shippings.IRepository {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
declare namespace shippings {
|
|
614
|
-
export { Repository$
|
|
614
|
+
export { Repository$1g as default };
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
-
declare class Repository$
|
|
617
|
+
declare class Repository$1f implements Nomalism$1.StoreOperator.IRepository {
|
|
618
618
|
route: string;
|
|
619
619
|
publicRoute: string;
|
|
620
620
|
private api;
|
|
@@ -629,11 +629,11 @@ declare class Repository$1h implements Nomalism$1.StoreOperator.IRepository {
|
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
declare namespace storeOperator {
|
|
632
|
-
export { Repository$
|
|
632
|
+
export { Repository$1f as default };
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
636
|
-
declare class Repository$
|
|
636
|
+
declare class Repository$1e implements Nomalism$1.Swift.IRepository {
|
|
637
637
|
route: string;
|
|
638
638
|
publicRoute: string;
|
|
639
639
|
private api;
|
|
@@ -649,10 +649,10 @@ declare class Repository$1g implements Nomalism$1.Swift.IRepository {
|
|
|
649
649
|
|
|
650
650
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
651
651
|
declare namespace swift {
|
|
652
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
652
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1e as default };
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
declare class Repository$
|
|
655
|
+
declare class Repository$1d implements Nomalism$1.TypeOfLocation.IRepository {
|
|
656
656
|
route: string;
|
|
657
657
|
publicRoute: string;
|
|
658
658
|
private api;
|
|
@@ -668,10 +668,10 @@ declare class Repository$1f implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
declare namespace typeOfLocation {
|
|
671
|
-
export { Repository$
|
|
671
|
+
export { Repository$1d as default };
|
|
672
672
|
}
|
|
673
673
|
|
|
674
|
-
declare class Repository$
|
|
674
|
+
declare class Repository$1c implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
675
675
|
route: string;
|
|
676
676
|
publicRoute: string;
|
|
677
677
|
private api;
|
|
@@ -687,10 +687,10 @@ declare class Repository$1e implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
687
687
|
}
|
|
688
688
|
|
|
689
689
|
declare namespace unitOfMeasure {
|
|
690
|
-
export { Repository$
|
|
690
|
+
export { Repository$1c as default };
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
-
declare class Repository$
|
|
693
|
+
declare class Repository$1b implements Nomalism$1.UserPositions.IRepository {
|
|
694
694
|
route: string;
|
|
695
695
|
publicRoute: string;
|
|
696
696
|
private api;
|
|
@@ -705,10 +705,10 @@ declare class Repository$1d implements Nomalism$1.UserPositions.IRepository {
|
|
|
705
705
|
}
|
|
706
706
|
|
|
707
707
|
declare namespace userPositions {
|
|
708
|
-
export { Repository$
|
|
708
|
+
export { Repository$1b as default };
|
|
709
709
|
}
|
|
710
710
|
|
|
711
|
-
declare class Repository$
|
|
711
|
+
declare class Repository$1a implements Nomalism$1.Users.IApi {
|
|
712
712
|
route: string;
|
|
713
713
|
publicRoute: string;
|
|
714
714
|
private api;
|
|
@@ -725,10 +725,10 @@ declare class Repository$1c implements Nomalism$1.Users.IApi {
|
|
|
725
725
|
}
|
|
726
726
|
|
|
727
727
|
declare namespace user {
|
|
728
|
-
export { Repository$
|
|
728
|
+
export { Repository$1a as default };
|
|
729
729
|
}
|
|
730
730
|
|
|
731
|
-
declare class Repository$
|
|
731
|
+
declare class Repository$19 implements Nomalism$1.VatTax.IRepository {
|
|
732
732
|
route: string;
|
|
733
733
|
publicRoute: string;
|
|
734
734
|
private api;
|
|
@@ -744,10 +744,10 @@ declare class Repository$1b implements Nomalism$1.VatTax.IRepository {
|
|
|
744
744
|
}
|
|
745
745
|
|
|
746
746
|
declare namespace vatTax {
|
|
747
|
-
export { Repository$
|
|
747
|
+
export { Repository$19 as default };
|
|
748
748
|
}
|
|
749
749
|
|
|
750
|
-
declare class Repository$
|
|
750
|
+
declare class Repository$18 implements Nomalism$1.VatTaxZone.IRepository {
|
|
751
751
|
route: string;
|
|
752
752
|
publicRoute: string;
|
|
753
753
|
private api;
|
|
@@ -763,10 +763,10 @@ declare class Repository$1a implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
declare namespace vatTaxZone {
|
|
766
|
-
export { Repository$
|
|
766
|
+
export { Repository$18 as default };
|
|
767
767
|
}
|
|
768
768
|
|
|
769
|
-
declare class Repository$
|
|
769
|
+
declare class Repository$17 implements Nomalism$1.Workflow.IApi {
|
|
770
770
|
route: string;
|
|
771
771
|
publicRoute: string;
|
|
772
772
|
private api;
|
|
@@ -779,10 +779,10 @@ declare class Repository$19 implements Nomalism$1.Workflow.IApi {
|
|
|
779
779
|
}
|
|
780
780
|
|
|
781
781
|
declare namespace workflow {
|
|
782
|
-
export { Repository$
|
|
782
|
+
export { Repository$17 as default };
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
declare class Repository$
|
|
785
|
+
declare class Repository$16 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
786
786
|
route: string;
|
|
787
787
|
publicRoute: string;
|
|
788
788
|
private api;
|
|
@@ -796,10 +796,10 @@ declare class Repository$18 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
declare namespace deliveryMethods {
|
|
799
|
-
export { Repository$
|
|
799
|
+
export { Repository$16 as default };
|
|
800
800
|
}
|
|
801
801
|
|
|
802
|
-
declare class Repository$
|
|
802
|
+
declare class Repository$15 implements Nomalism$1.MaturityDates.IRepository {
|
|
803
803
|
route: string;
|
|
804
804
|
publicRoute: string;
|
|
805
805
|
private api;
|
|
@@ -813,10 +813,10 @@ declare class Repository$17 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
declare namespace maturityDates {
|
|
816
|
-
export { Repository$
|
|
816
|
+
export { Repository$15 as default };
|
|
817
817
|
}
|
|
818
818
|
|
|
819
|
-
declare class Repository$
|
|
819
|
+
declare class Repository$14 implements Nomalism$1.PaymentMethods.IRepository {
|
|
820
820
|
route: string;
|
|
821
821
|
publicRoute: string;
|
|
822
822
|
private api;
|
|
@@ -830,10 +830,10 @@ declare class Repository$16 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
declare namespace paymentMethods {
|
|
833
|
-
export { Repository$
|
|
833
|
+
export { Repository$14 as default };
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
-
declare class Repository$
|
|
836
|
+
declare class Repository$13 implements Nomalism$1.Vehicles.IApi {
|
|
837
837
|
route: string;
|
|
838
838
|
publicRoute: string;
|
|
839
839
|
private api;
|
|
@@ -845,10 +845,10 @@ declare class Repository$15 implements Nomalism$1.Vehicles.IApi {
|
|
|
845
845
|
}
|
|
846
846
|
|
|
847
847
|
declare namespace vehicles {
|
|
848
|
-
export { Repository$
|
|
848
|
+
export { Repository$13 as default };
|
|
849
849
|
}
|
|
850
850
|
|
|
851
|
-
declare class Repository$
|
|
851
|
+
declare class Repository$12 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
852
852
|
route: string;
|
|
853
853
|
publicRoute: string;
|
|
854
854
|
private api;
|
|
@@ -858,10 +858,10 @@ declare class Repository$14 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
858
858
|
}
|
|
859
859
|
|
|
860
860
|
declare namespace externalDocumentType {
|
|
861
|
-
export { Repository$
|
|
861
|
+
export { Repository$12 as default };
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
-
declare class Repository$
|
|
864
|
+
declare class Repository$11 implements Nomalism$1.DocumentSet.IRepository {
|
|
865
865
|
route: string;
|
|
866
866
|
publicRoute: string;
|
|
867
867
|
private api;
|
|
@@ -875,10 +875,10 @@ declare class Repository$13 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
875
875
|
}
|
|
876
876
|
|
|
877
877
|
declare namespace documentSet {
|
|
878
|
-
export { Repository$
|
|
878
|
+
export { Repository$11 as default };
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
-
declare class Repository$
|
|
881
|
+
declare class Repository$10 implements Nomalism$1.Payment.IRepository {
|
|
882
882
|
route: string;
|
|
883
883
|
publicRoute: string;
|
|
884
884
|
private api;
|
|
@@ -893,10 +893,10 @@ declare class Repository$12 implements Nomalism$1.Payment.IRepository {
|
|
|
893
893
|
}
|
|
894
894
|
|
|
895
895
|
declare namespace payment {
|
|
896
|
-
export { Repository$
|
|
896
|
+
export { Repository$10 as default };
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
-
declare class Repository
|
|
899
|
+
declare class Repository$$ implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
900
900
|
route: string;
|
|
901
901
|
publicRoute: string;
|
|
902
902
|
private api;
|
|
@@ -912,10 +912,10 @@ declare class Repository$11 implements Nomalism$1.ExternalDocumentHeader.IReposi
|
|
|
912
912
|
}
|
|
913
913
|
|
|
914
914
|
declare namespace externalDocumentHeader {
|
|
915
|
-
export { Repository
|
|
915
|
+
export { Repository$$ as default };
|
|
916
916
|
}
|
|
917
917
|
|
|
918
|
-
declare class Repository$
|
|
918
|
+
declare class Repository$_ implements Nomalism$1.VatValidation.IRepository {
|
|
919
919
|
route: string;
|
|
920
920
|
publicRoute: string;
|
|
921
921
|
private api;
|
|
@@ -924,10 +924,10 @@ declare class Repository$10 implements Nomalism$1.VatValidation.IRepository {
|
|
|
924
924
|
}
|
|
925
925
|
|
|
926
926
|
declare namespace vatValidation {
|
|
927
|
-
export { Repository$
|
|
927
|
+
export { Repository$_ as default };
|
|
928
928
|
}
|
|
929
929
|
|
|
930
|
-
declare class Repository
|
|
930
|
+
declare class Repository$Z implements Nomalism$1.StockMovement.IRepository {
|
|
931
931
|
route: string;
|
|
932
932
|
publicRoute: string;
|
|
933
933
|
private api;
|
|
@@ -940,10 +940,10 @@ declare class Repository$$ implements Nomalism$1.StockMovement.IRepository {
|
|
|
940
940
|
}
|
|
941
941
|
|
|
942
942
|
declare namespace stockMovement {
|
|
943
|
-
export { Repository
|
|
943
|
+
export { Repository$Z as default };
|
|
944
944
|
}
|
|
945
945
|
|
|
946
|
-
declare class Repository$
|
|
946
|
+
declare class Repository$Y implements Nomalism$1.ZipCode.IRepository {
|
|
947
947
|
route: string;
|
|
948
948
|
publicRoute: string;
|
|
949
949
|
private api;
|
|
@@ -953,10 +953,10 @@ declare class Repository$_ implements Nomalism$1.ZipCode.IRepository {
|
|
|
953
953
|
}
|
|
954
954
|
|
|
955
955
|
declare namespace zipCode {
|
|
956
|
-
export { Repository$
|
|
956
|
+
export { Repository$Y as default };
|
|
957
957
|
}
|
|
958
958
|
|
|
959
|
-
declare class Repository$
|
|
959
|
+
declare class Repository$X implements Nomalism$1.Tenant.IRepository {
|
|
960
960
|
route: string;
|
|
961
961
|
publicRoute: string;
|
|
962
962
|
private api;
|
|
@@ -968,10 +968,10 @@ declare class Repository$Z implements Nomalism$1.Tenant.IRepository {
|
|
|
968
968
|
}
|
|
969
969
|
|
|
970
970
|
declare namespace tenant {
|
|
971
|
-
export { Repository$
|
|
971
|
+
export { Repository$X as default };
|
|
972
972
|
}
|
|
973
973
|
|
|
974
|
-
declare class Repository$
|
|
974
|
+
declare class Repository$W implements Nomalism$1.PreSale.IRepository {
|
|
975
975
|
route: string;
|
|
976
976
|
publicRoute: string;
|
|
977
977
|
private api;
|
|
@@ -987,10 +987,10 @@ declare class Repository$Y implements Nomalism$1.PreSale.IRepository {
|
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
declare namespace preSale {
|
|
990
|
-
export { Repository$
|
|
990
|
+
export { Repository$W as default };
|
|
991
991
|
}
|
|
992
992
|
|
|
993
|
-
declare class Repository$
|
|
993
|
+
declare class Repository$V implements Nomalism$1.PreSaleProduct.IRepository {
|
|
994
994
|
route: string;
|
|
995
995
|
publicRoute: string;
|
|
996
996
|
private api;
|
|
@@ -1000,10 +1000,10 @@ declare class Repository$X implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
declare namespace preSaleProduct {
|
|
1003
|
-
export { Repository$
|
|
1003
|
+
export { Repository$V as default };
|
|
1004
1004
|
}
|
|
1005
1005
|
|
|
1006
|
-
declare class Repository$
|
|
1006
|
+
declare class Repository$U implements Nomalism$1.OrderManagement.IRepository {
|
|
1007
1007
|
route: string;
|
|
1008
1008
|
publicRoute: string;
|
|
1009
1009
|
private api;
|
|
@@ -1013,10 +1013,10 @@ declare class Repository$W implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
1015
|
declare namespace orderManagement {
|
|
1016
|
-
export { Repository$
|
|
1016
|
+
export { Repository$U as default };
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
|
-
declare class Repository$
|
|
1019
|
+
declare class Repository$T implements Nomalism$1.Npc.IRepository {
|
|
1020
1020
|
route: string;
|
|
1021
1021
|
publicRoute: string;
|
|
1022
1022
|
private api;
|
|
@@ -1027,10 +1027,10 @@ declare class Repository$V implements Nomalism$1.Npc.IRepository {
|
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
1029
|
declare namespace npc {
|
|
1030
|
-
export { Repository$
|
|
1030
|
+
export { Repository$T as default };
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
-
declare class Repository$
|
|
1033
|
+
declare class Repository$S implements Nomalism$1.Printer.IRepository {
|
|
1034
1034
|
route: string;
|
|
1035
1035
|
publicRoute: string;
|
|
1036
1036
|
private api;
|
|
@@ -1043,10 +1043,10 @@ declare class Repository$U implements Nomalism$1.Printer.IRepository {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
1045
|
declare namespace printer {
|
|
1046
|
-
export { Repository$
|
|
1046
|
+
export { Repository$S as default };
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
declare class Repository$
|
|
1049
|
+
declare class Repository$R implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1050
1050
|
route: string;
|
|
1051
1051
|
publicRoute: string;
|
|
1052
1052
|
private api;
|
|
@@ -1059,10 +1059,10 @@ declare class Repository$T implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1059
1059
|
}
|
|
1060
1060
|
|
|
1061
1061
|
declare namespace schedulePrintJob {
|
|
1062
|
-
export { Repository$
|
|
1062
|
+
export { Repository$R as default };
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
|
-
declare class Repository$
|
|
1065
|
+
declare class Repository$Q implements Nomalism$1.QueryList.IRepository {
|
|
1066
1066
|
route: string;
|
|
1067
1067
|
publicRoute: string;
|
|
1068
1068
|
private api;
|
|
@@ -1077,10 +1077,10 @@ declare class Repository$S implements Nomalism$1.QueryList.IRepository {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
1079
|
declare namespace queryList {
|
|
1080
|
-
export { Repository$
|
|
1080
|
+
export { Repository$Q as default };
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
-
declare class Repository$
|
|
1083
|
+
declare class Repository$P implements Nomalism$1.QueryParameter.IRepository {
|
|
1084
1084
|
route: string;
|
|
1085
1085
|
publicRoute: string;
|
|
1086
1086
|
private api;
|
|
@@ -1094,10 +1094,10 @@ declare class Repository$R implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1094
1094
|
}
|
|
1095
1095
|
|
|
1096
1096
|
declare namespace queryParameter {
|
|
1097
|
-
export { Repository$
|
|
1097
|
+
export { Repository$P as default };
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
|
-
declare class Repository$
|
|
1100
|
+
declare class Repository$O implements Nomalism$1.ReturnReason.IRepository {
|
|
1101
1101
|
route: string;
|
|
1102
1102
|
publicRoute: string;
|
|
1103
1103
|
private api;
|
|
@@ -1109,10 +1109,10 @@ declare class Repository$Q implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
declare namespace returnReason {
|
|
1112
|
-
export { Repository$
|
|
1112
|
+
export { Repository$O as default };
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
|
-
declare class Repository$
|
|
1115
|
+
declare class Repository$N implements Nomalism$1.PropostaSheets.IRepository {
|
|
1116
1116
|
route: string;
|
|
1117
1117
|
publicRoute: string;
|
|
1118
1118
|
private api;
|
|
@@ -1130,10 +1130,10 @@ declare class Repository$P implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
1132
|
declare namespace propostaSheets {
|
|
1133
|
-
export { Repository$
|
|
1133
|
+
export { Repository$N as default };
|
|
1134
1134
|
}
|
|
1135
1135
|
|
|
1136
|
-
declare class Repository$
|
|
1136
|
+
declare class Repository$M implements Nomalism$1.Schedule.IRepository {
|
|
1137
1137
|
route: string;
|
|
1138
1138
|
publicRoute: string;
|
|
1139
1139
|
private api;
|
|
@@ -1142,10 +1142,10 @@ declare class Repository$O implements Nomalism$1.Schedule.IRepository {
|
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
1144
|
declare namespace schedule {
|
|
1145
|
-
export { Repository$
|
|
1145
|
+
export { Repository$M as default };
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
|
-
declare class Repository$
|
|
1148
|
+
declare class Repository$L implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1149
1149
|
route: string;
|
|
1150
1150
|
publicRoute: string;
|
|
1151
1151
|
private api;
|
|
@@ -1157,10 +1157,10 @@ declare class Repository$N implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
1159
|
declare namespace googleFilePermission {
|
|
1160
|
-
export { Repository$
|
|
1160
|
+
export { Repository$L as default };
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
|
-
declare class Repository$
|
|
1163
|
+
declare class Repository$K implements Nomalism$1.Settings.IRepository {
|
|
1164
1164
|
route: string;
|
|
1165
1165
|
publicRoute: string;
|
|
1166
1166
|
private api;
|
|
@@ -1173,10 +1173,10 @@ declare class Repository$M implements Nomalism$1.Settings.IRepository {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
1175
|
declare namespace settings {
|
|
1176
|
-
export { Repository$
|
|
1176
|
+
export { Repository$K as default };
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
|
-
declare class Repository$
|
|
1179
|
+
declare class Repository$J implements Nomalism$1.Tickets.IRepository {
|
|
1180
1180
|
route: string;
|
|
1181
1181
|
publicRoute: string;
|
|
1182
1182
|
private api;
|
|
@@ -1188,10 +1188,10 @@ declare class Repository$L implements Nomalism$1.Tickets.IRepository {
|
|
|
1188
1188
|
}
|
|
1189
1189
|
|
|
1190
1190
|
declare namespace tickets {
|
|
1191
|
-
export { Repository$
|
|
1191
|
+
export { Repository$J as default };
|
|
1192
1192
|
}
|
|
1193
1193
|
|
|
1194
|
-
declare class Repository$
|
|
1194
|
+
declare class Repository$I implements Nomalism$1.Channel.IRepository {
|
|
1195
1195
|
route: string;
|
|
1196
1196
|
publicRoute: string;
|
|
1197
1197
|
private api;
|
|
@@ -1205,10 +1205,10 @@ declare class Repository$K implements Nomalism$1.Channel.IRepository {
|
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
1207
|
declare namespace channel {
|
|
1208
|
-
export { Repository$
|
|
1208
|
+
export { Repository$I as default };
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
|
-
declare class Repository$
|
|
1211
|
+
declare class Repository$H implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1212
1212
|
route: string;
|
|
1213
1213
|
publicRoute: string;
|
|
1214
1214
|
private api;
|
|
@@ -1222,10 +1222,10 @@ declare class Repository$J implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
declare namespace language {
|
|
1225
|
-
export { Repository$
|
|
1225
|
+
export { Repository$H as default };
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
|
-
declare class Repository$
|
|
1228
|
+
declare class Repository$G implements Nomalism$1.CLT.IRepository {
|
|
1229
1229
|
route: string;
|
|
1230
1230
|
publicRoute: string;
|
|
1231
1231
|
private api;
|
|
@@ -1239,10 +1239,10 @@ declare class Repository$I implements Nomalism$1.CLT.IRepository {
|
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
1241
|
declare namespace clt {
|
|
1242
|
-
export { Repository$
|
|
1242
|
+
export { Repository$G as default };
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
|
-
declare class Repository$
|
|
1245
|
+
declare class Repository$F implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1246
1246
|
route: string;
|
|
1247
1247
|
publicRoute: string;
|
|
1248
1248
|
private api;
|
|
@@ -1251,10 +1251,10 @@ declare class Repository$H implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
1253
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1254
|
-
export { Repository$
|
|
1254
|
+
export { Repository$F as default };
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
declare class Repository$
|
|
1257
|
+
declare class Repository$E implements Nomalism$1.Persona.IRepository {
|
|
1258
1258
|
route: string;
|
|
1259
1259
|
publicRoute: string;
|
|
1260
1260
|
private api;
|
|
@@ -1273,10 +1273,10 @@ declare class Repository$G implements Nomalism$1.Persona.IRepository {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
|
|
1275
1275
|
declare namespace persona {
|
|
1276
|
-
export { Repository$
|
|
1276
|
+
export { Repository$E as default };
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
-
declare class Repository$
|
|
1279
|
+
declare class Repository$D implements Nomalism$1.ProjectInfo.IController {
|
|
1280
1280
|
route: string;
|
|
1281
1281
|
publicRoute: string;
|
|
1282
1282
|
private api;
|
|
@@ -1285,10 +1285,10 @@ declare class Repository$F implements Nomalism$1.ProjectInfo.IController {
|
|
|
1285
1285
|
}
|
|
1286
1286
|
|
|
1287
1287
|
declare namespace projectInfo {
|
|
1288
|
-
export { Repository$
|
|
1288
|
+
export { Repository$D as default };
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
|
-
declare class Repository$
|
|
1291
|
+
declare class Repository$C implements Nomalism$1.Order.IRepository {
|
|
1292
1292
|
route: string;
|
|
1293
1293
|
publicRoute: string;
|
|
1294
1294
|
private api;
|
|
@@ -1303,10 +1303,10 @@ declare class Repository$E implements Nomalism$1.Order.IRepository {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
|
|
1305
1305
|
declare namespace order {
|
|
1306
|
-
export { Repository$
|
|
1306
|
+
export { Repository$C as default };
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
declare class Repository$
|
|
1309
|
+
declare class Repository$B implements Nomalism$1.Purchase.IApi {
|
|
1310
1310
|
route: string;
|
|
1311
1311
|
publicRoute: string;
|
|
1312
1312
|
private api;
|
|
@@ -1319,10 +1319,10 @@ declare class Repository$D implements Nomalism$1.Purchase.IApi {
|
|
|
1319
1319
|
}
|
|
1320
1320
|
|
|
1321
1321
|
declare namespace purchase {
|
|
1322
|
-
export { Repository$
|
|
1322
|
+
export { Repository$B as default };
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
|
-
declare class Repository$
|
|
1325
|
+
declare class Repository$A implements Nomalism$1.MaterialEntrance.IApi {
|
|
1326
1326
|
route: string;
|
|
1327
1327
|
publicRoute: string;
|
|
1328
1328
|
private api;
|
|
@@ -1336,10 +1336,10 @@ declare class Repository$C implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
1338
1338
|
declare namespace materialEntrance {
|
|
1339
|
-
export { Repository$
|
|
1339
|
+
export { Repository$A as default };
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
-
declare class Repository$
|
|
1342
|
+
declare class Repository$z implements Nomalism$1.Transformado.IRepository {
|
|
1343
1343
|
route: string;
|
|
1344
1344
|
publicRoute: string;
|
|
1345
1345
|
private api;
|
|
@@ -1349,10 +1349,10 @@ declare class Repository$B implements Nomalism$1.Transformado.IRepository {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
1351
|
declare namespace transformado {
|
|
1352
|
-
export { Repository$
|
|
1352
|
+
export { Repository$z as default };
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
-
declare class Repository$
|
|
1355
|
+
declare class Repository$y implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1356
1356
|
route: string;
|
|
1357
1357
|
publicRoute: string;
|
|
1358
1358
|
private api;
|
|
@@ -1361,10 +1361,10 @@ declare class Repository$A implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
1363
|
declare namespace upfrontReturn {
|
|
1364
|
-
export { Repository$
|
|
1364
|
+
export { Repository$y as default };
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
-
declare class Repository$
|
|
1367
|
+
declare class Repository$x implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1368
1368
|
route: string;
|
|
1369
1369
|
publicRoute: string;
|
|
1370
1370
|
private api;
|
|
@@ -1376,10 +1376,10 @@ declare class Repository$z implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
1378
|
declare namespace savedEmPicking {
|
|
1379
|
-
export { Repository$
|
|
1379
|
+
export { Repository$x as default };
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
|
-
declare class Repository$
|
|
1382
|
+
declare class Repository$w implements Nomalism$1.EmailTemplate.IRepository {
|
|
1383
1383
|
route: string;
|
|
1384
1384
|
publicRoute: string;
|
|
1385
1385
|
private api;
|
|
@@ -1392,10 +1392,10 @@ declare class Repository$y implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
1394
1394
|
declare namespace emailTemplate {
|
|
1395
|
-
export { Repository$
|
|
1395
|
+
export { Repository$w as default };
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
|
-
declare class Repository$
|
|
1398
|
+
declare class Repository$v implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1399
1399
|
route: string;
|
|
1400
1400
|
publicRoute: string;
|
|
1401
1401
|
private api;
|
|
@@ -1405,10 +1405,10 @@ declare class Repository$x implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1405
1405
|
}
|
|
1406
1406
|
|
|
1407
1407
|
declare namespace emailTemplateAttachment {
|
|
1408
|
-
export { Repository$
|
|
1408
|
+
export { Repository$v as default };
|
|
1409
1409
|
}
|
|
1410
1410
|
|
|
1411
|
-
declare class Repository$
|
|
1411
|
+
declare class Repository$u implements Nomalism$1.Prison.IRepository {
|
|
1412
1412
|
route: string;
|
|
1413
1413
|
publicRoute: string;
|
|
1414
1414
|
private api;
|
|
@@ -1422,10 +1422,10 @@ declare class Repository$w implements Nomalism$1.Prison.IRepository {
|
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
1424
|
declare namespace prison {
|
|
1425
|
-
export { Repository$
|
|
1425
|
+
export { Repository$u as default };
|
|
1426
1426
|
}
|
|
1427
1427
|
|
|
1428
|
-
declare class Repository$
|
|
1428
|
+
declare class Repository$t implements Nomalism$1.Quebra.IRepository {
|
|
1429
1429
|
route: string;
|
|
1430
1430
|
publicRoute: string;
|
|
1431
1431
|
private api;
|
|
@@ -1438,10 +1438,10 @@ declare class Repository$v implements Nomalism$1.Quebra.IRepository {
|
|
|
1438
1438
|
}
|
|
1439
1439
|
|
|
1440
1440
|
declare namespace quebra {
|
|
1441
|
-
export { Repository$
|
|
1441
|
+
export { Repository$t as default };
|
|
1442
1442
|
}
|
|
1443
1443
|
|
|
1444
|
-
declare class Repository$
|
|
1444
|
+
declare class Repository$s implements Nomalism$1.Inventario.IRepository {
|
|
1445
1445
|
route: string;
|
|
1446
1446
|
publicRoute: string;
|
|
1447
1447
|
private api;
|
|
@@ -1451,10 +1451,10 @@ declare class Repository$u implements Nomalism$1.Inventario.IRepository {
|
|
|
1451
1451
|
}
|
|
1452
1452
|
|
|
1453
1453
|
declare namespace inventario {
|
|
1454
|
-
export { Repository$
|
|
1454
|
+
export { Repository$s as default };
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
|
-
declare class Repository$
|
|
1457
|
+
declare class Repository$r implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1458
1458
|
route: string;
|
|
1459
1459
|
publicRoute: string;
|
|
1460
1460
|
private api;
|
|
@@ -1465,10 +1465,10 @@ declare class Repository$t implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1465
1465
|
}
|
|
1466
1466
|
|
|
1467
1467
|
declare namespace returnToProvider {
|
|
1468
|
-
export { Repository$
|
|
1468
|
+
export { Repository$r as default };
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
|
-
declare class Repository$
|
|
1471
|
+
declare class Repository$q implements Nomalism$1.EmailVerification.IApi {
|
|
1472
1472
|
route: string;
|
|
1473
1473
|
publicRoute: string;
|
|
1474
1474
|
private api;
|
|
@@ -1479,10 +1479,10 @@ declare class Repository$s implements Nomalism$1.EmailVerification.IApi {
|
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
1481
|
declare namespace emailVerification {
|
|
1482
|
-
export { Repository$
|
|
1482
|
+
export { Repository$q as default };
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
|
-
declare class Repository$
|
|
1485
|
+
declare class Repository$p implements Nomalism$1.EmailLog.IApi {
|
|
1486
1486
|
route: string;
|
|
1487
1487
|
publicRoute: string;
|
|
1488
1488
|
private api;
|
|
@@ -1494,10 +1494,10 @@ declare class Repository$r implements Nomalism$1.EmailLog.IApi {
|
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
declare namespace emailLog {
|
|
1497
|
-
export { Repository$
|
|
1497
|
+
export { Repository$p as default };
|
|
1498
1498
|
}
|
|
1499
1499
|
|
|
1500
|
-
declare class Repository$
|
|
1500
|
+
declare class Repository$o implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1501
1501
|
route: string;
|
|
1502
1502
|
publicRoute: string;
|
|
1503
1503
|
private api;
|
|
@@ -1506,10 +1506,10 @@ declare class Repository$q implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
1508
|
declare namespace documentLineNote {
|
|
1509
|
-
export { Repository$
|
|
1509
|
+
export { Repository$o as default };
|
|
1510
1510
|
}
|
|
1511
1511
|
|
|
1512
|
-
declare class Repository$
|
|
1512
|
+
declare class Repository$n implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1513
1513
|
route: string;
|
|
1514
1514
|
publicRoute: string;
|
|
1515
1515
|
private api;
|
|
@@ -1519,10 +1519,10 @@ declare class Repository$p implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
1521
|
declare namespace savedProviderProposal {
|
|
1522
|
-
export { Repository$
|
|
1522
|
+
export { Repository$n as default };
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
|
-
declare class Repository$
|
|
1525
|
+
declare class Repository$m implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1526
1526
|
route: string;
|
|
1527
1527
|
publicRoute: string;
|
|
1528
1528
|
private api;
|
|
@@ -1553,10 +1553,10 @@ declare class Repository$o implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1553
1553
|
}
|
|
1554
1554
|
|
|
1555
1555
|
declare namespace productGoogleSheets {
|
|
1556
|
-
export { Repository$
|
|
1556
|
+
export { Repository$m as default };
|
|
1557
1557
|
}
|
|
1558
1558
|
|
|
1559
|
-
declare class Repository$
|
|
1559
|
+
declare class Repository$l implements Nomalism$1.Task.IRepository {
|
|
1560
1560
|
route: string;
|
|
1561
1561
|
publicRoute: string;
|
|
1562
1562
|
private api;
|
|
@@ -1571,10 +1571,10 @@ declare class Repository$n implements Nomalism$1.Task.IRepository {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
declare namespace task {
|
|
1574
|
-
export { Repository$
|
|
1574
|
+
export { Repository$l as default };
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
1577
|
-
declare class Repository$
|
|
1577
|
+
declare class Repository$k implements Nomalism$1.TaskMessage.IRepository {
|
|
1578
1578
|
route: string;
|
|
1579
1579
|
publicRoute: string;
|
|
1580
1580
|
private api;
|
|
@@ -1585,10 +1585,10 @@ declare class Repository$m implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1585
1585
|
}
|
|
1586
1586
|
|
|
1587
1587
|
declare namespace taskMessage {
|
|
1588
|
-
export { Repository$
|
|
1588
|
+
export { Repository$k as default };
|
|
1589
1589
|
}
|
|
1590
1590
|
|
|
1591
|
-
declare class Repository$
|
|
1591
|
+
declare class Repository$j implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1592
1592
|
route: string;
|
|
1593
1593
|
publicRoute: string;
|
|
1594
1594
|
private api;
|
|
@@ -1598,10 +1598,10 @@ declare class Repository$l implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
1600
|
declare namespace recurrentTasks {
|
|
1601
|
-
export { Repository$
|
|
1601
|
+
export { Repository$j as default };
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
1604
|
-
declare class Repository$
|
|
1604
|
+
declare class Repository$i implements Nomalism$1.TaskRead.IRepository {
|
|
1605
1605
|
route: string;
|
|
1606
1606
|
publicRoute: string;
|
|
1607
1607
|
private api;
|
|
@@ -1611,10 +1611,10 @@ declare class Repository$k implements Nomalism$1.TaskRead.IRepository {
|
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
1613
|
declare namespace taskRead {
|
|
1614
|
-
export { Repository$
|
|
1614
|
+
export { Repository$i as default };
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
-
declare class Repository$
|
|
1617
|
+
declare class Repository$h implements Nomalism$1.Theme.IRepository {
|
|
1618
1618
|
route: string;
|
|
1619
1619
|
publicRoute: string;
|
|
1620
1620
|
private api;
|
|
@@ -1623,10 +1623,10 @@ declare class Repository$j implements Nomalism$1.Theme.IRepository {
|
|
|
1623
1623
|
}
|
|
1624
1624
|
|
|
1625
1625
|
declare namespace theme {
|
|
1626
|
-
export { Repository$
|
|
1626
|
+
export { Repository$h as default };
|
|
1627
1627
|
}
|
|
1628
1628
|
|
|
1629
|
-
declare class Repository$
|
|
1629
|
+
declare class Repository$g implements Nomalism$1.Dashboard.IRepository {
|
|
1630
1630
|
route: string;
|
|
1631
1631
|
publicRoute: string;
|
|
1632
1632
|
private api;
|
|
@@ -1636,10 +1636,10 @@ declare class Repository$i implements Nomalism$1.Dashboard.IRepository {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
1638
|
declare namespace dashboard {
|
|
1639
|
-
export { Repository$
|
|
1639
|
+
export { Repository$g as default };
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
|
-
declare class Repository$
|
|
1642
|
+
declare class Repository$f implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1643
1643
|
route: string;
|
|
1644
1644
|
publicRoute: string;
|
|
1645
1645
|
private api;
|
|
@@ -1652,10 +1652,10 @@ declare class Repository$h implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
1654
|
declare namespace chatRapidMessage {
|
|
1655
|
-
export { Repository$
|
|
1655
|
+
export { Repository$f as default };
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
-
declare class Repository$
|
|
1658
|
+
declare class Repository$e implements Nomalism$1.SideMenu.IController {
|
|
1659
1659
|
route: string;
|
|
1660
1660
|
publicRoute: string;
|
|
1661
1661
|
private api;
|
|
@@ -1667,10 +1667,10 @@ declare class Repository$g implements Nomalism$1.SideMenu.IController {
|
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
1669
|
declare namespace sideMenu {
|
|
1670
|
-
export { Repository$
|
|
1670
|
+
export { Repository$e as default };
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
|
-
declare class Repository$
|
|
1673
|
+
declare class Repository$d implements Nomalism$1.ErrorLog.IRepository {
|
|
1674
1674
|
route: string;
|
|
1675
1675
|
publicRoute: string;
|
|
1676
1676
|
private api;
|
|
@@ -1679,10 +1679,10 @@ declare class Repository$f implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
|
|
1681
1681
|
declare namespace errorLog {
|
|
1682
|
-
export { Repository$
|
|
1682
|
+
export { Repository$d as default };
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
|
-
declare class Repository$
|
|
1685
|
+
declare class Repository$c implements Nomalism$1.AdminPanel.IRepository {
|
|
1686
1686
|
route: string;
|
|
1687
1687
|
publicRoute: string;
|
|
1688
1688
|
private api;
|
|
@@ -1691,10 +1691,10 @@ declare class Repository$e implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1691
1691
|
}
|
|
1692
1692
|
|
|
1693
1693
|
declare namespace adminPanel {
|
|
1694
|
-
export { Repository$
|
|
1694
|
+
export { Repository$c as default };
|
|
1695
1695
|
}
|
|
1696
1696
|
|
|
1697
|
-
declare class Repository$
|
|
1697
|
+
declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
1698
1698
|
route: string;
|
|
1699
1699
|
publicRoute: string;
|
|
1700
1700
|
private api;
|
|
@@ -1704,10 +1704,10 @@ declare class Repository$d implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
1706
1706
|
declare namespace documentLineRm {
|
|
1707
|
-
export { Repository$
|
|
1707
|
+
export { Repository$b as default };
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
|
-
declare class Repository$
|
|
1710
|
+
declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
1711
1711
|
route: string;
|
|
1712
1712
|
publicRoute: string;
|
|
1713
1713
|
private api;
|
|
@@ -1717,10 +1717,10 @@ declare class Repository$c implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
1719
|
declare namespace documentLineMt {
|
|
1720
|
-
export { Repository$
|
|
1720
|
+
export { Repository$a as default };
|
|
1721
1721
|
}
|
|
1722
1722
|
|
|
1723
|
-
declare class Repository$
|
|
1723
|
+
declare class Repository$9 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1724
1724
|
route: string;
|
|
1725
1725
|
publicRoute: string;
|
|
1726
1726
|
private api;
|
|
@@ -1731,10 +1731,10 @@ declare class Repository$b implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1731
1731
|
}
|
|
1732
1732
|
|
|
1733
1733
|
declare namespace chatSubscriber {
|
|
1734
|
-
export { Repository$
|
|
1734
|
+
export { Repository$9 as default };
|
|
1735
1735
|
}
|
|
1736
1736
|
|
|
1737
|
-
declare class Repository$
|
|
1737
|
+
declare class Repository$8 implements Nomalism$1.Tag.IRepository {
|
|
1738
1738
|
route: string;
|
|
1739
1739
|
publicRoute: string;
|
|
1740
1740
|
private api;
|
|
@@ -1746,10 +1746,10 @@ declare class Repository$a implements Nomalism$1.Tag.IRepository {
|
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
1748
|
declare namespace tag {
|
|
1749
|
-
export { Repository$
|
|
1749
|
+
export { Repository$8 as default };
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
|
-
declare class Repository$
|
|
1752
|
+
declare class Repository$7 implements Nomalism$1.Gmails.IRepository {
|
|
1753
1753
|
route: string;
|
|
1754
1754
|
publicRoute: string;
|
|
1755
1755
|
private api;
|
|
@@ -1761,10 +1761,10 @@ declare class Repository$9 implements Nomalism$1.Gmails.IRepository {
|
|
|
1761
1761
|
}
|
|
1762
1762
|
|
|
1763
1763
|
declare namespace gmails {
|
|
1764
|
-
export { Repository$
|
|
1764
|
+
export { Repository$7 as default };
|
|
1765
1765
|
}
|
|
1766
1766
|
|
|
1767
|
-
declare class Repository$
|
|
1767
|
+
declare class Repository$6 implements Nomalism$1.NPF.IRepository {
|
|
1768
1768
|
route: string;
|
|
1769
1769
|
publicRoute: string;
|
|
1770
1770
|
private api;
|
|
@@ -1773,10 +1773,10 @@ declare class Repository$8 implements Nomalism$1.NPF.IRepository {
|
|
|
1773
1773
|
}
|
|
1774
1774
|
|
|
1775
1775
|
declare namespace NPF {
|
|
1776
|
-
export { Repository$
|
|
1776
|
+
export { Repository$6 as default };
|
|
1777
1777
|
}
|
|
1778
1778
|
|
|
1779
|
-
declare class Repository$
|
|
1779
|
+
declare class Repository$5 implements Nomalism$1.NRCL.IRepository {
|
|
1780
1780
|
route: string;
|
|
1781
1781
|
publicRoute: string;
|
|
1782
1782
|
private api;
|
|
@@ -1785,10 +1785,10 @@ declare class Repository$7 implements Nomalism$1.NRCL.IRepository {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
|
|
1787
1787
|
declare namespace NRCL {
|
|
1788
|
-
export { Repository$
|
|
1788
|
+
export { Repository$5 as default };
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
|
-
declare class Repository$
|
|
1791
|
+
declare class Repository$4 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1792
1792
|
route: string;
|
|
1793
1793
|
publicRoute: string;
|
|
1794
1794
|
private api;
|
|
@@ -1802,10 +1802,10 @@ declare class Repository$6 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
1804
|
declare namespace currentAccount {
|
|
1805
|
-
export { Repository$
|
|
1805
|
+
export { Repository$4 as default };
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
|
-
declare class Repository$
|
|
1808
|
+
declare class Repository$3 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1809
1809
|
route: string;
|
|
1810
1810
|
publicRoute: string;
|
|
1811
1811
|
private api;
|
|
@@ -1824,10 +1824,10 @@ declare class Repository$5 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
1826
|
declare namespace paymentBatch {
|
|
1827
|
-
export { Repository$
|
|
1827
|
+
export { Repository$3 as default };
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
|
-
declare class Repository$
|
|
1830
|
+
declare class Repository$2 implements Nomalism$1.Portal.IRepository {
|
|
1831
1831
|
route: string;
|
|
1832
1832
|
publicRoute: string;
|
|
1833
1833
|
private api;
|
|
@@ -1838,10 +1838,10 @@ declare class Repository$4 implements Nomalism$1.Portal.IRepository {
|
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
1840
|
declare namespace portal {
|
|
1841
|
-
export { Repository$
|
|
1841
|
+
export { Repository$2 as default };
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
|
-
declare class Repository$
|
|
1844
|
+
declare class Repository$1 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1845
1845
|
route: string;
|
|
1846
1846
|
publicRoute: string;
|
|
1847
1847
|
private api;
|
|
@@ -1849,7 +1849,7 @@ declare class Repository$3 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
|
1849
1849
|
clearAndFill(): Promise<void>;
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
|
-
declare class Repository
|
|
1852
|
+
declare class Repository implements Nomalism$1.AccountCode.IRepository {
|
|
1853
1853
|
route: string;
|
|
1854
1854
|
publicRoute: string;
|
|
1855
1855
|
private api;
|
|
@@ -1858,35 +1858,6 @@ declare class Repository$2 implements Nomalism$1.AccountCode.IRepository {
|
|
|
1858
1858
|
}
|
|
1859
1859
|
|
|
1860
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 {
|
|
1890
1861
|
export { Repository as default };
|
|
1891
1862
|
}
|
|
1892
1863
|
|
|
@@ -1908,127 +1879,125 @@ declare class API {
|
|
|
1908
1879
|
processEnvironment: IEnvironment;
|
|
1909
1880
|
client: AxiosInstance;
|
|
1910
1881
|
services: Record<IService, string>;
|
|
1911
|
-
BankData: Repository$
|
|
1912
|
-
Client: Repository$
|
|
1913
|
-
ClientType: Repository$
|
|
1914
|
-
Chat: Repository$
|
|
1915
|
-
Commissioner: Repository$
|
|
1916
|
-
Country: Repository$
|
|
1917
|
-
DocumentHeader: Repository$
|
|
1918
|
-
DocumentHeaderHistory: Repository$
|
|
1919
|
-
BillOfLading: Repository$
|
|
1920
|
-
ProductionOrder: Repository$
|
|
1921
|
-
Proforma: Repository$
|
|
1922
|
-
PropostaFornecedor: Repository$
|
|
1923
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1924
|
-
ProviderFinancialCreditNote: Repository$
|
|
1925
|
-
ProviderServiceInvoice: Repository$
|
|
1926
|
-
DocumentLine: Repository$
|
|
1927
|
-
DocumentLineAssoc: Repository$
|
|
1928
|
-
DocumentType: Repository$
|
|
1929
|
-
Favorites: Repository$
|
|
1930
|
-
File: Repository$
|
|
1931
|
-
GoogleSheets: Repository$
|
|
1932
|
-
Language: Repository$
|
|
1933
|
-
Location: Repository$
|
|
1934
|
-
Logout: Repository$
|
|
1935
|
-
Multimedia: Repository$
|
|
1936
|
-
Observation: Repository$
|
|
1937
|
-
ObservationType: Repository$
|
|
1938
|
-
Password: Repository$
|
|
1939
|
-
ProductImage: Repository$
|
|
1940
|
-
Promotion: Repository$
|
|
1941
|
-
PromotionAssoc: Repository$
|
|
1942
|
-
Providers: Repository$
|
|
1943
|
-
ProviderType: Repository$
|
|
1944
|
-
PurchaseConditions: Repository$
|
|
1945
|
-
ReasonForExemption: Repository$
|
|
1946
|
-
RefreshToken: Repository$
|
|
1947
|
-
SegmentsArea: Repository$
|
|
1948
|
-
Sessions: Repository$
|
|
1949
|
-
Shippings: Repository$
|
|
1950
|
-
StoreOperator: Repository$
|
|
1951
|
-
Swift: Repository$
|
|
1952
|
-
TypeOfLocation: Repository$
|
|
1953
|
-
UnitOfMeasure: Repository$
|
|
1954
|
-
UserPositions: Repository$
|
|
1955
|
-
Users: Repository$
|
|
1956
|
-
VatTax: Repository$
|
|
1957
|
-
VatTaxZone: Repository$
|
|
1958
|
-
Workflow: Repository$
|
|
1959
|
-
DeliveryMethods: Repository$
|
|
1960
|
-
MaturityDates: Repository$
|
|
1961
|
-
PaymentMethods: Repository$
|
|
1962
|
-
Vehicles: Repository$
|
|
1963
|
-
ExternalDocumentType: Repository$
|
|
1964
|
-
DocumentSet: Repository$
|
|
1965
|
-
Payment: Repository$
|
|
1966
|
-
ExternalDocumentHeader: Repository
|
|
1967
|
-
VatValidation: Repository$
|
|
1968
|
-
StockMovement: Repository
|
|
1969
|
-
ZipCode: Repository$
|
|
1970
|
-
Tenant: Repository$
|
|
1971
|
-
PreSale: Repository$
|
|
1972
|
-
PreSaleProduct: Repository$
|
|
1973
|
-
OrderManagement: Repository$
|
|
1974
|
-
Npc: Repository$
|
|
1975
|
-
Printer: Repository$
|
|
1976
|
-
SchedulePrintJob: Repository$
|
|
1977
|
-
QueryList: Repository$
|
|
1978
|
-
QueryParameter: Repository$
|
|
1979
|
-
ReturnReason: Repository$
|
|
1980
|
-
PropostaSheets: Repository$
|
|
1981
|
-
Schedule: Repository$
|
|
1982
|
-
GoogleFilePermission: Repository$
|
|
1983
|
-
Settings: Repository$
|
|
1984
|
-
Tickets: Repository$
|
|
1985
|
-
Channel: Repository$
|
|
1986
|
-
TicketsLanguage: Repository$
|
|
1987
|
-
Clt: Repository$
|
|
1988
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1989
|
-
Persona: Repository$
|
|
1990
|
-
ProjectInfo: Repository$
|
|
1991
|
-
Order: Repository$
|
|
1992
|
-
Purchase: Repository$
|
|
1993
|
-
MaterialEntrance: Repository$
|
|
1994
|
-
Transformado: Repository$
|
|
1995
|
-
UpfrontReturn: Repository$
|
|
1996
|
-
SavedEmPicking: Repository$
|
|
1997
|
-
EmailTemplate: Repository$
|
|
1998
|
-
EmailTemplateAttachment: Repository$
|
|
1999
|
-
Prison: Repository$
|
|
2000
|
-
Quebra: Repository$
|
|
2001
|
-
Inventario: Repository$
|
|
2002
|
-
ReturnToProvider: Repository$
|
|
2003
|
-
EmailVerification: Repository$
|
|
2004
|
-
EmailLog: Repository$
|
|
2005
|
-
DocumentLineNote: Repository$
|
|
2006
|
-
SavedProviderProposal: Repository$
|
|
2007
|
-
ProductGoogleSheets: Repository$
|
|
2008
|
-
Task: Repository$
|
|
2009
|
-
TaskMessage: Repository$
|
|
2010
|
-
RecurrentTasks: Repository$
|
|
2011
|
-
TaskRead: Repository$
|
|
2012
|
-
Theme: Repository$
|
|
2013
|
-
Dashboard: Repository$
|
|
2014
|
-
ChatRapidMessage: Repository$
|
|
2015
|
-
SideMenu: Repository$
|
|
2016
|
-
ErrorLog: Repository$
|
|
2017
|
-
AdminPanel: Repository$
|
|
2018
|
-
DocumentLineRm: Repository$
|
|
2019
|
-
DocumentLineMt: Repository$
|
|
2020
|
-
ChatSubscriber: Repository$
|
|
2021
|
-
Tag: Repository$
|
|
2022
|
-
Gmails: Repository$
|
|
2023
|
-
NPF: Repository$
|
|
2024
|
-
NRCL: Repository$
|
|
2025
|
-
PaymentBatch: Repository$
|
|
2026
|
-
CurrentAccount: Repository$
|
|
2027
|
-
Portal: Repository$
|
|
2028
|
-
GoogleSheetPool: Repository$
|
|
2029
|
-
AccountCode: Repository
|
|
2030
|
-
ExternalPersona: Repository$1;
|
|
2031
|
-
ExternalChatSubscriber: Repository;
|
|
1882
|
+
BankData: Repository$1S;
|
|
1883
|
+
Client: Repository$1R;
|
|
1884
|
+
ClientType: Repository$1Q;
|
|
1885
|
+
Chat: Repository$1P;
|
|
1886
|
+
Commissioner: Repository$1O;
|
|
1887
|
+
Country: Repository$1N;
|
|
1888
|
+
DocumentHeader: Repository$1M;
|
|
1889
|
+
DocumentHeaderHistory: Repository$1L;
|
|
1890
|
+
BillOfLading: Repository$1K;
|
|
1891
|
+
ProductionOrder: Repository$1J;
|
|
1892
|
+
Proforma: Repository$1I;
|
|
1893
|
+
PropostaFornecedor: Repository$1H;
|
|
1894
|
+
ProviderCreditNoteFromReturn: Repository$1G;
|
|
1895
|
+
ProviderFinancialCreditNote: Repository$1F;
|
|
1896
|
+
ProviderServiceInvoice: Repository$1E;
|
|
1897
|
+
DocumentLine: Repository$1D;
|
|
1898
|
+
DocumentLineAssoc: Repository$1C;
|
|
1899
|
+
DocumentType: Repository$1B;
|
|
1900
|
+
Favorites: Repository$1A;
|
|
1901
|
+
File: Repository$1z;
|
|
1902
|
+
GoogleSheets: Repository$1y;
|
|
1903
|
+
Language: Repository$1x;
|
|
1904
|
+
Location: Repository$1w;
|
|
1905
|
+
Logout: Repository$1v;
|
|
1906
|
+
Multimedia: Repository$1u;
|
|
1907
|
+
Observation: Repository$1t;
|
|
1908
|
+
ObservationType: Repository$1s;
|
|
1909
|
+
Password: Repository$1r;
|
|
1910
|
+
ProductImage: Repository$1q;
|
|
1911
|
+
Promotion: Repository$1p;
|
|
1912
|
+
PromotionAssoc: Repository$1o;
|
|
1913
|
+
Providers: Repository$1n;
|
|
1914
|
+
ProviderType: Repository$1m;
|
|
1915
|
+
PurchaseConditions: Repository$1l;
|
|
1916
|
+
ReasonForExemption: Repository$1k;
|
|
1917
|
+
RefreshToken: Repository$1j;
|
|
1918
|
+
SegmentsArea: Repository$1i;
|
|
1919
|
+
Sessions: Repository$1h;
|
|
1920
|
+
Shippings: Repository$1g;
|
|
1921
|
+
StoreOperator: Repository$1f;
|
|
1922
|
+
Swift: Repository$1e;
|
|
1923
|
+
TypeOfLocation: Repository$1d;
|
|
1924
|
+
UnitOfMeasure: Repository$1c;
|
|
1925
|
+
UserPositions: Repository$1b;
|
|
1926
|
+
Users: Repository$1a;
|
|
1927
|
+
VatTax: Repository$19;
|
|
1928
|
+
VatTaxZone: Repository$18;
|
|
1929
|
+
Workflow: Repository$17;
|
|
1930
|
+
DeliveryMethods: Repository$16;
|
|
1931
|
+
MaturityDates: Repository$15;
|
|
1932
|
+
PaymentMethods: Repository$14;
|
|
1933
|
+
Vehicles: Repository$13;
|
|
1934
|
+
ExternalDocumentType: Repository$12;
|
|
1935
|
+
DocumentSet: Repository$11;
|
|
1936
|
+
Payment: Repository$10;
|
|
1937
|
+
ExternalDocumentHeader: Repository$$;
|
|
1938
|
+
VatValidation: Repository$_;
|
|
1939
|
+
StockMovement: Repository$Z;
|
|
1940
|
+
ZipCode: Repository$Y;
|
|
1941
|
+
Tenant: Repository$X;
|
|
1942
|
+
PreSale: Repository$W;
|
|
1943
|
+
PreSaleProduct: Repository$V;
|
|
1944
|
+
OrderManagement: Repository$U;
|
|
1945
|
+
Npc: Repository$T;
|
|
1946
|
+
Printer: Repository$S;
|
|
1947
|
+
SchedulePrintJob: Repository$R;
|
|
1948
|
+
QueryList: Repository$Q;
|
|
1949
|
+
QueryParameter: Repository$P;
|
|
1950
|
+
ReturnReason: Repository$O;
|
|
1951
|
+
PropostaSheets: Repository$N;
|
|
1952
|
+
Schedule: Repository$M;
|
|
1953
|
+
GoogleFilePermission: Repository$L;
|
|
1954
|
+
Settings: Repository$K;
|
|
1955
|
+
Tickets: Repository$J;
|
|
1956
|
+
Channel: Repository$I;
|
|
1957
|
+
TicketsLanguage: Repository$H;
|
|
1958
|
+
Clt: Repository$G;
|
|
1959
|
+
StartDocumentHeaderLastUpdate: Repository$F;
|
|
1960
|
+
Persona: Repository$E;
|
|
1961
|
+
ProjectInfo: Repository$D;
|
|
1962
|
+
Order: Repository$C;
|
|
1963
|
+
Purchase: Repository$B;
|
|
1964
|
+
MaterialEntrance: Repository$A;
|
|
1965
|
+
Transformado: Repository$z;
|
|
1966
|
+
UpfrontReturn: Repository$y;
|
|
1967
|
+
SavedEmPicking: Repository$x;
|
|
1968
|
+
EmailTemplate: Repository$w;
|
|
1969
|
+
EmailTemplateAttachment: Repository$v;
|
|
1970
|
+
Prison: Repository$u;
|
|
1971
|
+
Quebra: Repository$t;
|
|
1972
|
+
Inventario: Repository$s;
|
|
1973
|
+
ReturnToProvider: Repository$r;
|
|
1974
|
+
EmailVerification: Repository$q;
|
|
1975
|
+
EmailLog: Repository$p;
|
|
1976
|
+
DocumentLineNote: Repository$o;
|
|
1977
|
+
SavedProviderProposal: Repository$n;
|
|
1978
|
+
ProductGoogleSheets: Repository$m;
|
|
1979
|
+
Task: Repository$l;
|
|
1980
|
+
TaskMessage: Repository$k;
|
|
1981
|
+
RecurrentTasks: Repository$j;
|
|
1982
|
+
TaskRead: Repository$i;
|
|
1983
|
+
Theme: Repository$h;
|
|
1984
|
+
Dashboard: Repository$g;
|
|
1985
|
+
ChatRapidMessage: Repository$f;
|
|
1986
|
+
SideMenu: Repository$e;
|
|
1987
|
+
ErrorLog: Repository$d;
|
|
1988
|
+
AdminPanel: Repository$c;
|
|
1989
|
+
DocumentLineRm: Repository$b;
|
|
1990
|
+
DocumentLineMt: Repository$a;
|
|
1991
|
+
ChatSubscriber: Repository$9;
|
|
1992
|
+
Tag: Repository$8;
|
|
1993
|
+
Gmails: Repository$7;
|
|
1994
|
+
NPF: Repository$6;
|
|
1995
|
+
NRCL: Repository$5;
|
|
1996
|
+
PaymentBatch: Repository$3;
|
|
1997
|
+
CurrentAccount: Repository$4;
|
|
1998
|
+
Portal: Repository$2;
|
|
1999
|
+
GoogleSheetPool: Repository$1;
|
|
2000
|
+
AccountCode: Repository;
|
|
2032
2001
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
2033
2002
|
}
|
|
2034
2003
|
|
|
@@ -2038,7 +2007,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
2038
2007
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
2039
2008
|
type Nomalism_IOptions = IOptions;
|
|
2040
2009
|
declare namespace Nomalism {
|
|
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,
|
|
2010
|
+
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, 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 };
|
|
2042
2011
|
}
|
|
2043
2012
|
|
|
2044
2013
|
export { Nomalism as default };
|