@nomalism-com/api 0.40.48 → 0.40.50
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 +366 -356
- package/dist/index.js +25 -5
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RawAxiosRequestHeaders, AxiosInstance } from 'axios';
|
|
2
2
|
import Nomalism$1 from '@nomalism-com/types';
|
|
3
3
|
|
|
4
|
-
declare class Repository$
|
|
4
|
+
declare class Repository$1V implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1U implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1V as default };
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
type IPaginationResponse$5 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Client.IFindResponse>;
|
|
23
|
-
declare class Repository$
|
|
23
|
+
declare class Repository$1U implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$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$1U as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1T implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1S implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1T as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1S implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -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$1R 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$1R 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$1Q 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$1Q as default };
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
declare class Repository$
|
|
117
|
+
declare class Repository$1P 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$1P as default };
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
declare class Repository$
|
|
147
|
+
declare class Repository$1O 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$1O as default };
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
declare class Repository$
|
|
159
|
+
declare class Repository$1N 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$1M 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$1L 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$1K 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$1J 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$1I 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$1H 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$1G 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$1G as default };
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
declare class Repository$
|
|
238
|
+
declare class Repository$1F 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$1F as default };
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
declare class Repository$
|
|
254
|
+
declare class Repository$1E 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$1E as default };
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
declare class Repository$
|
|
271
|
+
declare class Repository$1D 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$1D as default };
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
declare class Repository$
|
|
286
|
+
declare class Repository$1C 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$1C as default };
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
declare class Repository$
|
|
301
|
+
declare class Repository$1B implements Nomalism$1.GoogleSheets.IController {
|
|
302
302
|
route: string;
|
|
303
303
|
publicRoute: string;
|
|
304
304
|
private api;
|
|
@@ -310,10 +310,10 @@ declare class Repository$1A implements Nomalism$1.GoogleSheets.IController {
|
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
declare namespace googleSheets {
|
|
313
|
-
export { Repository$
|
|
313
|
+
export { Repository$1B as default };
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
declare class Repository$
|
|
316
|
+
declare class Repository$1A implements Nomalism$1.GroupPermissions.IApi {
|
|
317
317
|
route: string;
|
|
318
318
|
publicRoute: string;
|
|
319
319
|
private api;
|
|
@@ -325,11 +325,11 @@ declare class Repository$1z implements Nomalism$1.GroupPermissions.IApi {
|
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
declare namespace groupPermission {
|
|
328
|
-
export { Repository$
|
|
328
|
+
export { Repository$1A as default };
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
332
|
-
declare class Repository$
|
|
332
|
+
declare class Repository$1z implements Nomalism$1.Language.IRepository {
|
|
333
333
|
route: string;
|
|
334
334
|
publicRoute: string;
|
|
335
335
|
private api;
|
|
@@ -344,10 +344,10 @@ declare class Repository$1y implements Nomalism$1.Language.IRepository {
|
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
declare namespace language$1 {
|
|
347
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
347
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1z as default };
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
declare class Repository$
|
|
350
|
+
declare class Repository$1y implements Nomalism$1.Location.IRepository {
|
|
351
351
|
route: string;
|
|
352
352
|
publicRoute: string;
|
|
353
353
|
private api;
|
|
@@ -363,10 +363,10 @@ declare class Repository$1x implements Nomalism$1.Location.IRepository {
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
declare namespace location {
|
|
366
|
-
export { Repository$
|
|
366
|
+
export { Repository$1y as default };
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
declare class Repository$
|
|
369
|
+
declare class Repository$1x {
|
|
370
370
|
route: string;
|
|
371
371
|
publicRoute: string;
|
|
372
372
|
private api;
|
|
@@ -375,10 +375,10 @@ declare class Repository$1w {
|
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
declare namespace logout {
|
|
378
|
-
export { Repository$
|
|
378
|
+
export { Repository$1x as default };
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
declare class Repository$
|
|
381
|
+
declare class Repository$1w implements Nomalism$1.Multimedia.IApi {
|
|
382
382
|
route: string;
|
|
383
383
|
publicRoute: string;
|
|
384
384
|
private api;
|
|
@@ -388,10 +388,10 @@ declare class Repository$1v implements Nomalism$1.Multimedia.IApi {
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
declare namespace multimedia {
|
|
391
|
-
export { Repository$
|
|
391
|
+
export { Repository$1w as default };
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
declare class Repository$
|
|
394
|
+
declare class Repository$1v implements Nomalism$1.Observation.IApi {
|
|
395
395
|
route: string;
|
|
396
396
|
publicRoute: string;
|
|
397
397
|
private api;
|
|
@@ -404,10 +404,10 @@ declare class Repository$1u implements Nomalism$1.Observation.IApi {
|
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
declare namespace observation {
|
|
407
|
-
export { Repository$
|
|
407
|
+
export { Repository$1v as default };
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
declare class Repository$
|
|
410
|
+
declare class Repository$1u implements Nomalism$1.ObservationType.IApi {
|
|
411
411
|
route: string;
|
|
412
412
|
publicRoute: string;
|
|
413
413
|
private api;
|
|
@@ -420,10 +420,10 @@ declare class Repository$1t implements Nomalism$1.ObservationType.IApi {
|
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
declare namespace observationType {
|
|
423
|
-
export { Repository$
|
|
423
|
+
export { Repository$1u as default };
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
declare class Repository$
|
|
426
|
+
declare class Repository$1t implements Nomalism$1.Password.IRepository {
|
|
427
427
|
route: string;
|
|
428
428
|
publicRoute: string;
|
|
429
429
|
private api;
|
|
@@ -433,10 +433,10 @@ declare class Repository$1s implements Nomalism$1.Password.IRepository {
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
declare namespace password {
|
|
436
|
-
export { Repository$
|
|
436
|
+
export { Repository$1t as default };
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
declare class Repository$
|
|
439
|
+
declare class Repository$1s implements Nomalism$1.Permissions.IApi {
|
|
440
440
|
route: string;
|
|
441
441
|
publicRoute: string;
|
|
442
442
|
private api;
|
|
@@ -448,10 +448,10 @@ declare class Repository$1r implements Nomalism$1.Permissions.IApi {
|
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
declare namespace permission {
|
|
451
|
-
export { Repository$
|
|
451
|
+
export { Repository$1s as default };
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
-
declare class Repository$
|
|
454
|
+
declare class Repository$1r implements Nomalism$1.ProductImage.IRepository {
|
|
455
455
|
route: string;
|
|
456
456
|
publicRoute: string;
|
|
457
457
|
private api;
|
|
@@ -466,10 +466,10 @@ declare class Repository$1q implements Nomalism$1.ProductImage.IRepository {
|
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
declare namespace productImage {
|
|
469
|
-
export { Repository$
|
|
469
|
+
export { Repository$1r as default };
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
declare class Repository$
|
|
472
|
+
declare class Repository$1q implements Nomalism$1.Promotion.IRepository {
|
|
473
473
|
route: string;
|
|
474
474
|
publicRoute: string;
|
|
475
475
|
private api;
|
|
@@ -486,10 +486,10 @@ declare class Repository$1p implements Nomalism$1.Promotion.IRepository {
|
|
|
486
486
|
}
|
|
487
487
|
|
|
488
488
|
declare namespace promotion {
|
|
489
|
-
export { Repository$
|
|
489
|
+
export { Repository$1q as default };
|
|
490
490
|
}
|
|
491
491
|
|
|
492
|
-
declare class Repository$
|
|
492
|
+
declare class Repository$1p implements Nomalism$1.PromotionAssoc.IRepository {
|
|
493
493
|
route: string;
|
|
494
494
|
publicRoute: string;
|
|
495
495
|
private api;
|
|
@@ -504,10 +504,10 @@ declare class Repository$1o implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
declare namespace promotionAssoc {
|
|
507
|
-
export { Repository$
|
|
507
|
+
export { Repository$1p as default };
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
-
declare class Repository$
|
|
510
|
+
declare class Repository$1o implements Nomalism$1.Providers.IRepository {
|
|
511
511
|
route: string;
|
|
512
512
|
publicRoute: string;
|
|
513
513
|
private api;
|
|
@@ -526,11 +526,11 @@ declare class Repository$1n implements Nomalism$1.Providers.IRepository {
|
|
|
526
526
|
}
|
|
527
527
|
|
|
528
528
|
declare namespace provider {
|
|
529
|
-
export { Repository$
|
|
529
|
+
export { Repository$1o as default };
|
|
530
530
|
}
|
|
531
531
|
|
|
532
532
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
533
|
-
declare class Repository$
|
|
533
|
+
declare class Repository$1n implements Nomalism$1.ProviderType.IRepository {
|
|
534
534
|
route: string;
|
|
535
535
|
publicRoute: string;
|
|
536
536
|
private api;
|
|
@@ -545,10 +545,10 @@ declare class Repository$1m implements Nomalism$1.ProviderType.IRepository {
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
declare namespace providerType {
|
|
548
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
548
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1n as default };
|
|
549
549
|
}
|
|
550
550
|
|
|
551
|
-
declare class Repository$
|
|
551
|
+
declare class Repository$1m implements Nomalism$1.PurchaseConditions.IRepository {
|
|
552
552
|
route: string;
|
|
553
553
|
publicRoute: string;
|
|
554
554
|
private api;
|
|
@@ -563,10 +563,10 @@ declare class Repository$1l implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
declare namespace purchaseCondition {
|
|
566
|
-
export { Repository$
|
|
566
|
+
export { Repository$1m as default };
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
declare class Repository$
|
|
569
|
+
declare class Repository$1l implements Nomalism$1.ReasonForExemption.IRepository {
|
|
570
570
|
route: string;
|
|
571
571
|
publicRoute: string;
|
|
572
572
|
private api;
|
|
@@ -581,10 +581,10 @@ declare class Repository$1k implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
declare namespace reasonForExemption {
|
|
584
|
-
export { Repository$
|
|
584
|
+
export { Repository$1l as default };
|
|
585
585
|
}
|
|
586
586
|
|
|
587
|
-
declare class Repository$
|
|
587
|
+
declare class Repository$1k implements Nomalism$1.RefreshToken.IRepository {
|
|
588
588
|
route: string;
|
|
589
589
|
publicRoute: string;
|
|
590
590
|
private api;
|
|
@@ -593,10 +593,10 @@ declare class Repository$1j implements Nomalism$1.RefreshToken.IRepository {
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
declare namespace refreshToken {
|
|
596
|
-
export { Repository$
|
|
596
|
+
export { Repository$1k as default };
|
|
597
597
|
}
|
|
598
598
|
|
|
599
|
-
declare class Repository$
|
|
599
|
+
declare class Repository$1j implements Nomalism$1.SegmentsArea.IRepository {
|
|
600
600
|
route: string;
|
|
601
601
|
publicRoute: string;
|
|
602
602
|
private api;
|
|
@@ -611,10 +611,10 @@ declare class Repository$1i implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
declare namespace segmentsArea {
|
|
614
|
-
export { Repository$
|
|
614
|
+
export { Repository$1j as default };
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
-
declare class Repository$
|
|
617
|
+
declare class Repository$1i implements Nomalism$1.Sessions.IRepository {
|
|
618
618
|
route: string;
|
|
619
619
|
publicRoute: string;
|
|
620
620
|
private api;
|
|
@@ -623,10 +623,10 @@ declare class Repository$1h implements Nomalism$1.Sessions.IRepository {
|
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
declare namespace sessions {
|
|
626
|
-
export { Repository$
|
|
626
|
+
export { Repository$1i as default };
|
|
627
627
|
}
|
|
628
628
|
|
|
629
|
-
declare class Repository$
|
|
629
|
+
declare class Repository$1h implements Nomalism$1.Shippings.IRepository {
|
|
630
630
|
route: string;
|
|
631
631
|
publicRoute: string;
|
|
632
632
|
private api;
|
|
@@ -641,10 +641,10 @@ declare class Repository$1g implements Nomalism$1.Shippings.IRepository {
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
declare namespace shippings {
|
|
644
|
-
export { Repository$
|
|
644
|
+
export { Repository$1h as default };
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
declare class Repository$
|
|
647
|
+
declare class Repository$1g implements Nomalism$1.StoreOperator.IRepository {
|
|
648
648
|
route: string;
|
|
649
649
|
publicRoute: string;
|
|
650
650
|
private api;
|
|
@@ -659,11 +659,11 @@ declare class Repository$1f implements Nomalism$1.StoreOperator.IRepository {
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
declare namespace storeOperator {
|
|
662
|
-
export { Repository$
|
|
662
|
+
export { Repository$1g as default };
|
|
663
663
|
}
|
|
664
664
|
|
|
665
665
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
666
|
-
declare class Repository$
|
|
666
|
+
declare class Repository$1f implements Nomalism$1.Swift.IRepository {
|
|
667
667
|
route: string;
|
|
668
668
|
publicRoute: string;
|
|
669
669
|
private api;
|
|
@@ -679,10 +679,10 @@ declare class Repository$1e implements Nomalism$1.Swift.IRepository {
|
|
|
679
679
|
|
|
680
680
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
681
681
|
declare namespace swift {
|
|
682
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
682
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1f as default };
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
declare class Repository$
|
|
685
|
+
declare class Repository$1e implements Nomalism$1.TypeOfLocation.IRepository {
|
|
686
686
|
route: string;
|
|
687
687
|
publicRoute: string;
|
|
688
688
|
private api;
|
|
@@ -698,10 +698,10 @@ declare class Repository$1d implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
declare namespace typeOfLocation {
|
|
701
|
-
export { Repository$
|
|
701
|
+
export { Repository$1e as default };
|
|
702
702
|
}
|
|
703
703
|
|
|
704
|
-
declare class Repository$
|
|
704
|
+
declare class Repository$1d implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
705
705
|
route: string;
|
|
706
706
|
publicRoute: string;
|
|
707
707
|
private api;
|
|
@@ -717,10 +717,10 @@ declare class Repository$1c implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
717
717
|
}
|
|
718
718
|
|
|
719
719
|
declare namespace unitOfMeasure {
|
|
720
|
-
export { Repository$
|
|
720
|
+
export { Repository$1d as default };
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
declare class Repository$
|
|
723
|
+
declare class Repository$1c implements Nomalism$1.UserPermissions.IRepository {
|
|
724
724
|
route: string;
|
|
725
725
|
publicRoute: string;
|
|
726
726
|
private api;
|
|
@@ -731,10 +731,10 @@ declare class Repository$1b implements Nomalism$1.UserPermissions.IRepository {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
declare namespace userPermission {
|
|
734
|
-
export { Repository$
|
|
734
|
+
export { Repository$1c as default };
|
|
735
735
|
}
|
|
736
736
|
|
|
737
|
-
declare class Repository$
|
|
737
|
+
declare class Repository$1b implements Nomalism$1.UserPositions.IRepository {
|
|
738
738
|
route: string;
|
|
739
739
|
publicRoute: string;
|
|
740
740
|
private api;
|
|
@@ -749,10 +749,10 @@ declare class Repository$1a implements Nomalism$1.UserPositions.IRepository {
|
|
|
749
749
|
}
|
|
750
750
|
|
|
751
751
|
declare namespace userPositions {
|
|
752
|
-
export { Repository$
|
|
752
|
+
export { Repository$1b as default };
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
declare class Repository$
|
|
755
|
+
declare class Repository$1a implements Nomalism$1.Users.IApi {
|
|
756
756
|
route: string;
|
|
757
757
|
publicRoute: string;
|
|
758
758
|
private api;
|
|
@@ -769,10 +769,10 @@ declare class Repository$19 implements Nomalism$1.Users.IApi {
|
|
|
769
769
|
}
|
|
770
770
|
|
|
771
771
|
declare namespace user {
|
|
772
|
-
export { Repository$
|
|
772
|
+
export { Repository$1a as default };
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
declare class Repository$
|
|
775
|
+
declare class Repository$19 implements Nomalism$1.VatTax.IRepository {
|
|
776
776
|
route: string;
|
|
777
777
|
publicRoute: string;
|
|
778
778
|
private api;
|
|
@@ -788,10 +788,10 @@ declare class Repository$18 implements Nomalism$1.VatTax.IRepository {
|
|
|
788
788
|
}
|
|
789
789
|
|
|
790
790
|
declare namespace vatTax {
|
|
791
|
-
export { Repository$
|
|
791
|
+
export { Repository$19 as default };
|
|
792
792
|
}
|
|
793
793
|
|
|
794
|
-
declare class Repository$
|
|
794
|
+
declare class Repository$18 implements Nomalism$1.VatTaxZone.IRepository {
|
|
795
795
|
route: string;
|
|
796
796
|
publicRoute: string;
|
|
797
797
|
private api;
|
|
@@ -807,10 +807,10 @@ declare class Repository$17 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
807
807
|
}
|
|
808
808
|
|
|
809
809
|
declare namespace vatTaxZone {
|
|
810
|
-
export { Repository$
|
|
810
|
+
export { Repository$18 as default };
|
|
811
811
|
}
|
|
812
812
|
|
|
813
|
-
declare class Repository$
|
|
813
|
+
declare class Repository$17 implements Nomalism$1.Workflow.IApi {
|
|
814
814
|
route: string;
|
|
815
815
|
publicRoute: string;
|
|
816
816
|
private api;
|
|
@@ -823,10 +823,10 @@ declare class Repository$16 implements Nomalism$1.Workflow.IApi {
|
|
|
823
823
|
}
|
|
824
824
|
|
|
825
825
|
declare namespace workflow {
|
|
826
|
-
export { Repository$
|
|
826
|
+
export { Repository$17 as default };
|
|
827
827
|
}
|
|
828
828
|
|
|
829
|
-
declare class Repository$
|
|
829
|
+
declare class Repository$16 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
830
830
|
route: string;
|
|
831
831
|
publicRoute: string;
|
|
832
832
|
private api;
|
|
@@ -840,10 +840,10 @@ declare class Repository$15 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
declare namespace deliveryMethods {
|
|
843
|
-
export { Repository$
|
|
843
|
+
export { Repository$16 as default };
|
|
844
844
|
}
|
|
845
845
|
|
|
846
|
-
declare class Repository$
|
|
846
|
+
declare class Repository$15 implements Nomalism$1.MaturityDates.IRepository {
|
|
847
847
|
route: string;
|
|
848
848
|
publicRoute: string;
|
|
849
849
|
private api;
|
|
@@ -857,10 +857,10 @@ declare class Repository$14 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
857
857
|
}
|
|
858
858
|
|
|
859
859
|
declare namespace maturityDates {
|
|
860
|
-
export { Repository$
|
|
860
|
+
export { Repository$15 as default };
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
-
declare class Repository$
|
|
863
|
+
declare class Repository$14 implements Nomalism$1.PaymentMethods.IRepository {
|
|
864
864
|
route: string;
|
|
865
865
|
publicRoute: string;
|
|
866
866
|
private api;
|
|
@@ -874,10 +874,10 @@ declare class Repository$13 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
874
874
|
}
|
|
875
875
|
|
|
876
876
|
declare namespace paymentMethods {
|
|
877
|
-
export { Repository$
|
|
877
|
+
export { Repository$14 as default };
|
|
878
878
|
}
|
|
879
879
|
|
|
880
|
-
declare class Repository$
|
|
880
|
+
declare class Repository$13 implements Nomalism$1.Vehicles.IApi {
|
|
881
881
|
route: string;
|
|
882
882
|
publicRoute: string;
|
|
883
883
|
private api;
|
|
@@ -889,10 +889,10 @@ declare class Repository$12 implements Nomalism$1.Vehicles.IApi {
|
|
|
889
889
|
}
|
|
890
890
|
|
|
891
891
|
declare namespace vehicles {
|
|
892
|
-
export { Repository$
|
|
892
|
+
export { Repository$13 as default };
|
|
893
893
|
}
|
|
894
894
|
|
|
895
|
-
declare class Repository$
|
|
895
|
+
declare class Repository$12 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
896
896
|
route: string;
|
|
897
897
|
publicRoute: string;
|
|
898
898
|
private api;
|
|
@@ -902,10 +902,10 @@ declare class Repository$11 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
declare namespace externalDocumentType {
|
|
905
|
-
export { Repository$
|
|
905
|
+
export { Repository$12 as default };
|
|
906
906
|
}
|
|
907
907
|
|
|
908
|
-
declare class Repository$
|
|
908
|
+
declare class Repository$11 implements Nomalism$1.DocumentSet.IRepository {
|
|
909
909
|
route: string;
|
|
910
910
|
publicRoute: string;
|
|
911
911
|
private api;
|
|
@@ -919,10 +919,10 @@ declare class Repository$10 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
919
919
|
}
|
|
920
920
|
|
|
921
921
|
declare namespace documentSet {
|
|
922
|
-
export { Repository$
|
|
922
|
+
export { Repository$11 as default };
|
|
923
923
|
}
|
|
924
924
|
|
|
925
|
-
declare class Repository
|
|
925
|
+
declare class Repository$10 implements Nomalism$1.Payment.IRepository {
|
|
926
926
|
route: string;
|
|
927
927
|
publicRoute: string;
|
|
928
928
|
private api;
|
|
@@ -937,10 +937,10 @@ declare class Repository$$ implements Nomalism$1.Payment.IRepository {
|
|
|
937
937
|
}
|
|
938
938
|
|
|
939
939
|
declare namespace payment {
|
|
940
|
-
export { Repository
|
|
940
|
+
export { Repository$10 as default };
|
|
941
941
|
}
|
|
942
942
|
|
|
943
|
-
declare class Repository
|
|
943
|
+
declare class Repository$$ implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
944
944
|
route: string;
|
|
945
945
|
publicRoute: string;
|
|
946
946
|
private api;
|
|
@@ -956,10 +956,10 @@ declare class Repository$_ implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
declare namespace externalDocumentHeader {
|
|
959
|
-
export { Repository
|
|
959
|
+
export { Repository$$ as default };
|
|
960
960
|
}
|
|
961
961
|
|
|
962
|
-
declare class Repository$
|
|
962
|
+
declare class Repository$_ implements Nomalism$1.VatValidation.IRepository {
|
|
963
963
|
route: string;
|
|
964
964
|
publicRoute: string;
|
|
965
965
|
private api;
|
|
@@ -968,10 +968,10 @@ declare class Repository$Z implements Nomalism$1.VatValidation.IRepository {
|
|
|
968
968
|
}
|
|
969
969
|
|
|
970
970
|
declare namespace vatValidation {
|
|
971
|
-
export { Repository$
|
|
971
|
+
export { Repository$_ as default };
|
|
972
972
|
}
|
|
973
973
|
|
|
974
|
-
declare class Repository$
|
|
974
|
+
declare class Repository$Z implements Nomalism$1.StockMovement.IRepository {
|
|
975
975
|
route: string;
|
|
976
976
|
publicRoute: string;
|
|
977
977
|
private api;
|
|
@@ -984,10 +984,10 @@ declare class Repository$Y implements Nomalism$1.StockMovement.IRepository {
|
|
|
984
984
|
}
|
|
985
985
|
|
|
986
986
|
declare namespace stockMovement {
|
|
987
|
-
export { Repository$
|
|
987
|
+
export { Repository$Z as default };
|
|
988
988
|
}
|
|
989
989
|
|
|
990
|
-
declare class Repository$
|
|
990
|
+
declare class Repository$Y implements Nomalism$1.ZipCode.IRepository {
|
|
991
991
|
route: string;
|
|
992
992
|
publicRoute: string;
|
|
993
993
|
private api;
|
|
@@ -997,10 +997,10 @@ declare class Repository$X implements Nomalism$1.ZipCode.IRepository {
|
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
declare namespace zipCode {
|
|
1000
|
-
export { Repository$
|
|
1000
|
+
export { Repository$Y as default };
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
|
-
declare class Repository$
|
|
1003
|
+
declare class Repository$X implements Nomalism$1.Tenant.IRepository {
|
|
1004
1004
|
route: string;
|
|
1005
1005
|
publicRoute: string;
|
|
1006
1006
|
private api;
|
|
@@ -1012,10 +1012,10 @@ declare class Repository$W implements Nomalism$1.Tenant.IRepository {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
1014
|
declare namespace tenant {
|
|
1015
|
-
export { Repository$
|
|
1015
|
+
export { Repository$X as default };
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
|
-
declare class Repository$
|
|
1018
|
+
declare class Repository$W implements Nomalism$1.PreSale.IRepository {
|
|
1019
1019
|
route: string;
|
|
1020
1020
|
publicRoute: string;
|
|
1021
1021
|
private api;
|
|
@@ -1031,10 +1031,10 @@ declare class Repository$V implements Nomalism$1.PreSale.IRepository {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
1033
|
declare namespace preSale {
|
|
1034
|
-
export { Repository$
|
|
1034
|
+
export { Repository$W as default };
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
-
declare class Repository$
|
|
1037
|
+
declare class Repository$V implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1038
1038
|
route: string;
|
|
1039
1039
|
publicRoute: string;
|
|
1040
1040
|
private api;
|
|
@@ -1044,10 +1044,10 @@ declare class Repository$U implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1044
1044
|
}
|
|
1045
1045
|
|
|
1046
1046
|
declare namespace preSaleProduct {
|
|
1047
|
-
export { Repository$
|
|
1047
|
+
export { Repository$V as default };
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
-
declare class Repository$
|
|
1050
|
+
declare class Repository$U implements Nomalism$1.OrderManagement.IRepository {
|
|
1051
1051
|
route: string;
|
|
1052
1052
|
publicRoute: string;
|
|
1053
1053
|
private api;
|
|
@@ -1057,10 +1057,10 @@ declare class Repository$T implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1057
1057
|
}
|
|
1058
1058
|
|
|
1059
1059
|
declare namespace orderManagement {
|
|
1060
|
-
export { Repository$
|
|
1060
|
+
export { Repository$U as default };
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
|
-
declare class Repository$
|
|
1063
|
+
declare class Repository$T implements Nomalism$1.Npc.IRepository {
|
|
1064
1064
|
route: string;
|
|
1065
1065
|
publicRoute: string;
|
|
1066
1066
|
private api;
|
|
@@ -1071,10 +1071,10 @@ declare class Repository$S implements Nomalism$1.Npc.IRepository {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
|
|
1073
1073
|
declare namespace npc {
|
|
1074
|
-
export { Repository$
|
|
1074
|
+
export { Repository$T as default };
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
|
-
declare class Repository$
|
|
1077
|
+
declare class Repository$S implements Nomalism$1.Printer.IRepository {
|
|
1078
1078
|
route: string;
|
|
1079
1079
|
publicRoute: string;
|
|
1080
1080
|
private api;
|
|
@@ -1087,10 +1087,10 @@ declare class Repository$R implements Nomalism$1.Printer.IRepository {
|
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
1089
1089
|
declare namespace printer {
|
|
1090
|
-
export { Repository$
|
|
1090
|
+
export { Repository$S as default };
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
|
-
declare class Repository$
|
|
1093
|
+
declare class Repository$R implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1094
1094
|
route: string;
|
|
1095
1095
|
publicRoute: string;
|
|
1096
1096
|
private api;
|
|
@@ -1103,10 +1103,10 @@ declare class Repository$Q implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
1105
|
declare namespace schedulePrintJob {
|
|
1106
|
-
export { Repository$
|
|
1106
|
+
export { Repository$R as default };
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
|
-
declare class Repository$
|
|
1109
|
+
declare class Repository$Q implements Nomalism$1.QueryList.IRepository {
|
|
1110
1110
|
route: string;
|
|
1111
1111
|
publicRoute: string;
|
|
1112
1112
|
private api;
|
|
@@ -1121,10 +1121,10 @@ declare class Repository$P implements Nomalism$1.QueryList.IRepository {
|
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
declare namespace queryList {
|
|
1124
|
-
export { Repository$
|
|
1124
|
+
export { Repository$Q as default };
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
|
-
declare class Repository$
|
|
1127
|
+
declare class Repository$P implements Nomalism$1.QueryParameter.IRepository {
|
|
1128
1128
|
route: string;
|
|
1129
1129
|
publicRoute: string;
|
|
1130
1130
|
private api;
|
|
@@ -1138,10 +1138,10 @@ declare class Repository$O implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
|
|
1140
1140
|
declare namespace queryParameter {
|
|
1141
|
-
export { Repository$
|
|
1141
|
+
export { Repository$P as default };
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
|
-
declare class Repository$
|
|
1144
|
+
declare class Repository$O implements Nomalism$1.ReturnReason.IRepository {
|
|
1145
1145
|
route: string;
|
|
1146
1146
|
publicRoute: string;
|
|
1147
1147
|
private api;
|
|
@@ -1153,10 +1153,10 @@ declare class Repository$N implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
declare namespace returnReason {
|
|
1156
|
-
export { Repository$
|
|
1156
|
+
export { Repository$O as default };
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
|
-
declare class Repository$
|
|
1159
|
+
declare class Repository$N implements Nomalism$1.PropostaSheets.IRepository {
|
|
1160
1160
|
route: string;
|
|
1161
1161
|
publicRoute: string;
|
|
1162
1162
|
private api;
|
|
@@ -1174,10 +1174,10 @@ declare class Repository$M implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
declare namespace propostaSheets {
|
|
1177
|
-
export { Repository$
|
|
1177
|
+
export { Repository$N as default };
|
|
1178
1178
|
}
|
|
1179
1179
|
|
|
1180
|
-
declare class Repository$
|
|
1180
|
+
declare class Repository$M implements Nomalism$1.Schedule.IRepository {
|
|
1181
1181
|
route: string;
|
|
1182
1182
|
publicRoute: string;
|
|
1183
1183
|
private api;
|
|
@@ -1186,10 +1186,10 @@ declare class Repository$L implements Nomalism$1.Schedule.IRepository {
|
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
1188
|
declare namespace schedule {
|
|
1189
|
-
export { Repository$
|
|
1189
|
+
export { Repository$M as default };
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
|
-
declare class Repository$
|
|
1192
|
+
declare class Repository$L implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1193
1193
|
route: string;
|
|
1194
1194
|
publicRoute: string;
|
|
1195
1195
|
private api;
|
|
@@ -1201,10 +1201,10 @@ declare class Repository$K implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
declare namespace googleFilePermission {
|
|
1204
|
-
export { Repository$
|
|
1204
|
+
export { Repository$L as default };
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
declare class Repository$
|
|
1207
|
+
declare class Repository$K implements Nomalism$1.Settings.IRepository {
|
|
1208
1208
|
route: string;
|
|
1209
1209
|
publicRoute: string;
|
|
1210
1210
|
private api;
|
|
@@ -1217,10 +1217,10 @@ declare class Repository$J implements Nomalism$1.Settings.IRepository {
|
|
|
1217
1217
|
}
|
|
1218
1218
|
|
|
1219
1219
|
declare namespace settings {
|
|
1220
|
-
export { Repository$
|
|
1220
|
+
export { Repository$K as default };
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
|
-
declare class Repository$
|
|
1223
|
+
declare class Repository$J implements Nomalism$1.Tickets.IRepository {
|
|
1224
1224
|
route: string;
|
|
1225
1225
|
publicRoute: string;
|
|
1226
1226
|
private api;
|
|
@@ -1232,10 +1232,10 @@ declare class Repository$I implements Nomalism$1.Tickets.IRepository {
|
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
1234
|
declare namespace tickets {
|
|
1235
|
-
export { Repository$
|
|
1235
|
+
export { Repository$J as default };
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
|
-
declare class Repository$
|
|
1238
|
+
declare class Repository$I implements Nomalism$1.Channel.IRepository {
|
|
1239
1239
|
route: string;
|
|
1240
1240
|
publicRoute: string;
|
|
1241
1241
|
private api;
|
|
@@ -1249,10 +1249,10 @@ declare class Repository$H implements Nomalism$1.Channel.IRepository {
|
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
1251
|
declare namespace channel {
|
|
1252
|
-
export { Repository$
|
|
1252
|
+
export { Repository$I as default };
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
-
declare class Repository$
|
|
1255
|
+
declare class Repository$H implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1256
1256
|
route: string;
|
|
1257
1257
|
publicRoute: string;
|
|
1258
1258
|
private api;
|
|
@@ -1266,10 +1266,10 @@ declare class Repository$G implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1266
1266
|
}
|
|
1267
1267
|
|
|
1268
1268
|
declare namespace language {
|
|
1269
|
-
export { Repository$
|
|
1269
|
+
export { Repository$H as default };
|
|
1270
1270
|
}
|
|
1271
1271
|
|
|
1272
|
-
declare class Repository$
|
|
1272
|
+
declare class Repository$G implements Nomalism$1.CLT.IRepository {
|
|
1273
1273
|
route: string;
|
|
1274
1274
|
publicRoute: string;
|
|
1275
1275
|
private api;
|
|
@@ -1283,10 +1283,10 @@ declare class Repository$F implements Nomalism$1.CLT.IRepository {
|
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
1285
1285
|
declare namespace clt {
|
|
1286
|
-
export { Repository$
|
|
1286
|
+
export { Repository$G as default };
|
|
1287
1287
|
}
|
|
1288
1288
|
|
|
1289
|
-
declare class Repository$
|
|
1289
|
+
declare class Repository$F implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1290
1290
|
route: string;
|
|
1291
1291
|
publicRoute: string;
|
|
1292
1292
|
private api;
|
|
@@ -1295,10 +1295,10 @@ declare class Repository$E implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1295
1295
|
}
|
|
1296
1296
|
|
|
1297
1297
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1298
|
-
export { Repository$
|
|
1298
|
+
export { Repository$F as default };
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
-
declare class Repository$
|
|
1301
|
+
declare class Repository$E implements Nomalism$1.Persona.IRepository {
|
|
1302
1302
|
route: string;
|
|
1303
1303
|
publicRoute: string;
|
|
1304
1304
|
private api;
|
|
@@ -1317,10 +1317,10 @@ declare class Repository$D implements Nomalism$1.Persona.IRepository {
|
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
1319
|
declare namespace persona {
|
|
1320
|
-
export { Repository$
|
|
1320
|
+
export { Repository$E as default };
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
|
-
declare class Repository$
|
|
1323
|
+
declare class Repository$D implements Nomalism$1.ProjectInfo.IController {
|
|
1324
1324
|
route: string;
|
|
1325
1325
|
publicRoute: string;
|
|
1326
1326
|
private api;
|
|
@@ -1329,10 +1329,10 @@ declare class Repository$C implements Nomalism$1.ProjectInfo.IController {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
|
|
1331
1331
|
declare namespace projectInfo {
|
|
1332
|
-
export { Repository$
|
|
1332
|
+
export { Repository$D as default };
|
|
1333
1333
|
}
|
|
1334
1334
|
|
|
1335
|
-
declare class Repository$
|
|
1335
|
+
declare class Repository$C implements Nomalism$1.Order.IRepository {
|
|
1336
1336
|
route: string;
|
|
1337
1337
|
publicRoute: string;
|
|
1338
1338
|
private api;
|
|
@@ -1347,10 +1347,10 @@ declare class Repository$B implements Nomalism$1.Order.IRepository {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
1349
|
declare namespace order {
|
|
1350
|
-
export { Repository$
|
|
1350
|
+
export { Repository$C as default };
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
|
-
declare class Repository$
|
|
1353
|
+
declare class Repository$B implements Nomalism$1.Purchase.IApi {
|
|
1354
1354
|
route: string;
|
|
1355
1355
|
publicRoute: string;
|
|
1356
1356
|
private api;
|
|
@@ -1359,13 +1359,14 @@ declare class Repository$A implements Nomalism$1.Purchase.IApi {
|
|
|
1359
1359
|
findUnpaidMaterialEntrance(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Purchase.IUnpaidMaterialEntranceResponse>;
|
|
1360
1360
|
findUnpaidMaterialEntranceProviders(): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
1361
1361
|
sync(data: Nomalism$1.Purchase.ISyncRequest): Promise<Nomalism$1.Purchase.ISyncResponse>;
|
|
1362
|
+
findPurchasedOrdersSummary(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Purchase.IFindPurchasedOrdersSummaryResponse[]>;
|
|
1362
1363
|
}
|
|
1363
1364
|
|
|
1364
1365
|
declare namespace purchase {
|
|
1365
|
-
export { Repository$
|
|
1366
|
+
export { Repository$B as default };
|
|
1366
1367
|
}
|
|
1367
1368
|
|
|
1368
|
-
declare class Repository$
|
|
1369
|
+
declare class Repository$A implements Nomalism$1.MaterialEntrance.IApi {
|
|
1369
1370
|
route: string;
|
|
1370
1371
|
publicRoute: string;
|
|
1371
1372
|
private api;
|
|
@@ -1379,10 +1380,10 @@ declare class Repository$z implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1379
1380
|
}
|
|
1380
1381
|
|
|
1381
1382
|
declare namespace materialEntrance {
|
|
1382
|
-
export { Repository$
|
|
1383
|
+
export { Repository$A as default };
|
|
1383
1384
|
}
|
|
1384
1385
|
|
|
1385
|
-
declare class Repository$
|
|
1386
|
+
declare class Repository$z implements Nomalism$1.Transformado.IRepository {
|
|
1386
1387
|
route: string;
|
|
1387
1388
|
publicRoute: string;
|
|
1388
1389
|
private api;
|
|
@@ -1392,10 +1393,10 @@ declare class Repository$y implements Nomalism$1.Transformado.IRepository {
|
|
|
1392
1393
|
}
|
|
1393
1394
|
|
|
1394
1395
|
declare namespace transformado {
|
|
1395
|
-
export { Repository$
|
|
1396
|
+
export { Repository$z as default };
|
|
1396
1397
|
}
|
|
1397
1398
|
|
|
1398
|
-
declare class Repository$
|
|
1399
|
+
declare class Repository$y implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1399
1400
|
route: string;
|
|
1400
1401
|
publicRoute: string;
|
|
1401
1402
|
private api;
|
|
@@ -1404,10 +1405,10 @@ declare class Repository$x implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1404
1405
|
}
|
|
1405
1406
|
|
|
1406
1407
|
declare namespace upfrontReturn {
|
|
1407
|
-
export { Repository$
|
|
1408
|
+
export { Repository$y as default };
|
|
1408
1409
|
}
|
|
1409
1410
|
|
|
1410
|
-
declare class Repository$
|
|
1411
|
+
declare class Repository$x implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1411
1412
|
route: string;
|
|
1412
1413
|
publicRoute: string;
|
|
1413
1414
|
private api;
|
|
@@ -1419,10 +1420,10 @@ declare class Repository$w implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1419
1420
|
}
|
|
1420
1421
|
|
|
1421
1422
|
declare namespace savedEmPicking {
|
|
1422
|
-
export { Repository$
|
|
1423
|
+
export { Repository$x as default };
|
|
1423
1424
|
}
|
|
1424
1425
|
|
|
1425
|
-
declare class Repository$
|
|
1426
|
+
declare class Repository$w implements Nomalism$1.EmailTemplate.IRepository {
|
|
1426
1427
|
route: string;
|
|
1427
1428
|
publicRoute: string;
|
|
1428
1429
|
private api;
|
|
@@ -1435,10 +1436,10 @@ declare class Repository$v implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1435
1436
|
}
|
|
1436
1437
|
|
|
1437
1438
|
declare namespace emailTemplate {
|
|
1438
|
-
export { Repository$
|
|
1439
|
+
export { Repository$w as default };
|
|
1439
1440
|
}
|
|
1440
1441
|
|
|
1441
|
-
declare class Repository$
|
|
1442
|
+
declare class Repository$v implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1442
1443
|
route: string;
|
|
1443
1444
|
publicRoute: string;
|
|
1444
1445
|
private api;
|
|
@@ -1448,10 +1449,10 @@ declare class Repository$u implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1448
1449
|
}
|
|
1449
1450
|
|
|
1450
1451
|
declare namespace emailTemplateAttachment {
|
|
1451
|
-
export { Repository$
|
|
1452
|
+
export { Repository$v as default };
|
|
1452
1453
|
}
|
|
1453
1454
|
|
|
1454
|
-
declare class Repository$
|
|
1455
|
+
declare class Repository$u implements Nomalism$1.Prison.IRepository {
|
|
1455
1456
|
route: string;
|
|
1456
1457
|
publicRoute: string;
|
|
1457
1458
|
private api;
|
|
@@ -1465,10 +1466,10 @@ declare class Repository$t implements Nomalism$1.Prison.IRepository {
|
|
|
1465
1466
|
}
|
|
1466
1467
|
|
|
1467
1468
|
declare namespace prison {
|
|
1468
|
-
export { Repository$
|
|
1469
|
+
export { Repository$u as default };
|
|
1469
1470
|
}
|
|
1470
1471
|
|
|
1471
|
-
declare class Repository$
|
|
1472
|
+
declare class Repository$t implements Nomalism$1.Quebra.IRepository {
|
|
1472
1473
|
route: string;
|
|
1473
1474
|
publicRoute: string;
|
|
1474
1475
|
private api;
|
|
@@ -1481,10 +1482,10 @@ declare class Repository$s implements Nomalism$1.Quebra.IRepository {
|
|
|
1481
1482
|
}
|
|
1482
1483
|
|
|
1483
1484
|
declare namespace quebra {
|
|
1484
|
-
export { Repository$
|
|
1485
|
+
export { Repository$t as default };
|
|
1485
1486
|
}
|
|
1486
1487
|
|
|
1487
|
-
declare class Repository$
|
|
1488
|
+
declare class Repository$s implements Nomalism$1.Inventario.IRepository {
|
|
1488
1489
|
route: string;
|
|
1489
1490
|
publicRoute: string;
|
|
1490
1491
|
private api;
|
|
@@ -1494,10 +1495,10 @@ declare class Repository$r implements Nomalism$1.Inventario.IRepository {
|
|
|
1494
1495
|
}
|
|
1495
1496
|
|
|
1496
1497
|
declare namespace inventario {
|
|
1497
|
-
export { Repository$
|
|
1498
|
+
export { Repository$s as default };
|
|
1498
1499
|
}
|
|
1499
1500
|
|
|
1500
|
-
declare class Repository$
|
|
1501
|
+
declare class Repository$r implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1501
1502
|
route: string;
|
|
1502
1503
|
publicRoute: string;
|
|
1503
1504
|
private api;
|
|
@@ -1508,10 +1509,10 @@ declare class Repository$q implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1508
1509
|
}
|
|
1509
1510
|
|
|
1510
1511
|
declare namespace returnToProvider {
|
|
1511
|
-
export { Repository$
|
|
1512
|
+
export { Repository$r as default };
|
|
1512
1513
|
}
|
|
1513
1514
|
|
|
1514
|
-
declare class Repository$
|
|
1515
|
+
declare class Repository$q implements Nomalism$1.EmailVerification.IApi {
|
|
1515
1516
|
route: string;
|
|
1516
1517
|
publicRoute: string;
|
|
1517
1518
|
private api;
|
|
@@ -1522,10 +1523,10 @@ declare class Repository$p implements Nomalism$1.EmailVerification.IApi {
|
|
|
1522
1523
|
}
|
|
1523
1524
|
|
|
1524
1525
|
declare namespace emailVerification {
|
|
1525
|
-
export { Repository$
|
|
1526
|
+
export { Repository$q as default };
|
|
1526
1527
|
}
|
|
1527
1528
|
|
|
1528
|
-
declare class Repository$
|
|
1529
|
+
declare class Repository$p implements Nomalism$1.EmailLog.IApi {
|
|
1529
1530
|
route: string;
|
|
1530
1531
|
publicRoute: string;
|
|
1531
1532
|
private api;
|
|
@@ -1537,10 +1538,10 @@ declare class Repository$o implements Nomalism$1.EmailLog.IApi {
|
|
|
1537
1538
|
}
|
|
1538
1539
|
|
|
1539
1540
|
declare namespace emailLog {
|
|
1540
|
-
export { Repository$
|
|
1541
|
+
export { Repository$p as default };
|
|
1541
1542
|
}
|
|
1542
1543
|
|
|
1543
|
-
declare class Repository$
|
|
1544
|
+
declare class Repository$o implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1544
1545
|
route: string;
|
|
1545
1546
|
publicRoute: string;
|
|
1546
1547
|
private api;
|
|
@@ -1549,10 +1550,10 @@ declare class Repository$n implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1549
1550
|
}
|
|
1550
1551
|
|
|
1551
1552
|
declare namespace documentLineNote {
|
|
1552
|
-
export { Repository$
|
|
1553
|
+
export { Repository$o as default };
|
|
1553
1554
|
}
|
|
1554
1555
|
|
|
1555
|
-
declare class Repository$
|
|
1556
|
+
declare class Repository$n implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1556
1557
|
route: string;
|
|
1557
1558
|
publicRoute: string;
|
|
1558
1559
|
private api;
|
|
@@ -1562,10 +1563,10 @@ declare class Repository$m implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1562
1563
|
}
|
|
1563
1564
|
|
|
1564
1565
|
declare namespace savedProviderProposal {
|
|
1565
|
-
export { Repository$
|
|
1566
|
+
export { Repository$n as default };
|
|
1566
1567
|
}
|
|
1567
1568
|
|
|
1568
|
-
declare class Repository$
|
|
1569
|
+
declare class Repository$m implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1569
1570
|
route: string;
|
|
1570
1571
|
publicRoute: string;
|
|
1571
1572
|
private api;
|
|
@@ -1596,10 +1597,10 @@ declare class Repository$l implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1596
1597
|
}
|
|
1597
1598
|
|
|
1598
1599
|
declare namespace productGoogleSheets {
|
|
1599
|
-
export { Repository$
|
|
1600
|
+
export { Repository$m as default };
|
|
1600
1601
|
}
|
|
1601
1602
|
|
|
1602
|
-
declare class Repository$
|
|
1603
|
+
declare class Repository$l implements Nomalism$1.Task.IRepository {
|
|
1603
1604
|
route: string;
|
|
1604
1605
|
publicRoute: string;
|
|
1605
1606
|
private api;
|
|
@@ -1614,10 +1615,10 @@ declare class Repository$k implements Nomalism$1.Task.IRepository {
|
|
|
1614
1615
|
}
|
|
1615
1616
|
|
|
1616
1617
|
declare namespace task {
|
|
1617
|
-
export { Repository$
|
|
1618
|
+
export { Repository$l as default };
|
|
1618
1619
|
}
|
|
1619
1620
|
|
|
1620
|
-
declare class Repository$
|
|
1621
|
+
declare class Repository$k implements Nomalism$1.TaskMessage.IRepository {
|
|
1621
1622
|
route: string;
|
|
1622
1623
|
publicRoute: string;
|
|
1623
1624
|
private api;
|
|
@@ -1628,10 +1629,10 @@ declare class Repository$j implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1628
1629
|
}
|
|
1629
1630
|
|
|
1630
1631
|
declare namespace taskMessage {
|
|
1631
|
-
export { Repository$
|
|
1632
|
+
export { Repository$k as default };
|
|
1632
1633
|
}
|
|
1633
1634
|
|
|
1634
|
-
declare class Repository$
|
|
1635
|
+
declare class Repository$j implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1635
1636
|
route: string;
|
|
1636
1637
|
publicRoute: string;
|
|
1637
1638
|
private api;
|
|
@@ -1641,10 +1642,10 @@ declare class Repository$i implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1641
1642
|
}
|
|
1642
1643
|
|
|
1643
1644
|
declare namespace recurrentTasks {
|
|
1644
|
-
export { Repository$
|
|
1645
|
+
export { Repository$j as default };
|
|
1645
1646
|
}
|
|
1646
1647
|
|
|
1647
|
-
declare class Repository$
|
|
1648
|
+
declare class Repository$i implements Nomalism$1.TaskRead.IRepository {
|
|
1648
1649
|
route: string;
|
|
1649
1650
|
publicRoute: string;
|
|
1650
1651
|
private api;
|
|
@@ -1654,10 +1655,10 @@ declare class Repository$h implements Nomalism$1.TaskRead.IRepository {
|
|
|
1654
1655
|
}
|
|
1655
1656
|
|
|
1656
1657
|
declare namespace taskRead {
|
|
1657
|
-
export { Repository$
|
|
1658
|
+
export { Repository$i as default };
|
|
1658
1659
|
}
|
|
1659
1660
|
|
|
1660
|
-
declare class Repository$
|
|
1661
|
+
declare class Repository$h implements Nomalism$1.Theme.IRepository {
|
|
1661
1662
|
route: string;
|
|
1662
1663
|
publicRoute: string;
|
|
1663
1664
|
private api;
|
|
@@ -1666,10 +1667,10 @@ declare class Repository$g implements Nomalism$1.Theme.IRepository {
|
|
|
1666
1667
|
}
|
|
1667
1668
|
|
|
1668
1669
|
declare namespace theme {
|
|
1669
|
-
export { Repository$
|
|
1670
|
+
export { Repository$h as default };
|
|
1670
1671
|
}
|
|
1671
1672
|
|
|
1672
|
-
declare class Repository$
|
|
1673
|
+
declare class Repository$g implements Nomalism$1.Dashboard.IRepository {
|
|
1673
1674
|
route: string;
|
|
1674
1675
|
publicRoute: string;
|
|
1675
1676
|
private api;
|
|
@@ -1679,10 +1680,10 @@ declare class Repository$f implements Nomalism$1.Dashboard.IRepository {
|
|
|
1679
1680
|
}
|
|
1680
1681
|
|
|
1681
1682
|
declare namespace dashboard {
|
|
1682
|
-
export { Repository$
|
|
1683
|
+
export { Repository$g as default };
|
|
1683
1684
|
}
|
|
1684
1685
|
|
|
1685
|
-
declare class Repository$
|
|
1686
|
+
declare class Repository$f implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1686
1687
|
route: string;
|
|
1687
1688
|
publicRoute: string;
|
|
1688
1689
|
private api;
|
|
@@ -1695,10 +1696,10 @@ declare class Repository$e implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1695
1696
|
}
|
|
1696
1697
|
|
|
1697
1698
|
declare namespace chatRapidMessage {
|
|
1698
|
-
export { Repository$
|
|
1699
|
+
export { Repository$f as default };
|
|
1699
1700
|
}
|
|
1700
1701
|
|
|
1701
|
-
declare class Repository$
|
|
1702
|
+
declare class Repository$e implements Nomalism$1.SideMenu.IController {
|
|
1702
1703
|
route: string;
|
|
1703
1704
|
publicRoute: string;
|
|
1704
1705
|
private api;
|
|
@@ -1710,10 +1711,10 @@ declare class Repository$d implements Nomalism$1.SideMenu.IController {
|
|
|
1710
1711
|
}
|
|
1711
1712
|
|
|
1712
1713
|
declare namespace sideMenu {
|
|
1713
|
-
export { Repository$
|
|
1714
|
+
export { Repository$e as default };
|
|
1714
1715
|
}
|
|
1715
1716
|
|
|
1716
|
-
declare class Repository$
|
|
1717
|
+
declare class Repository$d implements Nomalism$1.ErrorLog.IRepository {
|
|
1717
1718
|
route: string;
|
|
1718
1719
|
publicRoute: string;
|
|
1719
1720
|
private api;
|
|
@@ -1722,10 +1723,10 @@ declare class Repository$c implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1722
1723
|
}
|
|
1723
1724
|
|
|
1724
1725
|
declare namespace errorLog {
|
|
1725
|
-
export { Repository$
|
|
1726
|
+
export { Repository$d as default };
|
|
1726
1727
|
}
|
|
1727
1728
|
|
|
1728
|
-
declare class Repository$
|
|
1729
|
+
declare class Repository$c implements Nomalism$1.AdminPanel.IRepository {
|
|
1729
1730
|
route: string;
|
|
1730
1731
|
publicRoute: string;
|
|
1731
1732
|
private api;
|
|
@@ -1734,10 +1735,10 @@ declare class Repository$b implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
1736
1737
|
declare namespace adminPanel {
|
|
1737
|
-
export { Repository$
|
|
1738
|
+
export { Repository$c as default };
|
|
1738
1739
|
}
|
|
1739
1740
|
|
|
1740
|
-
declare class Repository$
|
|
1741
|
+
declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
1741
1742
|
route: string;
|
|
1742
1743
|
publicRoute: string;
|
|
1743
1744
|
private api;
|
|
@@ -1747,10 +1748,10 @@ declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1747
1748
|
}
|
|
1748
1749
|
|
|
1749
1750
|
declare namespace documentLineRm {
|
|
1750
|
-
export { Repository$
|
|
1751
|
+
export { Repository$b as default };
|
|
1751
1752
|
}
|
|
1752
1753
|
|
|
1753
|
-
declare class Repository$
|
|
1754
|
+
declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
1754
1755
|
route: string;
|
|
1755
1756
|
publicRoute: string;
|
|
1756
1757
|
private api;
|
|
@@ -1760,10 +1761,10 @@ declare class Repository$9 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1760
1761
|
}
|
|
1761
1762
|
|
|
1762
1763
|
declare namespace documentLineMt {
|
|
1763
|
-
export { Repository$
|
|
1764
|
+
export { Repository$a as default };
|
|
1764
1765
|
}
|
|
1765
1766
|
|
|
1766
|
-
declare class Repository$
|
|
1767
|
+
declare class Repository$9 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1767
1768
|
route: string;
|
|
1768
1769
|
publicRoute: string;
|
|
1769
1770
|
private api;
|
|
@@ -1774,10 +1775,10 @@ declare class Repository$8 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1774
1775
|
}
|
|
1775
1776
|
|
|
1776
1777
|
declare namespace chatSubscriber {
|
|
1777
|
-
export { Repository$
|
|
1778
|
+
export { Repository$9 as default };
|
|
1778
1779
|
}
|
|
1779
1780
|
|
|
1780
|
-
declare class Repository$
|
|
1781
|
+
declare class Repository$8 implements Nomalism$1.Tag.IRepository {
|
|
1781
1782
|
route: string;
|
|
1782
1783
|
publicRoute: string;
|
|
1783
1784
|
private api;
|
|
@@ -1789,10 +1790,10 @@ declare class Repository$7 implements Nomalism$1.Tag.IRepository {
|
|
|
1789
1790
|
}
|
|
1790
1791
|
|
|
1791
1792
|
declare namespace tag {
|
|
1792
|
-
export { Repository$
|
|
1793
|
+
export { Repository$8 as default };
|
|
1793
1794
|
}
|
|
1794
1795
|
|
|
1795
|
-
declare class Repository$
|
|
1796
|
+
declare class Repository$7 implements Nomalism$1.Gmails.IRepository {
|
|
1796
1797
|
route: string;
|
|
1797
1798
|
publicRoute: string;
|
|
1798
1799
|
private api;
|
|
@@ -1804,10 +1805,10 @@ declare class Repository$6 implements Nomalism$1.Gmails.IRepository {
|
|
|
1804
1805
|
}
|
|
1805
1806
|
|
|
1806
1807
|
declare namespace gmails {
|
|
1807
|
-
export { Repository$
|
|
1808
|
+
export { Repository$7 as default };
|
|
1808
1809
|
}
|
|
1809
1810
|
|
|
1810
|
-
declare class Repository$
|
|
1811
|
+
declare class Repository$6 implements Nomalism$1.NPF.IRepository {
|
|
1811
1812
|
route: string;
|
|
1812
1813
|
publicRoute: string;
|
|
1813
1814
|
private api;
|
|
@@ -1816,10 +1817,10 @@ declare class Repository$5 implements Nomalism$1.NPF.IRepository {
|
|
|
1816
1817
|
}
|
|
1817
1818
|
|
|
1818
1819
|
declare namespace NPF {
|
|
1819
|
-
export { Repository$
|
|
1820
|
+
export { Repository$6 as default };
|
|
1820
1821
|
}
|
|
1821
1822
|
|
|
1822
|
-
declare class Repository$
|
|
1823
|
+
declare class Repository$5 implements Nomalism$1.NRCL.IRepository {
|
|
1823
1824
|
route: string;
|
|
1824
1825
|
publicRoute: string;
|
|
1825
1826
|
private api;
|
|
@@ -1828,10 +1829,10 @@ declare class Repository$4 implements Nomalism$1.NRCL.IRepository {
|
|
|
1828
1829
|
}
|
|
1829
1830
|
|
|
1830
1831
|
declare namespace NRCL {
|
|
1831
|
-
export { Repository$
|
|
1832
|
+
export { Repository$5 as default };
|
|
1832
1833
|
}
|
|
1833
1834
|
|
|
1834
|
-
declare class Repository$
|
|
1835
|
+
declare class Repository$4 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1835
1836
|
route: string;
|
|
1836
1837
|
publicRoute: string;
|
|
1837
1838
|
private api;
|
|
@@ -1845,10 +1846,10 @@ declare class Repository$3 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1845
1846
|
}
|
|
1846
1847
|
|
|
1847
1848
|
declare namespace currentAccount {
|
|
1848
|
-
export { Repository$
|
|
1849
|
+
export { Repository$4 as default };
|
|
1849
1850
|
}
|
|
1850
1851
|
|
|
1851
|
-
declare class Repository$
|
|
1852
|
+
declare class Repository$3 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1852
1853
|
route: string;
|
|
1853
1854
|
publicRoute: string;
|
|
1854
1855
|
private api;
|
|
@@ -1867,10 +1868,10 @@ declare class Repository$2 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1867
1868
|
}
|
|
1868
1869
|
|
|
1869
1870
|
declare namespace paymentBatch {
|
|
1870
|
-
export { Repository$
|
|
1871
|
+
export { Repository$3 as default };
|
|
1871
1872
|
}
|
|
1872
1873
|
|
|
1873
|
-
declare class Repository$
|
|
1874
|
+
declare class Repository$2 implements Nomalism$1.Portal.IRepository {
|
|
1874
1875
|
route: string;
|
|
1875
1876
|
publicRoute: string;
|
|
1876
1877
|
private api;
|
|
@@ -1881,10 +1882,10 @@ declare class Repository$1 implements Nomalism$1.Portal.IRepository {
|
|
|
1881
1882
|
}
|
|
1882
1883
|
|
|
1883
1884
|
declare namespace portal {
|
|
1884
|
-
export { Repository$
|
|
1885
|
+
export { Repository$2 as default };
|
|
1885
1886
|
}
|
|
1886
1887
|
|
|
1887
|
-
declare class Repository implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1888
|
+
declare class Repository$1 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1888
1889
|
route: string;
|
|
1889
1890
|
publicRoute: string;
|
|
1890
1891
|
private api;
|
|
@@ -1892,7 +1893,15 @@ declare class Repository implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
|
1892
1893
|
clearAndFill(): Promise<void>;
|
|
1893
1894
|
}
|
|
1894
1895
|
|
|
1895
|
-
declare
|
|
1896
|
+
declare class Repository implements Nomalism$1.AccountCode.IRepository {
|
|
1897
|
+
route: string;
|
|
1898
|
+
publicRoute: string;
|
|
1899
|
+
private api;
|
|
1900
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1901
|
+
findByCode({ code, }: Nomalism$1.AccountCode.IFindByCode): Promise<Nomalism$1.AccountCode.Entity | null>;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
declare namespace accountCode {
|
|
1896
1905
|
export { Repository as default };
|
|
1897
1906
|
}
|
|
1898
1907
|
|
|
@@ -1914,127 +1923,128 @@ declare class API {
|
|
|
1914
1923
|
processEnvironment: IEnvironment;
|
|
1915
1924
|
client: AxiosInstance;
|
|
1916
1925
|
services: Record<IService, string>;
|
|
1917
|
-
BankData: Repository$
|
|
1918
|
-
Client: Repository$
|
|
1919
|
-
ClientType: Repository$
|
|
1920
|
-
Chat: Repository$
|
|
1921
|
-
Commissioner: Repository$
|
|
1922
|
-
Country: Repository$
|
|
1923
|
-
DocumentHeader: Repository$
|
|
1924
|
-
DocumentHeaderHistory: Repository$
|
|
1925
|
-
BillOfLading: Repository$
|
|
1926
|
-
ProductionOrder: Repository$
|
|
1927
|
-
Proforma: Repository$
|
|
1928
|
-
PropostaFornecedor: Repository$
|
|
1929
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1930
|
-
ProviderFinancialCreditNote: Repository$
|
|
1931
|
-
ProviderServiceInvoice: Repository$
|
|
1932
|
-
DocumentLine: Repository$
|
|
1933
|
-
DocumentLineAssoc: Repository$
|
|
1934
|
-
DocumentType: Repository$
|
|
1935
|
-
Favorites: Repository$
|
|
1936
|
-
File: Repository$
|
|
1937
|
-
GoogleSheets: Repository$
|
|
1938
|
-
GroupPermissions: Repository$
|
|
1939
|
-
Language: Repository$
|
|
1940
|
-
Location: Repository$
|
|
1941
|
-
Logout: Repository$
|
|
1942
|
-
Multimedia: Repository$
|
|
1943
|
-
Observation: Repository$
|
|
1944
|
-
ObservationType: Repository$
|
|
1945
|
-
Password: Repository$
|
|
1946
|
-
Permissions: Repository$
|
|
1947
|
-
ProductImage: Repository$
|
|
1948
|
-
Promotion: Repository$
|
|
1949
|
-
PromotionAssoc: Repository$
|
|
1950
|
-
Providers: Repository$
|
|
1951
|
-
ProviderType: Repository$
|
|
1952
|
-
PurchaseConditions: Repository$
|
|
1953
|
-
ReasonForExemption: Repository$
|
|
1954
|
-
RefreshToken: Repository$
|
|
1955
|
-
SegmentsArea: Repository$
|
|
1956
|
-
Sessions: Repository$
|
|
1957
|
-
Shippings: Repository$
|
|
1958
|
-
StoreOperator: Repository$
|
|
1959
|
-
Swift: Repository$
|
|
1960
|
-
TypeOfLocation: Repository$
|
|
1961
|
-
UnitOfMeasure: Repository$
|
|
1962
|
-
UserPermissions: Repository$
|
|
1963
|
-
UserPositions: Repository$
|
|
1964
|
-
Users: Repository$
|
|
1965
|
-
VatTax: Repository$
|
|
1966
|
-
VatTaxZone: Repository$
|
|
1967
|
-
Workflow: Repository$
|
|
1968
|
-
DeliveryMethods: Repository$
|
|
1969
|
-
MaturityDates: Repository$
|
|
1970
|
-
PaymentMethods: Repository$
|
|
1971
|
-
Vehicles: Repository$
|
|
1972
|
-
ExternalDocumentType: Repository$
|
|
1973
|
-
DocumentSet: Repository$
|
|
1974
|
-
Payment: Repository
|
|
1975
|
-
ExternalDocumentHeader: Repository
|
|
1976
|
-
VatValidation: Repository$
|
|
1977
|
-
StockMovement: Repository$
|
|
1978
|
-
ZipCode: Repository$
|
|
1979
|
-
Tenant: Repository$
|
|
1980
|
-
PreSale: Repository$
|
|
1981
|
-
PreSaleProduct: Repository$
|
|
1982
|
-
OrderManagement: Repository$
|
|
1983
|
-
Npc: Repository$
|
|
1984
|
-
Printer: Repository$
|
|
1985
|
-
SchedulePrintJob: Repository$
|
|
1986
|
-
QueryList: Repository$
|
|
1987
|
-
QueryParameter: Repository$
|
|
1988
|
-
ReturnReason: Repository$
|
|
1989
|
-
PropostaSheets: Repository$
|
|
1990
|
-
Schedule: Repository$
|
|
1991
|
-
GoogleFilePermission: Repository$
|
|
1992
|
-
Settings: Repository$
|
|
1993
|
-
Tickets: Repository$
|
|
1994
|
-
Channel: Repository$
|
|
1995
|
-
TicketsLanguage: Repository$
|
|
1996
|
-
Clt: Repository$
|
|
1997
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1998
|
-
Persona: Repository$
|
|
1999
|
-
ProjectInfo: Repository$
|
|
2000
|
-
Order: Repository$
|
|
2001
|
-
Purchase: Repository$
|
|
2002
|
-
MaterialEntrance: Repository$
|
|
2003
|
-
Transformado: Repository$
|
|
2004
|
-
UpfrontReturn: Repository$
|
|
2005
|
-
SavedEmPicking: Repository$
|
|
2006
|
-
EmailTemplate: Repository$
|
|
2007
|
-
EmailTemplateAttachment: Repository$
|
|
2008
|
-
Prison: Repository$
|
|
2009
|
-
Quebra: Repository$
|
|
2010
|
-
Inventario: Repository$
|
|
2011
|
-
ReturnToProvider: Repository$
|
|
2012
|
-
EmailVerification: Repository$
|
|
2013
|
-
EmailLog: Repository$
|
|
2014
|
-
DocumentLineNote: Repository$
|
|
2015
|
-
SavedProviderProposal: Repository$
|
|
2016
|
-
ProductGoogleSheets: Repository$
|
|
2017
|
-
Task: Repository$
|
|
2018
|
-
TaskMessage: Repository$
|
|
2019
|
-
RecurrentTasks: Repository$
|
|
2020
|
-
TaskRead: Repository$
|
|
2021
|
-
Theme: Repository$
|
|
2022
|
-
Dashboard: Repository$
|
|
2023
|
-
ChatRapidMessage: Repository$
|
|
2024
|
-
SideMenu: Repository$
|
|
2025
|
-
ErrorLog: Repository$
|
|
2026
|
-
AdminPanel: Repository$
|
|
2027
|
-
DocumentLineRm: Repository$
|
|
2028
|
-
DocumentLineMt: Repository$
|
|
2029
|
-
ChatSubscriber: Repository$
|
|
2030
|
-
Tag: Repository$
|
|
2031
|
-
Gmails: Repository$
|
|
2032
|
-
NPF: Repository$
|
|
2033
|
-
NRCL: Repository$
|
|
2034
|
-
PaymentBatch: Repository$
|
|
2035
|
-
CurrentAccount: Repository$
|
|
2036
|
-
Portal: Repository$
|
|
2037
|
-
GoogleSheetPool: Repository;
|
|
1926
|
+
BankData: Repository$1V;
|
|
1927
|
+
Client: Repository$1U;
|
|
1928
|
+
ClientType: Repository$1T;
|
|
1929
|
+
Chat: Repository$1S;
|
|
1930
|
+
Commissioner: Repository$1R;
|
|
1931
|
+
Country: Repository$1Q;
|
|
1932
|
+
DocumentHeader: Repository$1P;
|
|
1933
|
+
DocumentHeaderHistory: Repository$1O;
|
|
1934
|
+
BillOfLading: Repository$1N;
|
|
1935
|
+
ProductionOrder: Repository$1M;
|
|
1936
|
+
Proforma: Repository$1L;
|
|
1937
|
+
PropostaFornecedor: Repository$1K;
|
|
1938
|
+
ProviderCreditNoteFromReturn: Repository$1J;
|
|
1939
|
+
ProviderFinancialCreditNote: Repository$1I;
|
|
1940
|
+
ProviderServiceInvoice: Repository$1H;
|
|
1941
|
+
DocumentLine: Repository$1G;
|
|
1942
|
+
DocumentLineAssoc: Repository$1F;
|
|
1943
|
+
DocumentType: Repository$1E;
|
|
1944
|
+
Favorites: Repository$1D;
|
|
1945
|
+
File: Repository$1C;
|
|
1946
|
+
GoogleSheets: Repository$1B;
|
|
1947
|
+
GroupPermissions: Repository$1A;
|
|
1948
|
+
Language: Repository$1z;
|
|
1949
|
+
Location: Repository$1y;
|
|
1950
|
+
Logout: Repository$1x;
|
|
1951
|
+
Multimedia: Repository$1w;
|
|
1952
|
+
Observation: Repository$1v;
|
|
1953
|
+
ObservationType: Repository$1u;
|
|
1954
|
+
Password: Repository$1t;
|
|
1955
|
+
Permissions: Repository$1s;
|
|
1956
|
+
ProductImage: Repository$1r;
|
|
1957
|
+
Promotion: Repository$1q;
|
|
1958
|
+
PromotionAssoc: Repository$1p;
|
|
1959
|
+
Providers: Repository$1o;
|
|
1960
|
+
ProviderType: Repository$1n;
|
|
1961
|
+
PurchaseConditions: Repository$1m;
|
|
1962
|
+
ReasonForExemption: Repository$1l;
|
|
1963
|
+
RefreshToken: Repository$1k;
|
|
1964
|
+
SegmentsArea: Repository$1j;
|
|
1965
|
+
Sessions: Repository$1i;
|
|
1966
|
+
Shippings: Repository$1h;
|
|
1967
|
+
StoreOperator: Repository$1g;
|
|
1968
|
+
Swift: Repository$1f;
|
|
1969
|
+
TypeOfLocation: Repository$1e;
|
|
1970
|
+
UnitOfMeasure: Repository$1d;
|
|
1971
|
+
UserPermissions: Repository$1c;
|
|
1972
|
+
UserPositions: Repository$1b;
|
|
1973
|
+
Users: Repository$1a;
|
|
1974
|
+
VatTax: Repository$19;
|
|
1975
|
+
VatTaxZone: Repository$18;
|
|
1976
|
+
Workflow: Repository$17;
|
|
1977
|
+
DeliveryMethods: Repository$16;
|
|
1978
|
+
MaturityDates: Repository$15;
|
|
1979
|
+
PaymentMethods: Repository$14;
|
|
1980
|
+
Vehicles: Repository$13;
|
|
1981
|
+
ExternalDocumentType: Repository$12;
|
|
1982
|
+
DocumentSet: Repository$11;
|
|
1983
|
+
Payment: Repository$10;
|
|
1984
|
+
ExternalDocumentHeader: Repository$$;
|
|
1985
|
+
VatValidation: Repository$_;
|
|
1986
|
+
StockMovement: Repository$Z;
|
|
1987
|
+
ZipCode: Repository$Y;
|
|
1988
|
+
Tenant: Repository$X;
|
|
1989
|
+
PreSale: Repository$W;
|
|
1990
|
+
PreSaleProduct: Repository$V;
|
|
1991
|
+
OrderManagement: Repository$U;
|
|
1992
|
+
Npc: Repository$T;
|
|
1993
|
+
Printer: Repository$S;
|
|
1994
|
+
SchedulePrintJob: Repository$R;
|
|
1995
|
+
QueryList: Repository$Q;
|
|
1996
|
+
QueryParameter: Repository$P;
|
|
1997
|
+
ReturnReason: Repository$O;
|
|
1998
|
+
PropostaSheets: Repository$N;
|
|
1999
|
+
Schedule: Repository$M;
|
|
2000
|
+
GoogleFilePermission: Repository$L;
|
|
2001
|
+
Settings: Repository$K;
|
|
2002
|
+
Tickets: Repository$J;
|
|
2003
|
+
Channel: Repository$I;
|
|
2004
|
+
TicketsLanguage: Repository$H;
|
|
2005
|
+
Clt: Repository$G;
|
|
2006
|
+
StartDocumentHeaderLastUpdate: Repository$F;
|
|
2007
|
+
Persona: Repository$E;
|
|
2008
|
+
ProjectInfo: Repository$D;
|
|
2009
|
+
Order: Repository$C;
|
|
2010
|
+
Purchase: Repository$B;
|
|
2011
|
+
MaterialEntrance: Repository$A;
|
|
2012
|
+
Transformado: Repository$z;
|
|
2013
|
+
UpfrontReturn: Repository$y;
|
|
2014
|
+
SavedEmPicking: Repository$x;
|
|
2015
|
+
EmailTemplate: Repository$w;
|
|
2016
|
+
EmailTemplateAttachment: Repository$v;
|
|
2017
|
+
Prison: Repository$u;
|
|
2018
|
+
Quebra: Repository$t;
|
|
2019
|
+
Inventario: Repository$s;
|
|
2020
|
+
ReturnToProvider: Repository$r;
|
|
2021
|
+
EmailVerification: Repository$q;
|
|
2022
|
+
EmailLog: Repository$p;
|
|
2023
|
+
DocumentLineNote: Repository$o;
|
|
2024
|
+
SavedProviderProposal: Repository$n;
|
|
2025
|
+
ProductGoogleSheets: Repository$m;
|
|
2026
|
+
Task: Repository$l;
|
|
2027
|
+
TaskMessage: Repository$k;
|
|
2028
|
+
RecurrentTasks: Repository$j;
|
|
2029
|
+
TaskRead: Repository$i;
|
|
2030
|
+
Theme: Repository$h;
|
|
2031
|
+
Dashboard: Repository$g;
|
|
2032
|
+
ChatRapidMessage: Repository$f;
|
|
2033
|
+
SideMenu: Repository$e;
|
|
2034
|
+
ErrorLog: Repository$d;
|
|
2035
|
+
AdminPanel: Repository$c;
|
|
2036
|
+
DocumentLineRm: Repository$b;
|
|
2037
|
+
DocumentLineMt: Repository$a;
|
|
2038
|
+
ChatSubscriber: Repository$9;
|
|
2039
|
+
Tag: Repository$8;
|
|
2040
|
+
Gmails: Repository$7;
|
|
2041
|
+
NPF: Repository$6;
|
|
2042
|
+
NRCL: Repository$5;
|
|
2043
|
+
PaymentBatch: Repository$3;
|
|
2044
|
+
CurrentAccount: Repository$4;
|
|
2045
|
+
Portal: Repository$2;
|
|
2046
|
+
GoogleSheetPool: Repository$1;
|
|
2047
|
+
AccountCode: Repository;
|
|
2038
2048
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
2039
2049
|
}
|
|
2040
2050
|
|
|
@@ -2044,7 +2054,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
2044
2054
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
2045
2055
|
type Nomalism_IOptions = IOptions;
|
|
2046
2056
|
declare namespace Nomalism {
|
|
2047
|
-
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission,
|
|
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, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPermission as UserPermissions, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
2048
2058
|
}
|
|
2049
2059
|
|
|
2050
2060
|
export { Nomalism as default };
|