@nomalism-com/api 1.3.1 → 1.3.3
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 +374 -356
- package/dist/index.js +21 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RawAxiosRequestHeaders, AxiosInstance } from 'axios';
|
|
2
2
|
import Nomalism$1 from '@nomalism-com/types';
|
|
3
3
|
|
|
4
|
-
declare class Repository$
|
|
4
|
+
declare class Repository$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;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1R implements Nomalism$1.Chat.IRepository {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
type IPaginationResponse$4 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Commissioner.IFindResponse>;
|
|
77
|
-
declare class Repository$
|
|
77
|
+
declare class Repository$1R implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1Q implements Nomalism$1.Commissioner.IRepository {
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
declare namespace commissioner {
|
|
93
|
-
export { type IPaginationResponse$4 as IPaginationResponse, Repository$
|
|
93
|
+
export { type IPaginationResponse$4 as IPaginationResponse, Repository$1R as default };
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
type IPaginationResponse$3 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Country.IFindResponse>;
|
|
97
|
-
declare class Repository$
|
|
97
|
+
declare class Repository$1Q implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,10 +110,10 @@ declare class Repository$1P implements Nomalism$1.Country.IRepository {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
declare namespace country {
|
|
113
|
-
export { type IPaginationResponse$3 as IPaginationResponse, Repository$
|
|
113
|
+
export { type IPaginationResponse$3 as IPaginationResponse, Repository$1Q as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1P implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
@@ -140,10 +140,10 @@ declare class Repository$1O implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
declare namespace documentHeader {
|
|
143
|
-
export { Repository$
|
|
143
|
+
export { Repository$1P as default };
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
declare class Repository$
|
|
146
|
+
declare class Repository$1O implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
147
147
|
route: string;
|
|
148
148
|
publicRoute: string;
|
|
149
149
|
private api;
|
|
@@ -152,10 +152,10 @@ declare class Repository$1N implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
declare namespace documentHeaderHistory {
|
|
155
|
-
export { Repository$
|
|
155
|
+
export { Repository$1O as default };
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
declare class Repository$
|
|
158
|
+
declare class Repository$1N implements Nomalism$1.BillOfLading.IRepository {
|
|
159
159
|
route: string;
|
|
160
160
|
publicRoute: string;
|
|
161
161
|
private api;
|
|
@@ -163,7 +163,7 @@ declare class Repository$1M implements Nomalism$1.BillOfLading.IRepository {
|
|
|
163
163
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
declare class Repository$
|
|
166
|
+
declare class Repository$1M implements Nomalism$1.ProductionOrder.IRepository {
|
|
167
167
|
route: string;
|
|
168
168
|
publicRoute: string;
|
|
169
169
|
private api;
|
|
@@ -171,7 +171,7 @@ declare class Repository$1L implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
171
171
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
declare class Repository$
|
|
174
|
+
declare class Repository$1L implements Nomalism$1.Proforma.IRepository {
|
|
175
175
|
route: string;
|
|
176
176
|
publicRoute: string;
|
|
177
177
|
private api;
|
|
@@ -180,7 +180,7 @@ declare class Repository$1K implements Nomalism$1.Proforma.IRepository {
|
|
|
180
180
|
createFromLines(data: Nomalism$1.Proforma.ICreateFromLinesRequest): Promise<void>;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
declare class Repository$
|
|
183
|
+
declare class Repository$1K implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
184
184
|
route: string;
|
|
185
185
|
publicRoute: string;
|
|
186
186
|
private api;
|
|
@@ -188,7 +188,7 @@ declare class Repository$1J implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
188
188
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
declare class Repository$
|
|
191
|
+
declare class Repository$1J implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
192
192
|
route: string;
|
|
193
193
|
publicRoute: string;
|
|
194
194
|
private api;
|
|
@@ -197,7 +197,7 @@ declare class Repository$1I implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
197
197
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
declare class Repository$
|
|
200
|
+
declare class Repository$1I implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
201
201
|
route: string;
|
|
202
202
|
publicRoute: string;
|
|
203
203
|
private api;
|
|
@@ -206,7 +206,7 @@ declare class Repository$1H implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
206
206
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
declare class Repository$
|
|
209
|
+
declare class Repository$1H implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
210
210
|
route: string;
|
|
211
211
|
publicRoute: string;
|
|
212
212
|
private api;
|
|
@@ -214,7 +214,7 @@ declare class Repository$1G implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
214
214
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
declare class Repository$
|
|
217
|
+
declare class Repository$1G implements Nomalism$1.DocumentLine.IRepository {
|
|
218
218
|
route: string;
|
|
219
219
|
publicRoute: string;
|
|
220
220
|
private api;
|
|
@@ -231,10 +231,10 @@ declare class Repository$1F implements Nomalism$1.DocumentLine.IRepository {
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
declare namespace documentLine {
|
|
234
|
-
export { Repository$
|
|
234
|
+
export { Repository$1G as default };
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
declare class Repository$
|
|
237
|
+
declare class Repository$1F implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
238
238
|
route: string;
|
|
239
239
|
publicRoute: string;
|
|
240
240
|
private api;
|
|
@@ -247,10 +247,10 @@ declare class Repository$1E implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
declare namespace documentLineAssoc {
|
|
250
|
-
export { Repository$
|
|
250
|
+
export { Repository$1F as default };
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
declare class Repository$
|
|
253
|
+
declare class Repository$1E implements Nomalism$1.DocumentType.IApi {
|
|
254
254
|
route: string;
|
|
255
255
|
publicRoute: string;
|
|
256
256
|
private api;
|
|
@@ -264,10 +264,10 @@ declare class Repository$1D implements Nomalism$1.DocumentType.IApi {
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
declare namespace documentType {
|
|
267
|
-
export { Repository$
|
|
267
|
+
export { Repository$1E as default };
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
declare class Repository$
|
|
270
|
+
declare class Repository$1D implements Nomalism$1.Favorites.IRepository {
|
|
271
271
|
route: string;
|
|
272
272
|
publicRoute: string;
|
|
273
273
|
private api;
|
|
@@ -279,10 +279,10 @@ declare class Repository$1C implements Nomalism$1.Favorites.IRepository {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
declare namespace favorites {
|
|
282
|
-
export { Repository$
|
|
282
|
+
export { Repository$1D as default };
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
declare class Repository$
|
|
285
|
+
declare class Repository$1C implements Nomalism$1.File.IRepository {
|
|
286
286
|
route: string;
|
|
287
287
|
publicRoute: string;
|
|
288
288
|
private api;
|
|
@@ -294,10 +294,10 @@ declare class Repository$1B implements Nomalism$1.File.IRepository {
|
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
declare namespace file {
|
|
297
|
-
export { Repository$
|
|
297
|
+
export { Repository$1C as default };
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
declare class Repository$
|
|
300
|
+
declare class Repository$1B implements Nomalism$1.GoogleSheets.IController {
|
|
301
301
|
route: string;
|
|
302
302
|
publicRoute: string;
|
|
303
303
|
private api;
|
|
@@ -309,10 +309,10 @@ declare class Repository$1A implements Nomalism$1.GoogleSheets.IController {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
declare namespace googleSheets {
|
|
312
|
-
export { Repository$
|
|
312
|
+
export { Repository$1B as default };
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
declare class Repository$
|
|
315
|
+
declare class Repository$1A implements Nomalism$1.GroupPermissions.IApi {
|
|
316
316
|
route: string;
|
|
317
317
|
publicRoute: string;
|
|
318
318
|
private api;
|
|
@@ -324,11 +324,11 @@ declare class Repository$1z implements Nomalism$1.GroupPermissions.IApi {
|
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
declare namespace groupPermission {
|
|
327
|
-
export { Repository$
|
|
327
|
+
export { Repository$1A as default };
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
331
|
-
declare class Repository$
|
|
331
|
+
declare class Repository$1z implements Nomalism$1.Language.IRepository {
|
|
332
332
|
route: string;
|
|
333
333
|
publicRoute: string;
|
|
334
334
|
private api;
|
|
@@ -343,10 +343,10 @@ declare class Repository$1y implements Nomalism$1.Language.IRepository {
|
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
declare namespace language$1 {
|
|
346
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
346
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1z as default };
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
declare class Repository$
|
|
349
|
+
declare class Repository$1y implements Nomalism$1.Location.IRepository {
|
|
350
350
|
route: string;
|
|
351
351
|
publicRoute: string;
|
|
352
352
|
private api;
|
|
@@ -362,10 +362,10 @@ declare class Repository$1x implements Nomalism$1.Location.IRepository {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
declare namespace location {
|
|
365
|
-
export { Repository$
|
|
365
|
+
export { Repository$1y as default };
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
declare class Repository$
|
|
368
|
+
declare class Repository$1x {
|
|
369
369
|
route: string;
|
|
370
370
|
publicRoute: string;
|
|
371
371
|
private api;
|
|
@@ -374,10 +374,10 @@ declare class Repository$1w {
|
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
declare namespace logout {
|
|
377
|
-
export { Repository$
|
|
377
|
+
export { Repository$1x as default };
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
declare class Repository$
|
|
380
|
+
declare class Repository$1w implements Nomalism$1.Multimedia.IApi {
|
|
381
381
|
route: string;
|
|
382
382
|
publicRoute: string;
|
|
383
383
|
private api;
|
|
@@ -387,10 +387,10 @@ declare class Repository$1v implements Nomalism$1.Multimedia.IApi {
|
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
declare namespace multimedia {
|
|
390
|
-
export { Repository$
|
|
390
|
+
export { Repository$1w as default };
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
declare class Repository$
|
|
393
|
+
declare class Repository$1v implements Nomalism$1.Observation.IApi {
|
|
394
394
|
route: string;
|
|
395
395
|
publicRoute: string;
|
|
396
396
|
private api;
|
|
@@ -403,10 +403,10 @@ declare class Repository$1u implements Nomalism$1.Observation.IApi {
|
|
|
403
403
|
}
|
|
404
404
|
|
|
405
405
|
declare namespace observation {
|
|
406
|
-
export { Repository$
|
|
406
|
+
export { Repository$1v as default };
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
declare class Repository$
|
|
409
|
+
declare class Repository$1u implements Nomalism$1.ObservationType.IApi {
|
|
410
410
|
route: string;
|
|
411
411
|
publicRoute: string;
|
|
412
412
|
private api;
|
|
@@ -419,10 +419,10 @@ declare class Repository$1t implements Nomalism$1.ObservationType.IApi {
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
declare namespace observationType {
|
|
422
|
-
export { Repository$
|
|
422
|
+
export { Repository$1u as default };
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
declare class Repository$
|
|
425
|
+
declare class Repository$1t implements Nomalism$1.Password.IRepository {
|
|
426
426
|
route: string;
|
|
427
427
|
publicRoute: string;
|
|
428
428
|
private api;
|
|
@@ -432,10 +432,10 @@ declare class Repository$1s implements Nomalism$1.Password.IRepository {
|
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
declare namespace password {
|
|
435
|
-
export { Repository$
|
|
435
|
+
export { Repository$1t as default };
|
|
436
436
|
}
|
|
437
437
|
|
|
438
|
-
declare class Repository$
|
|
438
|
+
declare class Repository$1s implements Nomalism$1.Permissions.IApi {
|
|
439
439
|
route: string;
|
|
440
440
|
publicRoute: string;
|
|
441
441
|
private api;
|
|
@@ -447,10 +447,10 @@ declare class Repository$1r implements Nomalism$1.Permissions.IApi {
|
|
|
447
447
|
}
|
|
448
448
|
|
|
449
449
|
declare namespace permission {
|
|
450
|
-
export { Repository$
|
|
450
|
+
export { Repository$1s as default };
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
-
declare class Repository$
|
|
453
|
+
declare class Repository$1r implements Nomalism$1.ProductImage.IRepository {
|
|
454
454
|
route: string;
|
|
455
455
|
publicRoute: string;
|
|
456
456
|
private api;
|
|
@@ -465,10 +465,10 @@ declare class Repository$1q implements Nomalism$1.ProductImage.IRepository {
|
|
|
465
465
|
}
|
|
466
466
|
|
|
467
467
|
declare namespace productImage {
|
|
468
|
-
export { Repository$
|
|
468
|
+
export { Repository$1r as default };
|
|
469
469
|
}
|
|
470
470
|
|
|
471
|
-
declare class Repository$
|
|
471
|
+
declare class Repository$1q implements Nomalism$1.Promotion.IRepository {
|
|
472
472
|
route: string;
|
|
473
473
|
publicRoute: string;
|
|
474
474
|
private api;
|
|
@@ -485,10 +485,10 @@ declare class Repository$1p implements Nomalism$1.Promotion.IRepository {
|
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
declare namespace promotion {
|
|
488
|
-
export { Repository$
|
|
488
|
+
export { Repository$1q as default };
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
declare class Repository$
|
|
491
|
+
declare class Repository$1p implements Nomalism$1.PromotionAssoc.IRepository {
|
|
492
492
|
route: string;
|
|
493
493
|
publicRoute: string;
|
|
494
494
|
private api;
|
|
@@ -503,10 +503,10 @@ declare class Repository$1o implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
declare namespace promotionAssoc {
|
|
506
|
-
export { Repository$
|
|
506
|
+
export { Repository$1p as default };
|
|
507
507
|
}
|
|
508
508
|
|
|
509
|
-
declare class Repository$
|
|
509
|
+
declare class Repository$1o implements Nomalism$1.Providers.IRepository {
|
|
510
510
|
route: string;
|
|
511
511
|
publicRoute: string;
|
|
512
512
|
private api;
|
|
@@ -525,11 +525,11 @@ declare class Repository$1n implements Nomalism$1.Providers.IRepository {
|
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
declare namespace provider {
|
|
528
|
-
export { Repository$
|
|
528
|
+
export { Repository$1o as default };
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
532
|
-
declare class Repository$
|
|
532
|
+
declare class Repository$1n implements Nomalism$1.ProviderType.IRepository {
|
|
533
533
|
route: string;
|
|
534
534
|
publicRoute: string;
|
|
535
535
|
private api;
|
|
@@ -544,10 +544,10 @@ declare class Repository$1m implements Nomalism$1.ProviderType.IRepository {
|
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
declare namespace providerType {
|
|
547
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
547
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1n as default };
|
|
548
548
|
}
|
|
549
549
|
|
|
550
|
-
declare class Repository$
|
|
550
|
+
declare class Repository$1m implements Nomalism$1.PurchaseConditions.IRepository {
|
|
551
551
|
route: string;
|
|
552
552
|
publicRoute: string;
|
|
553
553
|
private api;
|
|
@@ -562,10 +562,10 @@ declare class Repository$1l implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
declare namespace purchaseCondition {
|
|
565
|
-
export { Repository$
|
|
565
|
+
export { Repository$1m as default };
|
|
566
566
|
}
|
|
567
567
|
|
|
568
|
-
declare class Repository$
|
|
568
|
+
declare class Repository$1l implements Nomalism$1.ReasonForExemption.IRepository {
|
|
569
569
|
route: string;
|
|
570
570
|
publicRoute: string;
|
|
571
571
|
private api;
|
|
@@ -580,10 +580,10 @@ declare class Repository$1k implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
580
580
|
}
|
|
581
581
|
|
|
582
582
|
declare namespace reasonForExemption {
|
|
583
|
-
export { Repository$
|
|
583
|
+
export { Repository$1l as default };
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
-
declare class Repository$
|
|
586
|
+
declare class Repository$1k implements Nomalism$1.RefreshToken.IRepository {
|
|
587
587
|
route: string;
|
|
588
588
|
publicRoute: string;
|
|
589
589
|
private api;
|
|
@@ -592,10 +592,10 @@ declare class Repository$1j implements Nomalism$1.RefreshToken.IRepository {
|
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
declare namespace refreshToken {
|
|
595
|
-
export { Repository$
|
|
595
|
+
export { Repository$1k as default };
|
|
596
596
|
}
|
|
597
597
|
|
|
598
|
-
declare class Repository$
|
|
598
|
+
declare class Repository$1j implements Nomalism$1.SegmentsArea.IRepository {
|
|
599
599
|
route: string;
|
|
600
600
|
publicRoute: string;
|
|
601
601
|
private api;
|
|
@@ -610,10 +610,10 @@ declare class Repository$1i implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
declare namespace segmentsArea {
|
|
613
|
-
export { Repository$
|
|
613
|
+
export { Repository$1j as default };
|
|
614
614
|
}
|
|
615
615
|
|
|
616
|
-
declare class Repository$
|
|
616
|
+
declare class Repository$1i implements Nomalism$1.Sessions.IRepository {
|
|
617
617
|
route: string;
|
|
618
618
|
publicRoute: string;
|
|
619
619
|
private api;
|
|
@@ -622,10 +622,10 @@ declare class Repository$1h implements Nomalism$1.Sessions.IRepository {
|
|
|
622
622
|
}
|
|
623
623
|
|
|
624
624
|
declare namespace sessions {
|
|
625
|
-
export { Repository$
|
|
625
|
+
export { Repository$1i as default };
|
|
626
626
|
}
|
|
627
627
|
|
|
628
|
-
declare class Repository$
|
|
628
|
+
declare class Repository$1h implements Nomalism$1.Shippings.IRepository {
|
|
629
629
|
route: string;
|
|
630
630
|
publicRoute: string;
|
|
631
631
|
private api;
|
|
@@ -640,10 +640,10 @@ declare class Repository$1g implements Nomalism$1.Shippings.IRepository {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
declare namespace shippings {
|
|
643
|
-
export { Repository$
|
|
643
|
+
export { Repository$1h as default };
|
|
644
644
|
}
|
|
645
645
|
|
|
646
|
-
declare class Repository$
|
|
646
|
+
declare class Repository$1g implements Nomalism$1.StoreOperator.IRepository {
|
|
647
647
|
route: string;
|
|
648
648
|
publicRoute: string;
|
|
649
649
|
private api;
|
|
@@ -658,11 +658,11 @@ declare class Repository$1f implements Nomalism$1.StoreOperator.IRepository {
|
|
|
658
658
|
}
|
|
659
659
|
|
|
660
660
|
declare namespace storeOperator {
|
|
661
|
-
export { Repository$
|
|
661
|
+
export { Repository$1g as default };
|
|
662
662
|
}
|
|
663
663
|
|
|
664
664
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
665
|
-
declare class Repository$
|
|
665
|
+
declare class Repository$1f implements Nomalism$1.Swift.IRepository {
|
|
666
666
|
route: string;
|
|
667
667
|
publicRoute: string;
|
|
668
668
|
private api;
|
|
@@ -678,10 +678,10 @@ declare class Repository$1e implements Nomalism$1.Swift.IRepository {
|
|
|
678
678
|
|
|
679
679
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
680
680
|
declare namespace swift {
|
|
681
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
681
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1f as default };
|
|
682
682
|
}
|
|
683
683
|
|
|
684
|
-
declare class Repository$
|
|
684
|
+
declare class Repository$1e implements Nomalism$1.TypeOfLocation.IRepository {
|
|
685
685
|
route: string;
|
|
686
686
|
publicRoute: string;
|
|
687
687
|
private api;
|
|
@@ -697,10 +697,10 @@ declare class Repository$1d implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
697
697
|
}
|
|
698
698
|
|
|
699
699
|
declare namespace typeOfLocation {
|
|
700
|
-
export { Repository$
|
|
700
|
+
export { Repository$1e as default };
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
declare class Repository$
|
|
703
|
+
declare class Repository$1d implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
704
704
|
route: string;
|
|
705
705
|
publicRoute: string;
|
|
706
706
|
private api;
|
|
@@ -716,10 +716,10 @@ declare class Repository$1c implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
declare namespace unitOfMeasure {
|
|
719
|
-
export { Repository$
|
|
719
|
+
export { Repository$1d as default };
|
|
720
720
|
}
|
|
721
721
|
|
|
722
|
-
declare class Repository$
|
|
722
|
+
declare class Repository$1c implements Nomalism$1.UserPermissions.IRepository {
|
|
723
723
|
route: string;
|
|
724
724
|
publicRoute: string;
|
|
725
725
|
private api;
|
|
@@ -730,10 +730,10 @@ declare class Repository$1b implements Nomalism$1.UserPermissions.IRepository {
|
|
|
730
730
|
}
|
|
731
731
|
|
|
732
732
|
declare namespace userPermission {
|
|
733
|
-
export { Repository$
|
|
733
|
+
export { Repository$1c as default };
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
declare class Repository$
|
|
736
|
+
declare class Repository$1b implements Nomalism$1.UserPositions.IRepository {
|
|
737
737
|
route: string;
|
|
738
738
|
publicRoute: string;
|
|
739
739
|
private api;
|
|
@@ -748,10 +748,10 @@ declare class Repository$1a implements Nomalism$1.UserPositions.IRepository {
|
|
|
748
748
|
}
|
|
749
749
|
|
|
750
750
|
declare namespace userPositions {
|
|
751
|
-
export { Repository$
|
|
751
|
+
export { Repository$1b as default };
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
-
declare class Repository$
|
|
754
|
+
declare class Repository$1a implements Nomalism$1.Users.IApi {
|
|
755
755
|
route: string;
|
|
756
756
|
publicRoute: string;
|
|
757
757
|
private api;
|
|
@@ -768,10 +768,10 @@ declare class Repository$19 implements Nomalism$1.Users.IApi {
|
|
|
768
768
|
}
|
|
769
769
|
|
|
770
770
|
declare namespace user {
|
|
771
|
-
export { Repository$
|
|
771
|
+
export { Repository$1a as default };
|
|
772
772
|
}
|
|
773
773
|
|
|
774
|
-
declare class Repository$
|
|
774
|
+
declare class Repository$19 implements Nomalism$1.VatTax.IRepository {
|
|
775
775
|
route: string;
|
|
776
776
|
publicRoute: string;
|
|
777
777
|
private api;
|
|
@@ -787,10 +787,10 @@ declare class Repository$18 implements Nomalism$1.VatTax.IRepository {
|
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
declare namespace vatTax {
|
|
790
|
-
export { Repository$
|
|
790
|
+
export { Repository$19 as default };
|
|
791
791
|
}
|
|
792
792
|
|
|
793
|
-
declare class Repository$
|
|
793
|
+
declare class Repository$18 implements Nomalism$1.VatTaxZone.IRepository {
|
|
794
794
|
route: string;
|
|
795
795
|
publicRoute: string;
|
|
796
796
|
private api;
|
|
@@ -806,10 +806,10 @@ declare class Repository$17 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
declare namespace vatTaxZone {
|
|
809
|
-
export { Repository$
|
|
809
|
+
export { Repository$18 as default };
|
|
810
810
|
}
|
|
811
811
|
|
|
812
|
-
declare class Repository$
|
|
812
|
+
declare class Repository$17 implements Nomalism$1.Workflow.IApi {
|
|
813
813
|
route: string;
|
|
814
814
|
publicRoute: string;
|
|
815
815
|
private api;
|
|
@@ -822,10 +822,10 @@ declare class Repository$16 implements Nomalism$1.Workflow.IApi {
|
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
declare namespace workflow {
|
|
825
|
-
export { Repository$
|
|
825
|
+
export { Repository$17 as default };
|
|
826
826
|
}
|
|
827
827
|
|
|
828
|
-
declare class Repository$
|
|
828
|
+
declare class Repository$16 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
829
829
|
route: string;
|
|
830
830
|
publicRoute: string;
|
|
831
831
|
private api;
|
|
@@ -839,10 +839,10 @@ declare class Repository$15 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
declare namespace deliveryMethods {
|
|
842
|
-
export { Repository$
|
|
842
|
+
export { Repository$16 as default };
|
|
843
843
|
}
|
|
844
844
|
|
|
845
|
-
declare class Repository$
|
|
845
|
+
declare class Repository$15 implements Nomalism$1.MaturityDates.IRepository {
|
|
846
846
|
route: string;
|
|
847
847
|
publicRoute: string;
|
|
848
848
|
private api;
|
|
@@ -856,10 +856,10 @@ declare class Repository$14 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
declare namespace maturityDates {
|
|
859
|
-
export { Repository$
|
|
859
|
+
export { Repository$15 as default };
|
|
860
860
|
}
|
|
861
861
|
|
|
862
|
-
declare class Repository$
|
|
862
|
+
declare class Repository$14 implements Nomalism$1.PaymentMethods.IRepository {
|
|
863
863
|
route: string;
|
|
864
864
|
publicRoute: string;
|
|
865
865
|
private api;
|
|
@@ -873,10 +873,10 @@ declare class Repository$13 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
declare namespace paymentMethods {
|
|
876
|
-
export { Repository$
|
|
876
|
+
export { Repository$14 as default };
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
declare class Repository$
|
|
879
|
+
declare class Repository$13 implements Nomalism$1.Vehicles.IApi {
|
|
880
880
|
route: string;
|
|
881
881
|
publicRoute: string;
|
|
882
882
|
private api;
|
|
@@ -888,10 +888,10 @@ declare class Repository$12 implements Nomalism$1.Vehicles.IApi {
|
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
declare namespace vehicles {
|
|
891
|
-
export { Repository$
|
|
891
|
+
export { Repository$13 as default };
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
declare class Repository$
|
|
894
|
+
declare class Repository$12 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
895
895
|
route: string;
|
|
896
896
|
publicRoute: string;
|
|
897
897
|
private api;
|
|
@@ -901,10 +901,10 @@ declare class Repository$11 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
901
901
|
}
|
|
902
902
|
|
|
903
903
|
declare namespace externalDocumentType {
|
|
904
|
-
export { Repository$
|
|
904
|
+
export { Repository$12 as default };
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
declare class Repository$
|
|
907
|
+
declare class Repository$11 implements Nomalism$1.DocumentSet.IRepository {
|
|
908
908
|
route: string;
|
|
909
909
|
publicRoute: string;
|
|
910
910
|
private api;
|
|
@@ -918,10 +918,10 @@ declare class Repository$10 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
918
918
|
}
|
|
919
919
|
|
|
920
920
|
declare namespace documentSet {
|
|
921
|
-
export { Repository$
|
|
921
|
+
export { Repository$11 as default };
|
|
922
922
|
}
|
|
923
923
|
|
|
924
|
-
declare class Repository
|
|
924
|
+
declare class Repository$10 implements Nomalism$1.Payment.IRepository {
|
|
925
925
|
route: string;
|
|
926
926
|
publicRoute: string;
|
|
927
927
|
private api;
|
|
@@ -936,10 +936,10 @@ declare class Repository$$ implements Nomalism$1.Payment.IRepository {
|
|
|
936
936
|
}
|
|
937
937
|
|
|
938
938
|
declare namespace payment {
|
|
939
|
-
export { Repository
|
|
939
|
+
export { Repository$10 as default };
|
|
940
940
|
}
|
|
941
941
|
|
|
942
|
-
declare class Repository
|
|
942
|
+
declare class Repository$$ implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
943
943
|
route: string;
|
|
944
944
|
publicRoute: string;
|
|
945
945
|
private api;
|
|
@@ -955,10 +955,10 @@ declare class Repository$_ implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
955
955
|
}
|
|
956
956
|
|
|
957
957
|
declare namespace externalDocumentHeader {
|
|
958
|
-
export { Repository
|
|
958
|
+
export { Repository$$ as default };
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
-
declare class Repository$
|
|
961
|
+
declare class Repository$_ implements Nomalism$1.VatValidation.IRepository {
|
|
962
962
|
route: string;
|
|
963
963
|
publicRoute: string;
|
|
964
964
|
private api;
|
|
@@ -967,10 +967,10 @@ declare class Repository$Z implements Nomalism$1.VatValidation.IRepository {
|
|
|
967
967
|
}
|
|
968
968
|
|
|
969
969
|
declare namespace vatValidation {
|
|
970
|
-
export { Repository$
|
|
970
|
+
export { Repository$_ as default };
|
|
971
971
|
}
|
|
972
972
|
|
|
973
|
-
declare class Repository$
|
|
973
|
+
declare class Repository$Z implements Nomalism$1.StockMovement.IRepository {
|
|
974
974
|
route: string;
|
|
975
975
|
publicRoute: string;
|
|
976
976
|
private api;
|
|
@@ -983,10 +983,10 @@ declare class Repository$Y implements Nomalism$1.StockMovement.IRepository {
|
|
|
983
983
|
}
|
|
984
984
|
|
|
985
985
|
declare namespace stockMovement {
|
|
986
|
-
export { Repository$
|
|
986
|
+
export { Repository$Z as default };
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
declare class Repository$
|
|
989
|
+
declare class Repository$Y implements Nomalism$1.ZipCode.IRepository {
|
|
990
990
|
route: string;
|
|
991
991
|
publicRoute: string;
|
|
992
992
|
private api;
|
|
@@ -996,10 +996,10 @@ declare class Repository$X implements Nomalism$1.ZipCode.IRepository {
|
|
|
996
996
|
}
|
|
997
997
|
|
|
998
998
|
declare namespace zipCode {
|
|
999
|
-
export { Repository$
|
|
999
|
+
export { Repository$Y as default };
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
|
-
declare class Repository$
|
|
1002
|
+
declare class Repository$X implements Nomalism$1.Tenant.IRepository {
|
|
1003
1003
|
route: string;
|
|
1004
1004
|
publicRoute: string;
|
|
1005
1005
|
private api;
|
|
@@ -1011,10 +1011,10 @@ declare class Repository$W implements Nomalism$1.Tenant.IRepository {
|
|
|
1011
1011
|
}
|
|
1012
1012
|
|
|
1013
1013
|
declare namespace tenant {
|
|
1014
|
-
export { Repository$
|
|
1014
|
+
export { Repository$X as default };
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
|
-
declare class Repository$
|
|
1017
|
+
declare class Repository$W implements Nomalism$1.PreSale.IRepository {
|
|
1018
1018
|
route: string;
|
|
1019
1019
|
publicRoute: string;
|
|
1020
1020
|
private api;
|
|
@@ -1030,10 +1030,10 @@ declare class Repository$V implements Nomalism$1.PreSale.IRepository {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
1032
|
declare namespace preSale {
|
|
1033
|
-
export { Repository$
|
|
1033
|
+
export { Repository$W as default };
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
|
-
declare class Repository$
|
|
1036
|
+
declare class Repository$V implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1037
1037
|
route: string;
|
|
1038
1038
|
publicRoute: string;
|
|
1039
1039
|
private api;
|
|
@@ -1043,10 +1043,10 @@ declare class Repository$U implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
1045
|
declare namespace preSaleProduct {
|
|
1046
|
-
export { Repository$
|
|
1046
|
+
export { Repository$V as default };
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
declare class Repository$
|
|
1049
|
+
declare class Repository$U implements Nomalism$1.OrderManagement.IRepository {
|
|
1050
1050
|
route: string;
|
|
1051
1051
|
publicRoute: string;
|
|
1052
1052
|
private api;
|
|
@@ -1056,10 +1056,10 @@ declare class Repository$T implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
1058
|
declare namespace orderManagement {
|
|
1059
|
-
export { Repository$
|
|
1059
|
+
export { Repository$U as default };
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
|
-
declare class Repository$
|
|
1062
|
+
declare class Repository$T implements Nomalism$1.Npc.IRepository {
|
|
1063
1063
|
route: string;
|
|
1064
1064
|
publicRoute: string;
|
|
1065
1065
|
private api;
|
|
@@ -1070,10 +1070,10 @@ declare class Repository$S implements Nomalism$1.Npc.IRepository {
|
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
1072
|
declare namespace npc {
|
|
1073
|
-
export { Repository$
|
|
1073
|
+
export { Repository$T as default };
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
-
declare class Repository$
|
|
1076
|
+
declare class Repository$S implements Nomalism$1.Printer.IRepository {
|
|
1077
1077
|
route: string;
|
|
1078
1078
|
publicRoute: string;
|
|
1079
1079
|
private api;
|
|
@@ -1086,10 +1086,10 @@ declare class Repository$R implements Nomalism$1.Printer.IRepository {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
1088
|
declare namespace printer {
|
|
1089
|
-
export { Repository$
|
|
1089
|
+
export { Repository$S as default };
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
|
-
declare class Repository$
|
|
1092
|
+
declare class Repository$R implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1093
1093
|
route: string;
|
|
1094
1094
|
publicRoute: string;
|
|
1095
1095
|
private api;
|
|
@@ -1102,10 +1102,10 @@ declare class Repository$Q implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
|
|
1104
1104
|
declare namespace schedulePrintJob {
|
|
1105
|
-
export { Repository$
|
|
1105
|
+
export { Repository$R as default };
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
|
-
declare class Repository$
|
|
1108
|
+
declare class Repository$Q implements Nomalism$1.QueryList.IRepository {
|
|
1109
1109
|
route: string;
|
|
1110
1110
|
publicRoute: string;
|
|
1111
1111
|
private api;
|
|
@@ -1120,10 +1120,10 @@ declare class Repository$P implements Nomalism$1.QueryList.IRepository {
|
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
1122
|
declare namespace queryList {
|
|
1123
|
-
export { Repository$
|
|
1123
|
+
export { Repository$Q as default };
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
1126
|
-
declare class Repository$
|
|
1126
|
+
declare class Repository$P implements Nomalism$1.QueryParameter.IRepository {
|
|
1127
1127
|
route: string;
|
|
1128
1128
|
publicRoute: string;
|
|
1129
1129
|
private api;
|
|
@@ -1137,10 +1137,10 @@ declare class Repository$O implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
declare namespace queryParameter {
|
|
1140
|
-
export { Repository$
|
|
1140
|
+
export { Repository$P as default };
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
|
-
declare class Repository$
|
|
1143
|
+
declare class Repository$O implements Nomalism$1.ReturnReason.IRepository {
|
|
1144
1144
|
route: string;
|
|
1145
1145
|
publicRoute: string;
|
|
1146
1146
|
private api;
|
|
@@ -1152,10 +1152,10 @@ declare class Repository$N implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1152
1152
|
}
|
|
1153
1153
|
|
|
1154
1154
|
declare namespace returnReason {
|
|
1155
|
-
export { Repository$
|
|
1155
|
+
export { Repository$O as default };
|
|
1156
1156
|
}
|
|
1157
1157
|
|
|
1158
|
-
declare class Repository$
|
|
1158
|
+
declare class Repository$N implements Nomalism$1.PropostaSheets.IRepository {
|
|
1159
1159
|
route: string;
|
|
1160
1160
|
publicRoute: string;
|
|
1161
1161
|
private api;
|
|
@@ -1173,10 +1173,10 @@ declare class Repository$M implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
1175
|
declare namespace propostaSheets {
|
|
1176
|
-
export { Repository$
|
|
1176
|
+
export { Repository$N as default };
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
|
-
declare class Repository$
|
|
1179
|
+
declare class Repository$M implements Nomalism$1.Schedule.IRepository {
|
|
1180
1180
|
route: string;
|
|
1181
1181
|
publicRoute: string;
|
|
1182
1182
|
private api;
|
|
@@ -1185,10 +1185,10 @@ declare class Repository$L implements Nomalism$1.Schedule.IRepository {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
1187
|
declare namespace schedule {
|
|
1188
|
-
export { Repository$
|
|
1188
|
+
export { Repository$M as default };
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
-
declare class Repository$
|
|
1191
|
+
declare class Repository$L implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1192
1192
|
route: string;
|
|
1193
1193
|
publicRoute: string;
|
|
1194
1194
|
private api;
|
|
@@ -1200,10 +1200,10 @@ declare class Repository$K implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1200
1200
|
}
|
|
1201
1201
|
|
|
1202
1202
|
declare namespace googleFilePermission {
|
|
1203
|
-
export { Repository$
|
|
1203
|
+
export { Repository$L as default };
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
|
-
declare class Repository$
|
|
1206
|
+
declare class Repository$K implements Nomalism$1.Settings.IRepository {
|
|
1207
1207
|
route: string;
|
|
1208
1208
|
publicRoute: string;
|
|
1209
1209
|
private api;
|
|
@@ -1216,10 +1216,10 @@ declare class Repository$J implements Nomalism$1.Settings.IRepository {
|
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
declare namespace settings {
|
|
1219
|
-
export { Repository$
|
|
1219
|
+
export { Repository$K as default };
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
|
-
declare class Repository$
|
|
1222
|
+
declare class Repository$J implements Nomalism$1.Tickets.IRepository {
|
|
1223
1223
|
route: string;
|
|
1224
1224
|
publicRoute: string;
|
|
1225
1225
|
private api;
|
|
@@ -1231,10 +1231,10 @@ declare class Repository$I implements Nomalism$1.Tickets.IRepository {
|
|
|
1231
1231
|
}
|
|
1232
1232
|
|
|
1233
1233
|
declare namespace tickets {
|
|
1234
|
-
export { Repository$
|
|
1234
|
+
export { Repository$J as default };
|
|
1235
1235
|
}
|
|
1236
1236
|
|
|
1237
|
-
declare class Repository$
|
|
1237
|
+
declare class Repository$I implements Nomalism$1.Channel.IRepository {
|
|
1238
1238
|
route: string;
|
|
1239
1239
|
publicRoute: string;
|
|
1240
1240
|
private api;
|
|
@@ -1248,10 +1248,10 @@ declare class Repository$H implements Nomalism$1.Channel.IRepository {
|
|
|
1248
1248
|
}
|
|
1249
1249
|
|
|
1250
1250
|
declare namespace channel {
|
|
1251
|
-
export { Repository$
|
|
1251
|
+
export { Repository$I as default };
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
-
declare class Repository$
|
|
1254
|
+
declare class Repository$H implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1255
1255
|
route: string;
|
|
1256
1256
|
publicRoute: string;
|
|
1257
1257
|
private api;
|
|
@@ -1265,10 +1265,10 @@ declare class Repository$G implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
1267
|
declare namespace language {
|
|
1268
|
-
export { Repository$
|
|
1268
|
+
export { Repository$H as default };
|
|
1269
1269
|
}
|
|
1270
1270
|
|
|
1271
|
-
declare class Repository$
|
|
1271
|
+
declare class Repository$G implements Nomalism$1.CLT.IRepository {
|
|
1272
1272
|
route: string;
|
|
1273
1273
|
publicRoute: string;
|
|
1274
1274
|
private api;
|
|
@@ -1282,10 +1282,10 @@ declare class Repository$F implements Nomalism$1.CLT.IRepository {
|
|
|
1282
1282
|
}
|
|
1283
1283
|
|
|
1284
1284
|
declare namespace clt {
|
|
1285
|
-
export { Repository$
|
|
1285
|
+
export { Repository$G as default };
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
|
-
declare class Repository$
|
|
1288
|
+
declare class Repository$F implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1289
1289
|
route: string;
|
|
1290
1290
|
publicRoute: string;
|
|
1291
1291
|
private api;
|
|
@@ -1294,10 +1294,10 @@ declare class Repository$E implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1294
1294
|
}
|
|
1295
1295
|
|
|
1296
1296
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1297
|
-
export { Repository$
|
|
1297
|
+
export { Repository$F as default };
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
|
-
declare class Repository$
|
|
1300
|
+
declare class Repository$E implements Nomalism$1.Persona.IRepository {
|
|
1301
1301
|
route: string;
|
|
1302
1302
|
publicRoute: string;
|
|
1303
1303
|
private api;
|
|
@@ -1316,10 +1316,10 @@ declare class Repository$D implements Nomalism$1.Persona.IRepository {
|
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
1318
|
declare namespace persona {
|
|
1319
|
-
export { Repository$
|
|
1319
|
+
export { Repository$E as default };
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
|
-
declare class Repository$
|
|
1322
|
+
declare class Repository$D implements Nomalism$1.ProjectInfo.IController {
|
|
1323
1323
|
route: string;
|
|
1324
1324
|
publicRoute: string;
|
|
1325
1325
|
private api;
|
|
@@ -1328,10 +1328,10 @@ declare class Repository$C implements Nomalism$1.ProjectInfo.IController {
|
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
declare namespace projectInfo {
|
|
1331
|
-
export { Repository$
|
|
1331
|
+
export { Repository$D as default };
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
declare class Repository$
|
|
1334
|
+
declare class Repository$C implements Nomalism$1.Order.IRepository {
|
|
1335
1335
|
route: string;
|
|
1336
1336
|
publicRoute: string;
|
|
1337
1337
|
private api;
|
|
@@ -1346,10 +1346,10 @@ declare class Repository$B implements Nomalism$1.Order.IRepository {
|
|
|
1346
1346
|
}
|
|
1347
1347
|
|
|
1348
1348
|
declare namespace order {
|
|
1349
|
-
export { Repository$
|
|
1349
|
+
export { Repository$C as default };
|
|
1350
1350
|
}
|
|
1351
1351
|
|
|
1352
|
-
declare class Repository$
|
|
1352
|
+
declare class Repository$B implements Nomalism$1.Purchase.IApi {
|
|
1353
1353
|
route: string;
|
|
1354
1354
|
publicRoute: string;
|
|
1355
1355
|
private api;
|
|
@@ -1361,10 +1361,10 @@ declare class Repository$A implements Nomalism$1.Purchase.IApi {
|
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
1363
|
declare namespace purchase {
|
|
1364
|
-
export { Repository$
|
|
1364
|
+
export { Repository$B as default };
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
-
declare class Repository$
|
|
1367
|
+
declare class Repository$A implements Nomalism$1.MaterialEntrance.IApi {
|
|
1368
1368
|
route: string;
|
|
1369
1369
|
publicRoute: string;
|
|
1370
1370
|
private api;
|
|
@@ -1378,10 +1378,10 @@ declare class Repository$z implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
1380
|
declare namespace materialEntrance {
|
|
1381
|
-
export { Repository$
|
|
1381
|
+
export { Repository$A as default };
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
|
-
declare class Repository$
|
|
1384
|
+
declare class Repository$z implements Nomalism$1.Transformado.IRepository {
|
|
1385
1385
|
route: string;
|
|
1386
1386
|
publicRoute: string;
|
|
1387
1387
|
private api;
|
|
@@ -1391,10 +1391,10 @@ declare class Repository$y implements Nomalism$1.Transformado.IRepository {
|
|
|
1391
1391
|
}
|
|
1392
1392
|
|
|
1393
1393
|
declare namespace transformado {
|
|
1394
|
-
export { Repository$
|
|
1394
|
+
export { Repository$z as default };
|
|
1395
1395
|
}
|
|
1396
1396
|
|
|
1397
|
-
declare class Repository$
|
|
1397
|
+
declare class Repository$y implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1398
1398
|
route: string;
|
|
1399
1399
|
publicRoute: string;
|
|
1400
1400
|
private api;
|
|
@@ -1403,10 +1403,10 @@ declare class Repository$x implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
1405
|
declare namespace upfrontReturn {
|
|
1406
|
-
export { Repository$
|
|
1406
|
+
export { Repository$y as default };
|
|
1407
1407
|
}
|
|
1408
1408
|
|
|
1409
|
-
declare class Repository$
|
|
1409
|
+
declare class Repository$x implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1410
1410
|
route: string;
|
|
1411
1411
|
publicRoute: string;
|
|
1412
1412
|
private api;
|
|
@@ -1418,10 +1418,10 @@ declare class Repository$w implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
1420
|
declare namespace savedEmPicking {
|
|
1421
|
-
export { Repository$
|
|
1421
|
+
export { Repository$x as default };
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
|
-
declare class Repository$
|
|
1424
|
+
declare class Repository$w implements Nomalism$1.EmailTemplate.IRepository {
|
|
1425
1425
|
route: string;
|
|
1426
1426
|
publicRoute: string;
|
|
1427
1427
|
private api;
|
|
@@ -1434,10 +1434,10 @@ declare class Repository$v implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
1436
|
declare namespace emailTemplate {
|
|
1437
|
-
export { Repository$
|
|
1437
|
+
export { Repository$w as default };
|
|
1438
1438
|
}
|
|
1439
1439
|
|
|
1440
|
-
declare class Repository$
|
|
1440
|
+
declare class Repository$v implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1441
1441
|
route: string;
|
|
1442
1442
|
publicRoute: string;
|
|
1443
1443
|
private api;
|
|
@@ -1447,10 +1447,10 @@ declare class Repository$u implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
1449
|
declare namespace emailTemplateAttachment {
|
|
1450
|
-
export { Repository$
|
|
1450
|
+
export { Repository$v as default };
|
|
1451
1451
|
}
|
|
1452
1452
|
|
|
1453
|
-
declare class Repository$
|
|
1453
|
+
declare class Repository$u implements Nomalism$1.Prison.IRepository {
|
|
1454
1454
|
route: string;
|
|
1455
1455
|
publicRoute: string;
|
|
1456
1456
|
private api;
|
|
@@ -1464,10 +1464,10 @@ declare class Repository$t implements Nomalism$1.Prison.IRepository {
|
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
1466
|
declare namespace prison {
|
|
1467
|
-
export { Repository$
|
|
1467
|
+
export { Repository$u as default };
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
|
-
declare class Repository$
|
|
1470
|
+
declare class Repository$t implements Nomalism$1.Quebra.IRepository {
|
|
1471
1471
|
route: string;
|
|
1472
1472
|
publicRoute: string;
|
|
1473
1473
|
private api;
|
|
@@ -1480,10 +1480,10 @@ declare class Repository$s implements Nomalism$1.Quebra.IRepository {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
1482
|
declare namespace quebra {
|
|
1483
|
-
export { Repository$
|
|
1483
|
+
export { Repository$t as default };
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
|
-
declare class Repository$
|
|
1486
|
+
declare class Repository$s implements Nomalism$1.Inventario.IRepository {
|
|
1487
1487
|
route: string;
|
|
1488
1488
|
publicRoute: string;
|
|
1489
1489
|
private api;
|
|
@@ -1493,10 +1493,10 @@ declare class Repository$r implements Nomalism$1.Inventario.IRepository {
|
|
|
1493
1493
|
}
|
|
1494
1494
|
|
|
1495
1495
|
declare namespace inventario {
|
|
1496
|
-
export { Repository$
|
|
1496
|
+
export { Repository$s as default };
|
|
1497
1497
|
}
|
|
1498
1498
|
|
|
1499
|
-
declare class Repository$
|
|
1499
|
+
declare class Repository$r implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1500
1500
|
route: string;
|
|
1501
1501
|
publicRoute: string;
|
|
1502
1502
|
private api;
|
|
@@ -1507,10 +1507,10 @@ declare class Repository$q implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
1509
|
declare namespace returnToProvider {
|
|
1510
|
-
export { Repository$
|
|
1510
|
+
export { Repository$r as default };
|
|
1511
1511
|
}
|
|
1512
1512
|
|
|
1513
|
-
declare class Repository$
|
|
1513
|
+
declare class Repository$q implements Nomalism$1.EmailVerification.IApi {
|
|
1514
1514
|
route: string;
|
|
1515
1515
|
publicRoute: string;
|
|
1516
1516
|
private api;
|
|
@@ -1521,10 +1521,10 @@ declare class Repository$p implements Nomalism$1.EmailVerification.IApi {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
1523
|
declare namespace emailVerification {
|
|
1524
|
-
export { Repository$
|
|
1524
|
+
export { Repository$q as default };
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
|
-
declare class Repository$
|
|
1527
|
+
declare class Repository$p implements Nomalism$1.EmailLog.IApi {
|
|
1528
1528
|
route: string;
|
|
1529
1529
|
publicRoute: string;
|
|
1530
1530
|
private api;
|
|
@@ -1536,10 +1536,10 @@ declare class Repository$o implements Nomalism$1.EmailLog.IApi {
|
|
|
1536
1536
|
}
|
|
1537
1537
|
|
|
1538
1538
|
declare namespace emailLog {
|
|
1539
|
-
export { Repository$
|
|
1539
|
+
export { Repository$p as default };
|
|
1540
1540
|
}
|
|
1541
1541
|
|
|
1542
|
-
declare class Repository$
|
|
1542
|
+
declare class Repository$o implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1543
1543
|
route: string;
|
|
1544
1544
|
publicRoute: string;
|
|
1545
1545
|
private api;
|
|
@@ -1548,10 +1548,10 @@ declare class Repository$n implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1548
1548
|
}
|
|
1549
1549
|
|
|
1550
1550
|
declare namespace documentLineNote {
|
|
1551
|
-
export { Repository$
|
|
1551
|
+
export { Repository$o as default };
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
1554
|
-
declare class Repository$
|
|
1554
|
+
declare class Repository$n implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1555
1555
|
route: string;
|
|
1556
1556
|
publicRoute: string;
|
|
1557
1557
|
private api;
|
|
@@ -1561,10 +1561,10 @@ declare class Repository$m implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
1563
|
declare namespace savedProviderProposal {
|
|
1564
|
-
export { Repository$
|
|
1564
|
+
export { Repository$n as default };
|
|
1565
1565
|
}
|
|
1566
1566
|
|
|
1567
|
-
declare class Repository$
|
|
1567
|
+
declare class Repository$m implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1568
1568
|
route: string;
|
|
1569
1569
|
publicRoute: string;
|
|
1570
1570
|
private api;
|
|
@@ -1595,10 +1595,10 @@ declare class Repository$l implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
1597
|
declare namespace productGoogleSheets {
|
|
1598
|
-
export { Repository$
|
|
1598
|
+
export { Repository$m as default };
|
|
1599
1599
|
}
|
|
1600
1600
|
|
|
1601
|
-
declare class Repository$
|
|
1601
|
+
declare class Repository$l implements Nomalism$1.Task.IRepository {
|
|
1602
1602
|
route: string;
|
|
1603
1603
|
publicRoute: string;
|
|
1604
1604
|
private api;
|
|
@@ -1613,10 +1613,10 @@ declare class Repository$k implements Nomalism$1.Task.IRepository {
|
|
|
1613
1613
|
}
|
|
1614
1614
|
|
|
1615
1615
|
declare namespace task {
|
|
1616
|
-
export { Repository$
|
|
1616
|
+
export { Repository$l as default };
|
|
1617
1617
|
}
|
|
1618
1618
|
|
|
1619
|
-
declare class Repository$
|
|
1619
|
+
declare class Repository$k implements Nomalism$1.TaskMessage.IRepository {
|
|
1620
1620
|
route: string;
|
|
1621
1621
|
publicRoute: string;
|
|
1622
1622
|
private api;
|
|
@@ -1627,10 +1627,10 @@ declare class Repository$j implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
|
|
1629
1629
|
declare namespace taskMessage {
|
|
1630
|
-
export { Repository$
|
|
1630
|
+
export { Repository$k as default };
|
|
1631
1631
|
}
|
|
1632
1632
|
|
|
1633
|
-
declare class Repository$
|
|
1633
|
+
declare class Repository$j implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1634
1634
|
route: string;
|
|
1635
1635
|
publicRoute: string;
|
|
1636
1636
|
private api;
|
|
@@ -1640,10 +1640,10 @@ declare class Repository$i implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
1642
|
declare namespace recurrentTasks {
|
|
1643
|
-
export { Repository$
|
|
1643
|
+
export { Repository$j as default };
|
|
1644
1644
|
}
|
|
1645
1645
|
|
|
1646
|
-
declare class Repository$
|
|
1646
|
+
declare class Repository$i implements Nomalism$1.TaskRead.IRepository {
|
|
1647
1647
|
route: string;
|
|
1648
1648
|
publicRoute: string;
|
|
1649
1649
|
private api;
|
|
@@ -1653,10 +1653,10 @@ declare class Repository$h implements Nomalism$1.TaskRead.IRepository {
|
|
|
1653
1653
|
}
|
|
1654
1654
|
|
|
1655
1655
|
declare namespace taskRead {
|
|
1656
|
-
export { Repository$
|
|
1656
|
+
export { Repository$i as default };
|
|
1657
1657
|
}
|
|
1658
1658
|
|
|
1659
|
-
declare class Repository$
|
|
1659
|
+
declare class Repository$h implements Nomalism$1.Theme.IRepository {
|
|
1660
1660
|
route: string;
|
|
1661
1661
|
publicRoute: string;
|
|
1662
1662
|
private api;
|
|
@@ -1665,10 +1665,10 @@ declare class Repository$g implements Nomalism$1.Theme.IRepository {
|
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
1667
|
declare namespace theme {
|
|
1668
|
-
export { Repository$
|
|
1668
|
+
export { Repository$h as default };
|
|
1669
1669
|
}
|
|
1670
1670
|
|
|
1671
|
-
declare class Repository$
|
|
1671
|
+
declare class Repository$g implements Nomalism$1.Dashboard.IRepository {
|
|
1672
1672
|
route: string;
|
|
1673
1673
|
publicRoute: string;
|
|
1674
1674
|
private api;
|
|
@@ -1677,10 +1677,10 @@ declare class Repository$f implements Nomalism$1.Dashboard.IRepository {
|
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
1679
|
declare namespace dashboard {
|
|
1680
|
-
export { Repository$
|
|
1680
|
+
export { Repository$g as default };
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
|
-
declare class Repository$
|
|
1683
|
+
declare class Repository$f implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1684
1684
|
route: string;
|
|
1685
1685
|
publicRoute: string;
|
|
1686
1686
|
private api;
|
|
@@ -1693,10 +1693,10 @@ declare class Repository$e implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
1695
|
declare namespace chatRapidMessage {
|
|
1696
|
-
export { Repository$
|
|
1696
|
+
export { Repository$f as default };
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
|
-
declare class Repository$
|
|
1699
|
+
declare class Repository$e implements Nomalism$1.SideMenu.IController {
|
|
1700
1700
|
route: string;
|
|
1701
1701
|
publicRoute: string;
|
|
1702
1702
|
private api;
|
|
@@ -1708,10 +1708,10 @@ declare class Repository$d implements Nomalism$1.SideMenu.IController {
|
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
1710
|
declare namespace sideMenu {
|
|
1711
|
-
export { Repository$
|
|
1711
|
+
export { Repository$e as default };
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
|
-
declare class Repository$
|
|
1714
|
+
declare class Repository$d implements Nomalism$1.ErrorLog.IRepository {
|
|
1715
1715
|
route: string;
|
|
1716
1716
|
publicRoute: string;
|
|
1717
1717
|
private api;
|
|
@@ -1720,10 +1720,10 @@ declare class Repository$c implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
1722
1722
|
declare namespace errorLog {
|
|
1723
|
-
export { Repository$
|
|
1723
|
+
export { Repository$d as default };
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
|
-
declare class Repository$
|
|
1726
|
+
declare class Repository$c implements Nomalism$1.AdminPanel.IRepository {
|
|
1727
1727
|
route: string;
|
|
1728
1728
|
publicRoute: string;
|
|
1729
1729
|
private api;
|
|
@@ -1732,10 +1732,10 @@ declare class Repository$b implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1732
1732
|
}
|
|
1733
1733
|
|
|
1734
1734
|
declare namespace adminPanel {
|
|
1735
|
-
export { Repository$
|
|
1735
|
+
export { Repository$c as default };
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
|
-
declare class Repository$
|
|
1738
|
+
declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
1739
1739
|
route: string;
|
|
1740
1740
|
publicRoute: string;
|
|
1741
1741
|
private api;
|
|
@@ -1745,10 +1745,10 @@ declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1745
1745
|
}
|
|
1746
1746
|
|
|
1747
1747
|
declare namespace documentLineRm {
|
|
1748
|
-
export { Repository$
|
|
1748
|
+
export { Repository$b as default };
|
|
1749
1749
|
}
|
|
1750
1750
|
|
|
1751
|
-
declare class Repository$
|
|
1751
|
+
declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
1752
1752
|
route: string;
|
|
1753
1753
|
publicRoute: string;
|
|
1754
1754
|
private api;
|
|
@@ -1758,10 +1758,10 @@ declare class Repository$9 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1758
1758
|
}
|
|
1759
1759
|
|
|
1760
1760
|
declare namespace documentLineMt {
|
|
1761
|
-
export { Repository$
|
|
1761
|
+
export { Repository$a as default };
|
|
1762
1762
|
}
|
|
1763
1763
|
|
|
1764
|
-
declare class Repository$
|
|
1764
|
+
declare class Repository$9 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1765
1765
|
route: string;
|
|
1766
1766
|
publicRoute: string;
|
|
1767
1767
|
private api;
|
|
@@ -1772,10 +1772,10 @@ declare class Repository$8 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
1774
1774
|
declare namespace chatSubscriber {
|
|
1775
|
-
export { Repository$
|
|
1775
|
+
export { Repository$9 as default };
|
|
1776
1776
|
}
|
|
1777
1777
|
|
|
1778
|
-
declare class Repository$
|
|
1778
|
+
declare class Repository$8 implements Nomalism$1.Tag.IRepository {
|
|
1779
1779
|
route: string;
|
|
1780
1780
|
publicRoute: string;
|
|
1781
1781
|
private api;
|
|
@@ -1787,10 +1787,10 @@ declare class Repository$7 implements Nomalism$1.Tag.IRepository {
|
|
|
1787
1787
|
}
|
|
1788
1788
|
|
|
1789
1789
|
declare namespace tag {
|
|
1790
|
-
export { Repository$
|
|
1790
|
+
export { Repository$8 as default };
|
|
1791
1791
|
}
|
|
1792
1792
|
|
|
1793
|
-
declare class Repository$
|
|
1793
|
+
declare class Repository$7 implements Nomalism$1.Gmails.IRepository {
|
|
1794
1794
|
route: string;
|
|
1795
1795
|
publicRoute: string;
|
|
1796
1796
|
private api;
|
|
@@ -1802,10 +1802,10 @@ declare class Repository$6 implements Nomalism$1.Gmails.IRepository {
|
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
1804
|
declare namespace gmails {
|
|
1805
|
-
export { Repository$
|
|
1805
|
+
export { Repository$7 as default };
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
|
-
declare class Repository$
|
|
1808
|
+
declare class Repository$6 implements Nomalism$1.NPF.IRepository {
|
|
1809
1809
|
route: string;
|
|
1810
1810
|
publicRoute: string;
|
|
1811
1811
|
private api;
|
|
@@ -1814,10 +1814,10 @@ declare class Repository$5 implements Nomalism$1.NPF.IRepository {
|
|
|
1814
1814
|
}
|
|
1815
1815
|
|
|
1816
1816
|
declare namespace NPF {
|
|
1817
|
-
export { Repository$
|
|
1817
|
+
export { Repository$6 as default };
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
declare class Repository$
|
|
1820
|
+
declare class Repository$5 implements Nomalism$1.NRCL.IRepository {
|
|
1821
1821
|
route: string;
|
|
1822
1822
|
publicRoute: string;
|
|
1823
1823
|
private api;
|
|
@@ -1826,10 +1826,10 @@ declare class Repository$4 implements Nomalism$1.NRCL.IRepository {
|
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
1828
|
declare namespace NRCL {
|
|
1829
|
-
export { Repository$
|
|
1829
|
+
export { Repository$5 as default };
|
|
1830
1830
|
}
|
|
1831
1831
|
|
|
1832
|
-
declare class Repository$
|
|
1832
|
+
declare class Repository$4 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1833
1833
|
route: string;
|
|
1834
1834
|
publicRoute: string;
|
|
1835
1835
|
private api;
|
|
@@ -1843,10 +1843,10 @@ declare class Repository$3 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
1845
|
declare namespace currentAccount {
|
|
1846
|
-
export { Repository$
|
|
1846
|
+
export { Repository$4 as default };
|
|
1847
1847
|
}
|
|
1848
1848
|
|
|
1849
|
-
declare class Repository$
|
|
1849
|
+
declare class Repository$3 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1850
1850
|
route: string;
|
|
1851
1851
|
publicRoute: string;
|
|
1852
1852
|
private api;
|
|
@@ -1865,10 +1865,10 @@ declare class Repository$2 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
1867
|
declare namespace paymentBatch {
|
|
1868
|
-
export { Repository$
|
|
1868
|
+
export { Repository$3 as default };
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
|
-
declare class Repository$
|
|
1871
|
+
declare class Repository$2 implements Nomalism$1.Portal.IRepository {
|
|
1872
1872
|
route: string;
|
|
1873
1873
|
publicRoute: string;
|
|
1874
1874
|
private api;
|
|
@@ -1879,10 +1879,10 @@ declare class Repository$1 implements Nomalism$1.Portal.IRepository {
|
|
|
1879
1879
|
}
|
|
1880
1880
|
|
|
1881
1881
|
declare namespace portal {
|
|
1882
|
-
export { Repository$
|
|
1882
|
+
export { Repository$2 as default };
|
|
1883
1883
|
}
|
|
1884
1884
|
|
|
1885
|
-
declare class Repository implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1885
|
+
declare class Repository$1 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1886
1886
|
route: string;
|
|
1887
1887
|
publicRoute: string;
|
|
1888
1888
|
private api;
|
|
@@ -1891,7 +1891,24 @@ declare class Repository implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
1893
|
declare namespace googleSheetPool {
|
|
1894
|
-
export { Repository as default };
|
|
1894
|
+
export { Repository$1 as default };
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
interface IDownloadSaftRequest {
|
|
1898
|
+
month: number;
|
|
1899
|
+
year: number;
|
|
1900
|
+
token: string;
|
|
1901
|
+
}
|
|
1902
|
+
declare class Repository {
|
|
1903
|
+
route: string;
|
|
1904
|
+
private api;
|
|
1905
|
+
constructor({ api, route }: IModuleConstructor);
|
|
1906
|
+
getUrl({ month, year, token }: IDownloadSaftRequest): Promise<string>;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
type saft_IDownloadSaftRequest = IDownloadSaftRequest;
|
|
1910
|
+
declare namespace saft {
|
|
1911
|
+
export { type saft_IDownloadSaftRequest as IDownloadSaftRequest, Repository as default };
|
|
1895
1912
|
}
|
|
1896
1913
|
|
|
1897
1914
|
type IEnvironment = 'production' | 'uat' | 'development' | 'localhost';
|
|
@@ -1912,127 +1929,128 @@ declare class API {
|
|
|
1912
1929
|
processEnvironment: IEnvironment;
|
|
1913
1930
|
client: AxiosInstance;
|
|
1914
1931
|
services: Record<IService, string>;
|
|
1915
|
-
BankData: Repository$
|
|
1916
|
-
Client: Repository$
|
|
1917
|
-
ClientType: Repository$
|
|
1918
|
-
Chat: Repository$
|
|
1919
|
-
Commissioner: Repository$
|
|
1920
|
-
Country: Repository$
|
|
1921
|
-
DocumentHeader: Repository$
|
|
1922
|
-
DocumentHeaderHistory: Repository$
|
|
1923
|
-
BillOfLading: Repository$
|
|
1924
|
-
ProductionOrder: Repository$
|
|
1925
|
-
Proforma: Repository$
|
|
1926
|
-
PropostaFornecedor: Repository$
|
|
1927
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1928
|
-
ProviderFinancialCreditNote: Repository$
|
|
1929
|
-
ProviderServiceInvoice: Repository$
|
|
1930
|
-
DocumentLine: Repository$
|
|
1931
|
-
DocumentLineAssoc: Repository$
|
|
1932
|
-
DocumentType: Repository$
|
|
1933
|
-
Favorites: Repository$
|
|
1934
|
-
File: Repository$
|
|
1935
|
-
GoogleSheets: Repository$
|
|
1936
|
-
GroupPermissions: Repository$
|
|
1937
|
-
Language: Repository$
|
|
1938
|
-
Location: Repository$
|
|
1939
|
-
Logout: Repository$
|
|
1940
|
-
Multimedia: Repository$
|
|
1941
|
-
Observation: Repository$
|
|
1942
|
-
ObservationType: Repository$
|
|
1943
|
-
Password: Repository$
|
|
1944
|
-
Permissions: Repository$
|
|
1945
|
-
ProductImage: Repository$
|
|
1946
|
-
Promotion: Repository$
|
|
1947
|
-
PromotionAssoc: Repository$
|
|
1948
|
-
Providers: Repository$
|
|
1949
|
-
ProviderType: Repository$
|
|
1950
|
-
PurchaseConditions: Repository$
|
|
1951
|
-
ReasonForExemption: Repository$
|
|
1952
|
-
RefreshToken: Repository$
|
|
1953
|
-
SegmentsArea: Repository$
|
|
1954
|
-
Sessions: Repository$
|
|
1955
|
-
Shippings: Repository$
|
|
1956
|
-
StoreOperator: Repository$
|
|
1957
|
-
Swift: Repository$
|
|
1958
|
-
TypeOfLocation: Repository$
|
|
1959
|
-
UnitOfMeasure: Repository$
|
|
1960
|
-
UserPermissions: Repository$
|
|
1961
|
-
UserPositions: Repository$
|
|
1962
|
-
Users: Repository$
|
|
1963
|
-
VatTax: Repository$
|
|
1964
|
-
VatTaxZone: Repository$
|
|
1965
|
-
Workflow: Repository$
|
|
1966
|
-
DeliveryMethods: Repository$
|
|
1967
|
-
MaturityDates: Repository$
|
|
1968
|
-
PaymentMethods: Repository$
|
|
1969
|
-
Vehicles: Repository$
|
|
1970
|
-
ExternalDocumentType: Repository$
|
|
1971
|
-
DocumentSet: Repository$
|
|
1972
|
-
Payment: Repository
|
|
1973
|
-
ExternalDocumentHeader: Repository
|
|
1974
|
-
VatValidation: Repository$
|
|
1975
|
-
StockMovement: Repository$
|
|
1976
|
-
ZipCode: Repository$
|
|
1977
|
-
Tenant: Repository$
|
|
1978
|
-
PreSale: Repository$
|
|
1979
|
-
PreSaleProduct: Repository$
|
|
1980
|
-
OrderManagement: Repository$
|
|
1981
|
-
Npc: Repository$
|
|
1982
|
-
Printer: Repository$
|
|
1983
|
-
SchedulePrintJob: Repository$
|
|
1984
|
-
QueryList: Repository$
|
|
1985
|
-
QueryParameter: Repository$
|
|
1986
|
-
ReturnReason: Repository$
|
|
1987
|
-
PropostaSheets: Repository$
|
|
1988
|
-
Schedule: Repository$
|
|
1989
|
-
GoogleFilePermission: Repository$
|
|
1990
|
-
Settings: Repository$
|
|
1991
|
-
Tickets: Repository$
|
|
1992
|
-
Channel: Repository$
|
|
1993
|
-
TicketsLanguage: Repository$
|
|
1994
|
-
Clt: Repository$
|
|
1995
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1996
|
-
Persona: Repository$
|
|
1997
|
-
ProjectInfo: Repository$
|
|
1998
|
-
Order: Repository$
|
|
1999
|
-
Purchase: Repository$
|
|
2000
|
-
MaterialEntrance: Repository$
|
|
2001
|
-
Transformado: Repository$
|
|
2002
|
-
UpfrontReturn: Repository$
|
|
2003
|
-
SavedEmPicking: Repository$
|
|
2004
|
-
EmailTemplate: Repository$
|
|
2005
|
-
EmailTemplateAttachment: Repository$
|
|
2006
|
-
Prison: Repository$
|
|
2007
|
-
Quebra: Repository$
|
|
2008
|
-
Inventario: Repository$
|
|
2009
|
-
ReturnToProvider: Repository$
|
|
2010
|
-
EmailVerification: Repository$
|
|
2011
|
-
EmailLog: Repository$
|
|
2012
|
-
DocumentLineNote: Repository$
|
|
2013
|
-
SavedProviderProposal: Repository$
|
|
2014
|
-
ProductGoogleSheets: Repository$
|
|
2015
|
-
Task: Repository$
|
|
2016
|
-
TaskMessage: Repository$
|
|
2017
|
-
RecurrentTasks: Repository$
|
|
2018
|
-
TaskRead: Repository$
|
|
2019
|
-
Theme: Repository$
|
|
2020
|
-
Dashboard: Repository$
|
|
2021
|
-
ChatRapidMessage: Repository$
|
|
2022
|
-
SideMenu: Repository$
|
|
2023
|
-
ErrorLog: Repository$
|
|
2024
|
-
AdminPanel: Repository$
|
|
2025
|
-
DocumentLineRm: Repository$
|
|
2026
|
-
DocumentLineMt: Repository$
|
|
2027
|
-
ChatSubscriber: Repository$
|
|
2028
|
-
Tag: Repository$
|
|
2029
|
-
Gmails: Repository$
|
|
2030
|
-
NPF: Repository$
|
|
2031
|
-
NRCL: Repository$
|
|
2032
|
-
PaymentBatch: Repository$
|
|
2033
|
-
CurrentAccount: Repository$
|
|
2034
|
-
Portal: Repository$
|
|
2035
|
-
GoogleSheetPool: Repository;
|
|
1932
|
+
BankData: Repository$1V;
|
|
1933
|
+
Client: Repository$1U;
|
|
1934
|
+
ClientType: Repository$1T;
|
|
1935
|
+
Chat: Repository$1S;
|
|
1936
|
+
Commissioner: Repository$1R;
|
|
1937
|
+
Country: Repository$1Q;
|
|
1938
|
+
DocumentHeader: Repository$1P;
|
|
1939
|
+
DocumentHeaderHistory: Repository$1O;
|
|
1940
|
+
BillOfLading: Repository$1N;
|
|
1941
|
+
ProductionOrder: Repository$1M;
|
|
1942
|
+
Proforma: Repository$1L;
|
|
1943
|
+
PropostaFornecedor: Repository$1K;
|
|
1944
|
+
ProviderCreditNoteFromReturn: Repository$1J;
|
|
1945
|
+
ProviderFinancialCreditNote: Repository$1I;
|
|
1946
|
+
ProviderServiceInvoice: Repository$1H;
|
|
1947
|
+
DocumentLine: Repository$1G;
|
|
1948
|
+
DocumentLineAssoc: Repository$1F;
|
|
1949
|
+
DocumentType: Repository$1E;
|
|
1950
|
+
Favorites: Repository$1D;
|
|
1951
|
+
File: Repository$1C;
|
|
1952
|
+
GoogleSheets: Repository$1B;
|
|
1953
|
+
GroupPermissions: Repository$1A;
|
|
1954
|
+
Language: Repository$1z;
|
|
1955
|
+
Location: Repository$1y;
|
|
1956
|
+
Logout: Repository$1x;
|
|
1957
|
+
Multimedia: Repository$1w;
|
|
1958
|
+
Observation: Repository$1v;
|
|
1959
|
+
ObservationType: Repository$1u;
|
|
1960
|
+
Password: Repository$1t;
|
|
1961
|
+
Permissions: Repository$1s;
|
|
1962
|
+
ProductImage: Repository$1r;
|
|
1963
|
+
Promotion: Repository$1q;
|
|
1964
|
+
PromotionAssoc: Repository$1p;
|
|
1965
|
+
Providers: Repository$1o;
|
|
1966
|
+
ProviderType: Repository$1n;
|
|
1967
|
+
PurchaseConditions: Repository$1m;
|
|
1968
|
+
ReasonForExemption: Repository$1l;
|
|
1969
|
+
RefreshToken: Repository$1k;
|
|
1970
|
+
SegmentsArea: Repository$1j;
|
|
1971
|
+
Sessions: Repository$1i;
|
|
1972
|
+
Shippings: Repository$1h;
|
|
1973
|
+
StoreOperator: Repository$1g;
|
|
1974
|
+
Swift: Repository$1f;
|
|
1975
|
+
TypeOfLocation: Repository$1e;
|
|
1976
|
+
UnitOfMeasure: Repository$1d;
|
|
1977
|
+
UserPermissions: Repository$1c;
|
|
1978
|
+
UserPositions: Repository$1b;
|
|
1979
|
+
Users: Repository$1a;
|
|
1980
|
+
VatTax: Repository$19;
|
|
1981
|
+
VatTaxZone: Repository$18;
|
|
1982
|
+
Workflow: Repository$17;
|
|
1983
|
+
DeliveryMethods: Repository$16;
|
|
1984
|
+
MaturityDates: Repository$15;
|
|
1985
|
+
PaymentMethods: Repository$14;
|
|
1986
|
+
Vehicles: Repository$13;
|
|
1987
|
+
ExternalDocumentType: Repository$12;
|
|
1988
|
+
DocumentSet: Repository$11;
|
|
1989
|
+
Payment: Repository$10;
|
|
1990
|
+
ExternalDocumentHeader: Repository$$;
|
|
1991
|
+
VatValidation: Repository$_;
|
|
1992
|
+
StockMovement: Repository$Z;
|
|
1993
|
+
ZipCode: Repository$Y;
|
|
1994
|
+
Tenant: Repository$X;
|
|
1995
|
+
PreSale: Repository$W;
|
|
1996
|
+
PreSaleProduct: Repository$V;
|
|
1997
|
+
OrderManagement: Repository$U;
|
|
1998
|
+
Npc: Repository$T;
|
|
1999
|
+
Printer: Repository$S;
|
|
2000
|
+
SchedulePrintJob: Repository$R;
|
|
2001
|
+
QueryList: Repository$Q;
|
|
2002
|
+
QueryParameter: Repository$P;
|
|
2003
|
+
ReturnReason: Repository$O;
|
|
2004
|
+
PropostaSheets: Repository$N;
|
|
2005
|
+
Schedule: Repository$M;
|
|
2006
|
+
GoogleFilePermission: Repository$L;
|
|
2007
|
+
Settings: Repository$K;
|
|
2008
|
+
Tickets: Repository$J;
|
|
2009
|
+
Channel: Repository$I;
|
|
2010
|
+
TicketsLanguage: Repository$H;
|
|
2011
|
+
Clt: Repository$G;
|
|
2012
|
+
StartDocumentHeaderLastUpdate: Repository$F;
|
|
2013
|
+
Persona: Repository$E;
|
|
2014
|
+
ProjectInfo: Repository$D;
|
|
2015
|
+
Order: Repository$C;
|
|
2016
|
+
Purchase: Repository$B;
|
|
2017
|
+
MaterialEntrance: Repository$A;
|
|
2018
|
+
Transformado: Repository$z;
|
|
2019
|
+
UpfrontReturn: Repository$y;
|
|
2020
|
+
SavedEmPicking: Repository$x;
|
|
2021
|
+
EmailTemplate: Repository$w;
|
|
2022
|
+
EmailTemplateAttachment: Repository$v;
|
|
2023
|
+
Prison: Repository$u;
|
|
2024
|
+
Quebra: Repository$t;
|
|
2025
|
+
Inventario: Repository$s;
|
|
2026
|
+
ReturnToProvider: Repository$r;
|
|
2027
|
+
EmailVerification: Repository$q;
|
|
2028
|
+
EmailLog: Repository$p;
|
|
2029
|
+
DocumentLineNote: Repository$o;
|
|
2030
|
+
SavedProviderProposal: Repository$n;
|
|
2031
|
+
ProductGoogleSheets: Repository$m;
|
|
2032
|
+
Task: Repository$l;
|
|
2033
|
+
TaskMessage: Repository$k;
|
|
2034
|
+
RecurrentTasks: Repository$j;
|
|
2035
|
+
TaskRead: Repository$i;
|
|
2036
|
+
Theme: Repository$h;
|
|
2037
|
+
Dashboard: Repository$g;
|
|
2038
|
+
ChatRapidMessage: Repository$f;
|
|
2039
|
+
SideMenu: Repository$e;
|
|
2040
|
+
ErrorLog: Repository$d;
|
|
2041
|
+
AdminPanel: Repository$c;
|
|
2042
|
+
DocumentLineRm: Repository$b;
|
|
2043
|
+
DocumentLineMt: Repository$a;
|
|
2044
|
+
ChatSubscriber: Repository$9;
|
|
2045
|
+
Tag: Repository$8;
|
|
2046
|
+
Gmails: Repository$7;
|
|
2047
|
+
NPF: Repository$6;
|
|
2048
|
+
NRCL: Repository$5;
|
|
2049
|
+
PaymentBatch: Repository$3;
|
|
2050
|
+
CurrentAccount: Repository$4;
|
|
2051
|
+
Portal: Repository$2;
|
|
2052
|
+
GoogleSheetPool: Repository$1;
|
|
2053
|
+
Saft: Repository;
|
|
2036
2054
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
2037
2055
|
}
|
|
2038
2056
|
|
|
@@ -2042,7 +2060,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
2042
2060
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
2043
2061
|
type Nomalism_IOptions = IOptions;
|
|
2044
2062
|
declare namespace Nomalism {
|
|
2045
|
-
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheetPool as GoogleSheetPoolClass, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, 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 };
|
|
2063
|
+
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheetPool as GoogleSheetPoolClass, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, saft as SaftClass, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPermission as UserPermissions, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
2046
2064
|
}
|
|
2047
2065
|
|
|
2048
2066
|
export { Nomalism as default };
|