@nomalism-com/api 0.40.5 → 0.40.7
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 +364 -352
- package/dist/index.js +30 -15
- 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$1T implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1S implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1T 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$1S implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1R 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$1S as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1R implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1Q implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1R as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1Q implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1P 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$1P implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1O 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$1P 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$1O implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,10 +110,10 @@ declare class Repository$1N 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$1O as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1N implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
@@ -140,10 +140,10 @@ declare class Repository$1M implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
declare namespace documentHeader {
|
|
143
|
-
export { Repository$
|
|
143
|
+
export { Repository$1N as default };
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
declare class Repository$
|
|
146
|
+
declare class Repository$1M implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
147
147
|
route: string;
|
|
148
148
|
publicRoute: string;
|
|
149
149
|
private api;
|
|
@@ -152,10 +152,10 @@ declare class Repository$1L implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
declare namespace documentHeaderHistory {
|
|
155
|
-
export { Repository$
|
|
155
|
+
export { Repository$1M as default };
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
declare class Repository$
|
|
158
|
+
declare class Repository$1L implements Nomalism$1.BillOfLading.IRepository {
|
|
159
159
|
route: string;
|
|
160
160
|
publicRoute: string;
|
|
161
161
|
private api;
|
|
@@ -163,7 +163,7 @@ declare class Repository$1K 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$1K implements Nomalism$1.ProductionOrder.IRepository {
|
|
167
167
|
route: string;
|
|
168
168
|
publicRoute: string;
|
|
169
169
|
private api;
|
|
@@ -171,7 +171,7 @@ declare class Repository$1J 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$1J implements Nomalism$1.Proforma.IRepository {
|
|
175
175
|
route: string;
|
|
176
176
|
publicRoute: string;
|
|
177
177
|
private api;
|
|
@@ -179,7 +179,7 @@ declare class Repository$1I implements Nomalism$1.Proforma.IRepository {
|
|
|
179
179
|
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<void>;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
declare class Repository$
|
|
182
|
+
declare class Repository$1I implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
183
183
|
route: string;
|
|
184
184
|
publicRoute: string;
|
|
185
185
|
private api;
|
|
@@ -187,7 +187,7 @@ declare class Repository$1H implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
187
187
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
declare class Repository$
|
|
190
|
+
declare class Repository$1H implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
191
191
|
route: string;
|
|
192
192
|
publicRoute: string;
|
|
193
193
|
private api;
|
|
@@ -196,7 +196,7 @@ declare class Repository$1G implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
196
196
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
-
declare class Repository$
|
|
199
|
+
declare class Repository$1G implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
200
200
|
route: string;
|
|
201
201
|
publicRoute: string;
|
|
202
202
|
private api;
|
|
@@ -205,7 +205,7 @@ declare class Repository$1F implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
205
205
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
declare class Repository$
|
|
208
|
+
declare class Repository$1F implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
209
209
|
route: string;
|
|
210
210
|
publicRoute: string;
|
|
211
211
|
private api;
|
|
@@ -213,7 +213,7 @@ declare class Repository$1E implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
213
213
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
declare class Repository$
|
|
216
|
+
declare class Repository$1E implements Nomalism$1.DocumentLine.IRepository {
|
|
217
217
|
route: string;
|
|
218
218
|
publicRoute: string;
|
|
219
219
|
private api;
|
|
@@ -230,10 +230,10 @@ declare class Repository$1D implements Nomalism$1.DocumentLine.IRepository {
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
declare namespace documentLine {
|
|
233
|
-
export { Repository$
|
|
233
|
+
export { Repository$1E as default };
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
declare class Repository$
|
|
236
|
+
declare class Repository$1D implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
237
237
|
route: string;
|
|
238
238
|
publicRoute: string;
|
|
239
239
|
private api;
|
|
@@ -246,10 +246,10 @@ declare class Repository$1C implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
declare namespace documentLineAssoc {
|
|
249
|
-
export { Repository$
|
|
249
|
+
export { Repository$1D as default };
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
declare class Repository$
|
|
252
|
+
declare class Repository$1C implements Nomalism$1.DocumentType.IApi {
|
|
253
253
|
route: string;
|
|
254
254
|
publicRoute: string;
|
|
255
255
|
private api;
|
|
@@ -263,10 +263,10 @@ declare class Repository$1B implements Nomalism$1.DocumentType.IApi {
|
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
declare namespace documentType {
|
|
266
|
-
export { Repository$
|
|
266
|
+
export { Repository$1C as default };
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
declare class Repository$
|
|
269
|
+
declare class Repository$1B implements Nomalism$1.Favorites.IRepository {
|
|
270
270
|
route: string;
|
|
271
271
|
publicRoute: string;
|
|
272
272
|
private api;
|
|
@@ -278,10 +278,10 @@ declare class Repository$1A implements Nomalism$1.Favorites.IRepository {
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
declare namespace favorites {
|
|
281
|
-
export { Repository$
|
|
281
|
+
export { Repository$1B as default };
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
declare class Repository$
|
|
284
|
+
declare class Repository$1A implements Nomalism$1.File.IRepository {
|
|
285
285
|
route: string;
|
|
286
286
|
publicRoute: string;
|
|
287
287
|
private api;
|
|
@@ -293,10 +293,10 @@ declare class Repository$1z implements Nomalism$1.File.IRepository {
|
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
declare namespace file {
|
|
296
|
-
export { Repository$
|
|
296
|
+
export { Repository$1A as default };
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
declare class Repository$
|
|
299
|
+
declare class Repository$1z implements Nomalism$1.GoogleSheets.IController {
|
|
300
300
|
route: string;
|
|
301
301
|
publicRoute: string;
|
|
302
302
|
private api;
|
|
@@ -308,10 +308,10 @@ declare class Repository$1y implements Nomalism$1.GoogleSheets.IController {
|
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
declare namespace googleSheets {
|
|
311
|
-
export { Repository$
|
|
311
|
+
export { Repository$1z as default };
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
declare class Repository$
|
|
314
|
+
declare class Repository$1y implements Nomalism$1.GroupPermissions.IApi {
|
|
315
315
|
route: string;
|
|
316
316
|
publicRoute: string;
|
|
317
317
|
private api;
|
|
@@ -323,11 +323,11 @@ declare class Repository$1x implements Nomalism$1.GroupPermissions.IApi {
|
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
declare namespace groupPermission {
|
|
326
|
-
export { Repository$
|
|
326
|
+
export { Repository$1y as default };
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
330
|
-
declare class Repository$
|
|
330
|
+
declare class Repository$1x implements Nomalism$1.Language.IRepository {
|
|
331
331
|
route: string;
|
|
332
332
|
publicRoute: string;
|
|
333
333
|
private api;
|
|
@@ -342,10 +342,10 @@ declare class Repository$1w implements Nomalism$1.Language.IRepository {
|
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
declare namespace language$1 {
|
|
345
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
345
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1x as default };
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
declare class Repository$
|
|
348
|
+
declare class Repository$1w implements Nomalism$1.Location.IRepository {
|
|
349
349
|
route: string;
|
|
350
350
|
publicRoute: string;
|
|
351
351
|
private api;
|
|
@@ -361,10 +361,10 @@ declare class Repository$1v implements Nomalism$1.Location.IRepository {
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
declare namespace location {
|
|
364
|
-
export { Repository$
|
|
364
|
+
export { Repository$1w as default };
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
declare class Repository$
|
|
367
|
+
declare class Repository$1v {
|
|
368
368
|
route: string;
|
|
369
369
|
publicRoute: string;
|
|
370
370
|
private api;
|
|
@@ -373,10 +373,10 @@ declare class Repository$1u {
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
declare namespace logout {
|
|
376
|
-
export { Repository$
|
|
376
|
+
export { Repository$1v as default };
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
declare class Repository$
|
|
379
|
+
declare class Repository$1u implements Nomalism$1.Multimedia.IApi {
|
|
380
380
|
route: string;
|
|
381
381
|
publicRoute: string;
|
|
382
382
|
private api;
|
|
@@ -386,10 +386,10 @@ declare class Repository$1t implements Nomalism$1.Multimedia.IApi {
|
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
declare namespace multimedia {
|
|
389
|
-
export { Repository$
|
|
389
|
+
export { Repository$1u as default };
|
|
390
390
|
}
|
|
391
391
|
|
|
392
|
-
declare class Repository$
|
|
392
|
+
declare class Repository$1t implements Nomalism$1.Observation.IApi {
|
|
393
393
|
route: string;
|
|
394
394
|
publicRoute: string;
|
|
395
395
|
private api;
|
|
@@ -402,10 +402,10 @@ declare class Repository$1s implements Nomalism$1.Observation.IApi {
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
declare namespace observation {
|
|
405
|
-
export { Repository$
|
|
405
|
+
export { Repository$1t as default };
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
declare class Repository$
|
|
408
|
+
declare class Repository$1s implements Nomalism$1.ObservationType.IApi {
|
|
409
409
|
route: string;
|
|
410
410
|
publicRoute: string;
|
|
411
411
|
private api;
|
|
@@ -418,10 +418,10 @@ declare class Repository$1r implements Nomalism$1.ObservationType.IApi {
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
declare namespace observationType {
|
|
421
|
-
export { Repository$
|
|
421
|
+
export { Repository$1s as default };
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
-
declare class Repository$
|
|
424
|
+
declare class Repository$1r implements Nomalism$1.Password.IRepository {
|
|
425
425
|
route: string;
|
|
426
426
|
publicRoute: string;
|
|
427
427
|
private api;
|
|
@@ -431,10 +431,10 @@ declare class Repository$1q implements Nomalism$1.Password.IRepository {
|
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
declare namespace password {
|
|
434
|
-
export { Repository$
|
|
434
|
+
export { Repository$1r as default };
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
declare class Repository$
|
|
437
|
+
declare class Repository$1q implements Nomalism$1.Permissions.IApi {
|
|
438
438
|
route: string;
|
|
439
439
|
publicRoute: string;
|
|
440
440
|
private api;
|
|
@@ -446,10 +446,10 @@ declare class Repository$1p implements Nomalism$1.Permissions.IApi {
|
|
|
446
446
|
}
|
|
447
447
|
|
|
448
448
|
declare namespace permission {
|
|
449
|
-
export { Repository$
|
|
449
|
+
export { Repository$1q as default };
|
|
450
450
|
}
|
|
451
451
|
|
|
452
|
-
declare class Repository$
|
|
452
|
+
declare class Repository$1p implements Nomalism$1.ProductImage.IRepository {
|
|
453
453
|
route: string;
|
|
454
454
|
publicRoute: string;
|
|
455
455
|
private api;
|
|
@@ -464,10 +464,10 @@ declare class Repository$1o implements Nomalism$1.ProductImage.IRepository {
|
|
|
464
464
|
}
|
|
465
465
|
|
|
466
466
|
declare namespace productImage {
|
|
467
|
-
export { Repository$
|
|
467
|
+
export { Repository$1p as default };
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
declare class Repository$
|
|
470
|
+
declare class Repository$1o implements Nomalism$1.Promotion.IRepository {
|
|
471
471
|
route: string;
|
|
472
472
|
publicRoute: string;
|
|
473
473
|
private api;
|
|
@@ -484,10 +484,10 @@ declare class Repository$1n implements Nomalism$1.Promotion.IRepository {
|
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
declare namespace promotion {
|
|
487
|
-
export { Repository$
|
|
487
|
+
export { Repository$1o as default };
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
-
declare class Repository$
|
|
490
|
+
declare class Repository$1n implements Nomalism$1.PromotionAssoc.IRepository {
|
|
491
491
|
route: string;
|
|
492
492
|
publicRoute: string;
|
|
493
493
|
private api;
|
|
@@ -502,10 +502,10 @@ declare class Repository$1m implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
declare namespace promotionAssoc {
|
|
505
|
-
export { Repository$
|
|
505
|
+
export { Repository$1n as default };
|
|
506
506
|
}
|
|
507
507
|
|
|
508
|
-
declare class Repository$
|
|
508
|
+
declare class Repository$1m implements Nomalism$1.Providers.IRepository {
|
|
509
509
|
route: string;
|
|
510
510
|
publicRoute: string;
|
|
511
511
|
private api;
|
|
@@ -524,11 +524,11 @@ declare class Repository$1l implements Nomalism$1.Providers.IRepository {
|
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
declare namespace provider {
|
|
527
|
-
export { Repository$
|
|
527
|
+
export { Repository$1m as default };
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
531
|
-
declare class Repository$
|
|
531
|
+
declare class Repository$1l implements Nomalism$1.ProviderType.IRepository {
|
|
532
532
|
route: string;
|
|
533
533
|
publicRoute: string;
|
|
534
534
|
private api;
|
|
@@ -543,10 +543,10 @@ declare class Repository$1k implements Nomalism$1.ProviderType.IRepository {
|
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
declare namespace providerType {
|
|
546
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
546
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1l as default };
|
|
547
547
|
}
|
|
548
548
|
|
|
549
|
-
declare class Repository$
|
|
549
|
+
declare class Repository$1k implements Nomalism$1.PurchaseConditions.IRepository {
|
|
550
550
|
route: string;
|
|
551
551
|
publicRoute: string;
|
|
552
552
|
private api;
|
|
@@ -561,10 +561,10 @@ declare class Repository$1j implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
declare namespace purchaseCondition {
|
|
564
|
-
export { Repository$
|
|
564
|
+
export { Repository$1k as default };
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
declare class Repository$
|
|
567
|
+
declare class Repository$1j implements Nomalism$1.ReasonForExemption.IRepository {
|
|
568
568
|
route: string;
|
|
569
569
|
publicRoute: string;
|
|
570
570
|
private api;
|
|
@@ -579,10 +579,10 @@ declare class Repository$1i implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
579
579
|
}
|
|
580
580
|
|
|
581
581
|
declare namespace reasonForExemption {
|
|
582
|
-
export { Repository$
|
|
582
|
+
export { Repository$1j as default };
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
declare class Repository$
|
|
585
|
+
declare class Repository$1i implements Nomalism$1.RefreshToken.IRepository {
|
|
586
586
|
route: string;
|
|
587
587
|
publicRoute: string;
|
|
588
588
|
private api;
|
|
@@ -591,10 +591,10 @@ declare class Repository$1h implements Nomalism$1.RefreshToken.IRepository {
|
|
|
591
591
|
}
|
|
592
592
|
|
|
593
593
|
declare namespace refreshToken {
|
|
594
|
-
export { Repository$
|
|
594
|
+
export { Repository$1i as default };
|
|
595
595
|
}
|
|
596
596
|
|
|
597
|
-
declare class Repository$
|
|
597
|
+
declare class Repository$1h implements Nomalism$1.SegmentsArea.IRepository {
|
|
598
598
|
route: string;
|
|
599
599
|
publicRoute: string;
|
|
600
600
|
private api;
|
|
@@ -609,10 +609,10 @@ declare class Repository$1g implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
609
609
|
}
|
|
610
610
|
|
|
611
611
|
declare namespace segmentsArea {
|
|
612
|
-
export { Repository$
|
|
612
|
+
export { Repository$1h as default };
|
|
613
613
|
}
|
|
614
614
|
|
|
615
|
-
declare class Repository$
|
|
615
|
+
declare class Repository$1g implements Nomalism$1.Sessions.IRepository {
|
|
616
616
|
route: string;
|
|
617
617
|
publicRoute: string;
|
|
618
618
|
private api;
|
|
@@ -621,10 +621,10 @@ declare class Repository$1f implements Nomalism$1.Sessions.IRepository {
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
declare namespace sessions {
|
|
624
|
-
export { Repository$
|
|
624
|
+
export { Repository$1g as default };
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
declare class Repository$
|
|
627
|
+
declare class Repository$1f implements Nomalism$1.Shippings.IRepository {
|
|
628
628
|
route: string;
|
|
629
629
|
publicRoute: string;
|
|
630
630
|
private api;
|
|
@@ -639,10 +639,10 @@ declare class Repository$1e implements Nomalism$1.Shippings.IRepository {
|
|
|
639
639
|
}
|
|
640
640
|
|
|
641
641
|
declare namespace shippings {
|
|
642
|
-
export { Repository$
|
|
642
|
+
export { Repository$1f as default };
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
declare class Repository$
|
|
645
|
+
declare class Repository$1e implements Nomalism$1.StoreOperator.IRepository {
|
|
646
646
|
route: string;
|
|
647
647
|
publicRoute: string;
|
|
648
648
|
private api;
|
|
@@ -657,11 +657,11 @@ declare class Repository$1d implements Nomalism$1.StoreOperator.IRepository {
|
|
|
657
657
|
}
|
|
658
658
|
|
|
659
659
|
declare namespace storeOperator {
|
|
660
|
-
export { Repository$
|
|
660
|
+
export { Repository$1e as default };
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
664
|
-
declare class Repository$
|
|
664
|
+
declare class Repository$1d implements Nomalism$1.Swift.IRepository {
|
|
665
665
|
route: string;
|
|
666
666
|
publicRoute: string;
|
|
667
667
|
private api;
|
|
@@ -677,10 +677,10 @@ declare class Repository$1c implements Nomalism$1.Swift.IRepository {
|
|
|
677
677
|
|
|
678
678
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
679
679
|
declare namespace swift {
|
|
680
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
680
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1d as default };
|
|
681
681
|
}
|
|
682
682
|
|
|
683
|
-
declare class Repository$
|
|
683
|
+
declare class Repository$1c implements Nomalism$1.TypeOfLocation.IRepository {
|
|
684
684
|
route: string;
|
|
685
685
|
publicRoute: string;
|
|
686
686
|
private api;
|
|
@@ -696,10 +696,10 @@ declare class Repository$1b implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
declare namespace typeOfLocation {
|
|
699
|
-
export { Repository$
|
|
699
|
+
export { Repository$1c as default };
|
|
700
700
|
}
|
|
701
701
|
|
|
702
|
-
declare class Repository$
|
|
702
|
+
declare class Repository$1b implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
703
703
|
route: string;
|
|
704
704
|
publicRoute: string;
|
|
705
705
|
private api;
|
|
@@ -715,10 +715,10 @@ declare class Repository$1a implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
declare namespace unitOfMeasure {
|
|
718
|
-
export { Repository$
|
|
718
|
+
export { Repository$1b as default };
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
declare class Repository$
|
|
721
|
+
declare class Repository$1a implements Nomalism$1.UserPermissions.IRepository {
|
|
722
722
|
route: string;
|
|
723
723
|
publicRoute: string;
|
|
724
724
|
private api;
|
|
@@ -729,10 +729,10 @@ declare class Repository$19 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
declare namespace userPermission {
|
|
732
|
-
export { Repository$
|
|
732
|
+
export { Repository$1a as default };
|
|
733
733
|
}
|
|
734
734
|
|
|
735
|
-
declare class Repository$
|
|
735
|
+
declare class Repository$19 implements Nomalism$1.UserPositions.IRepository {
|
|
736
736
|
route: string;
|
|
737
737
|
publicRoute: string;
|
|
738
738
|
private api;
|
|
@@ -747,10 +747,10 @@ declare class Repository$18 implements Nomalism$1.UserPositions.IRepository {
|
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
declare namespace userPositions {
|
|
750
|
-
export { Repository$
|
|
750
|
+
export { Repository$19 as default };
|
|
751
751
|
}
|
|
752
752
|
|
|
753
|
-
declare class Repository$
|
|
753
|
+
declare class Repository$18 implements Nomalism$1.Users.IApi {
|
|
754
754
|
route: string;
|
|
755
755
|
publicRoute: string;
|
|
756
756
|
private api;
|
|
@@ -767,10 +767,10 @@ declare class Repository$17 implements Nomalism$1.Users.IApi {
|
|
|
767
767
|
}
|
|
768
768
|
|
|
769
769
|
declare namespace user {
|
|
770
|
-
export { Repository$
|
|
770
|
+
export { Repository$18 as default };
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
declare class Repository$
|
|
773
|
+
declare class Repository$17 implements Nomalism$1.VatTax.IRepository {
|
|
774
774
|
route: string;
|
|
775
775
|
publicRoute: string;
|
|
776
776
|
private api;
|
|
@@ -786,10 +786,10 @@ declare class Repository$16 implements Nomalism$1.VatTax.IRepository {
|
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
declare namespace vatTax {
|
|
789
|
-
export { Repository$
|
|
789
|
+
export { Repository$17 as default };
|
|
790
790
|
}
|
|
791
791
|
|
|
792
|
-
declare class Repository$
|
|
792
|
+
declare class Repository$16 implements Nomalism$1.VatTaxZone.IRepository {
|
|
793
793
|
route: string;
|
|
794
794
|
publicRoute: string;
|
|
795
795
|
private api;
|
|
@@ -805,10 +805,10 @@ declare class Repository$15 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
805
805
|
}
|
|
806
806
|
|
|
807
807
|
declare namespace vatTaxZone {
|
|
808
|
-
export { Repository$
|
|
808
|
+
export { Repository$16 as default };
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
-
declare class Repository$
|
|
811
|
+
declare class Repository$15 implements Nomalism$1.Workflow.IApi {
|
|
812
812
|
route: string;
|
|
813
813
|
publicRoute: string;
|
|
814
814
|
private api;
|
|
@@ -821,10 +821,10 @@ declare class Repository$14 implements Nomalism$1.Workflow.IApi {
|
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
declare namespace workflow {
|
|
824
|
-
export { Repository$
|
|
824
|
+
export { Repository$15 as default };
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
declare class Repository$
|
|
827
|
+
declare class Repository$14 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
828
828
|
route: string;
|
|
829
829
|
publicRoute: string;
|
|
830
830
|
private api;
|
|
@@ -838,10 +838,10 @@ declare class Repository$13 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
declare namespace deliveryMethods {
|
|
841
|
-
export { Repository$
|
|
841
|
+
export { Repository$14 as default };
|
|
842
842
|
}
|
|
843
843
|
|
|
844
|
-
declare class Repository$
|
|
844
|
+
declare class Repository$13 implements Nomalism$1.MaturityDates.IRepository {
|
|
845
845
|
route: string;
|
|
846
846
|
publicRoute: string;
|
|
847
847
|
private api;
|
|
@@ -855,10 +855,10 @@ declare class Repository$12 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
declare namespace maturityDates {
|
|
858
|
-
export { Repository$
|
|
858
|
+
export { Repository$13 as default };
|
|
859
859
|
}
|
|
860
860
|
|
|
861
|
-
declare class Repository$
|
|
861
|
+
declare class Repository$12 implements Nomalism$1.PaymentMethods.IRepository {
|
|
862
862
|
route: string;
|
|
863
863
|
publicRoute: string;
|
|
864
864
|
private api;
|
|
@@ -872,10 +872,10 @@ declare class Repository$11 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
872
872
|
}
|
|
873
873
|
|
|
874
874
|
declare namespace paymentMethods {
|
|
875
|
-
export { Repository$
|
|
875
|
+
export { Repository$12 as default };
|
|
876
876
|
}
|
|
877
877
|
|
|
878
|
-
declare class Repository$
|
|
878
|
+
declare class Repository$11 implements Nomalism$1.Vehicles.IApi {
|
|
879
879
|
route: string;
|
|
880
880
|
publicRoute: string;
|
|
881
881
|
private api;
|
|
@@ -887,10 +887,10 @@ declare class Repository$10 implements Nomalism$1.Vehicles.IApi {
|
|
|
887
887
|
}
|
|
888
888
|
|
|
889
889
|
declare namespace vehicles {
|
|
890
|
-
export { Repository$
|
|
890
|
+
export { Repository$11 as default };
|
|
891
891
|
}
|
|
892
892
|
|
|
893
|
-
declare class Repository
|
|
893
|
+
declare class Repository$10 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
894
894
|
route: string;
|
|
895
895
|
publicRoute: string;
|
|
896
896
|
private api;
|
|
@@ -900,10 +900,10 @@ declare class Repository$$ implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
900
900
|
}
|
|
901
901
|
|
|
902
902
|
declare namespace externalDocumentType {
|
|
903
|
-
export { Repository
|
|
903
|
+
export { Repository$10 as default };
|
|
904
904
|
}
|
|
905
905
|
|
|
906
|
-
declare class Repository
|
|
906
|
+
declare class Repository$$ implements Nomalism$1.DocumentSet.IRepository {
|
|
907
907
|
route: string;
|
|
908
908
|
publicRoute: string;
|
|
909
909
|
private api;
|
|
@@ -917,10 +917,10 @@ declare class Repository$_ implements Nomalism$1.DocumentSet.IRepository {
|
|
|
917
917
|
}
|
|
918
918
|
|
|
919
919
|
declare namespace documentSet {
|
|
920
|
-
export { Repository
|
|
920
|
+
export { Repository$$ as default };
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
-
declare class Repository$
|
|
923
|
+
declare class Repository$_ implements Nomalism$1.Payment.IRepository {
|
|
924
924
|
route: string;
|
|
925
925
|
publicRoute: string;
|
|
926
926
|
private api;
|
|
@@ -935,10 +935,10 @@ declare class Repository$Z implements Nomalism$1.Payment.IRepository {
|
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
declare namespace payment {
|
|
938
|
-
export { Repository$
|
|
938
|
+
export { Repository$_ as default };
|
|
939
939
|
}
|
|
940
940
|
|
|
941
|
-
declare class Repository$
|
|
941
|
+
declare class Repository$Z implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
942
942
|
route: string;
|
|
943
943
|
publicRoute: string;
|
|
944
944
|
private api;
|
|
@@ -947,20 +947,17 @@ declare class Repository$Y implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
947
947
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.ExternalDocumentHeader.IUpdateRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
948
948
|
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindByIdResponse | null>;
|
|
949
949
|
findByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindByOwnerIdItemWithVersions[]>;
|
|
950
|
-
publicFindByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IPublicFindByOwnerIdResponse[]>;
|
|
951
950
|
find(params?: Nomalism$1.ExternalDocumentHeader.IFindRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindResponse[]>;
|
|
952
951
|
findPaginated(params: Nomalism$1.ExternalDocumentHeader.IFindPaginatedRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindWithPaginationResponse>;
|
|
953
952
|
deleteOne(params?: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
954
953
|
sendEmailDocument(body: Nomalism$1.ExternalDocumentHeader.ISendEmailDocumentRequest): Promise<void>;
|
|
955
|
-
createPublicDocumentHeaderNote(data: Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNoteCreateRequest[]): Promise<Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNote[]>;
|
|
956
|
-
updatePublicDocumentHeaderNote({ id }: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNoteUpdateRequest[]): Promise<Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNote[]>;
|
|
957
954
|
}
|
|
958
955
|
|
|
959
956
|
declare namespace externalDocumentHeader {
|
|
960
|
-
export { Repository$
|
|
957
|
+
export { Repository$Z as default };
|
|
961
958
|
}
|
|
962
959
|
|
|
963
|
-
declare class Repository$
|
|
960
|
+
declare class Repository$Y implements Nomalism$1.VatValidation.IRepository {
|
|
964
961
|
route: string;
|
|
965
962
|
publicRoute: string;
|
|
966
963
|
private api;
|
|
@@ -969,10 +966,10 @@ declare class Repository$X implements Nomalism$1.VatValidation.IRepository {
|
|
|
969
966
|
}
|
|
970
967
|
|
|
971
968
|
declare namespace vatValidation {
|
|
972
|
-
export { Repository$
|
|
969
|
+
export { Repository$Y as default };
|
|
973
970
|
}
|
|
974
971
|
|
|
975
|
-
declare class Repository$
|
|
972
|
+
declare class Repository$X implements Nomalism$1.StockMovement.IRepository {
|
|
976
973
|
route: string;
|
|
977
974
|
publicRoute: string;
|
|
978
975
|
private api;
|
|
@@ -985,10 +982,10 @@ declare class Repository$W implements Nomalism$1.StockMovement.IRepository {
|
|
|
985
982
|
}
|
|
986
983
|
|
|
987
984
|
declare namespace stockMovement {
|
|
988
|
-
export { Repository$
|
|
985
|
+
export { Repository$X as default };
|
|
989
986
|
}
|
|
990
987
|
|
|
991
|
-
declare class Repository$
|
|
988
|
+
declare class Repository$W implements Nomalism$1.ZipCode.IRepository {
|
|
992
989
|
route: string;
|
|
993
990
|
publicRoute: string;
|
|
994
991
|
private api;
|
|
@@ -998,10 +995,10 @@ declare class Repository$V implements Nomalism$1.ZipCode.IRepository {
|
|
|
998
995
|
}
|
|
999
996
|
|
|
1000
997
|
declare namespace zipCode {
|
|
1001
|
-
export { Repository$
|
|
998
|
+
export { Repository$W as default };
|
|
1002
999
|
}
|
|
1003
1000
|
|
|
1004
|
-
declare class Repository$
|
|
1001
|
+
declare class Repository$V implements Nomalism$1.Tenant.IRepository {
|
|
1005
1002
|
route: string;
|
|
1006
1003
|
publicRoute: string;
|
|
1007
1004
|
private api;
|
|
@@ -1013,10 +1010,10 @@ declare class Repository$U implements Nomalism$1.Tenant.IRepository {
|
|
|
1013
1010
|
}
|
|
1014
1011
|
|
|
1015
1012
|
declare namespace tenant {
|
|
1016
|
-
export { Repository$
|
|
1013
|
+
export { Repository$V as default };
|
|
1017
1014
|
}
|
|
1018
1015
|
|
|
1019
|
-
declare class Repository$
|
|
1016
|
+
declare class Repository$U implements Nomalism$1.PreSale.IRepository {
|
|
1020
1017
|
route: string;
|
|
1021
1018
|
publicRoute: string;
|
|
1022
1019
|
private api;
|
|
@@ -1032,10 +1029,10 @@ declare class Repository$T implements Nomalism$1.PreSale.IRepository {
|
|
|
1032
1029
|
}
|
|
1033
1030
|
|
|
1034
1031
|
declare namespace preSale {
|
|
1035
|
-
export { Repository$
|
|
1032
|
+
export { Repository$U as default };
|
|
1036
1033
|
}
|
|
1037
1034
|
|
|
1038
|
-
declare class Repository$
|
|
1035
|
+
declare class Repository$T implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1039
1036
|
route: string;
|
|
1040
1037
|
publicRoute: string;
|
|
1041
1038
|
private api;
|
|
@@ -1045,10 +1042,10 @@ declare class Repository$S implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1045
1042
|
}
|
|
1046
1043
|
|
|
1047
1044
|
declare namespace preSaleProduct {
|
|
1048
|
-
export { Repository$
|
|
1045
|
+
export { Repository$T as default };
|
|
1049
1046
|
}
|
|
1050
1047
|
|
|
1051
|
-
declare class Repository$
|
|
1048
|
+
declare class Repository$S implements Nomalism$1.OrderManagement.IRepository {
|
|
1052
1049
|
route: string;
|
|
1053
1050
|
publicRoute: string;
|
|
1054
1051
|
private api;
|
|
@@ -1058,10 +1055,10 @@ declare class Repository$R implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1058
1055
|
}
|
|
1059
1056
|
|
|
1060
1057
|
declare namespace orderManagement {
|
|
1061
|
-
export { Repository$
|
|
1058
|
+
export { Repository$S as default };
|
|
1062
1059
|
}
|
|
1063
1060
|
|
|
1064
|
-
declare class Repository$
|
|
1061
|
+
declare class Repository$R implements Nomalism$1.Npc.IRepository {
|
|
1065
1062
|
route: string;
|
|
1066
1063
|
publicRoute: string;
|
|
1067
1064
|
private api;
|
|
@@ -1072,10 +1069,10 @@ declare class Repository$Q implements Nomalism$1.Npc.IRepository {
|
|
|
1072
1069
|
}
|
|
1073
1070
|
|
|
1074
1071
|
declare namespace npc {
|
|
1075
|
-
export { Repository$
|
|
1072
|
+
export { Repository$R as default };
|
|
1076
1073
|
}
|
|
1077
1074
|
|
|
1078
|
-
declare class Repository$
|
|
1075
|
+
declare class Repository$Q implements Nomalism$1.Printer.IRepository {
|
|
1079
1076
|
route: string;
|
|
1080
1077
|
publicRoute: string;
|
|
1081
1078
|
private api;
|
|
@@ -1088,10 +1085,10 @@ declare class Repository$P implements Nomalism$1.Printer.IRepository {
|
|
|
1088
1085
|
}
|
|
1089
1086
|
|
|
1090
1087
|
declare namespace printer {
|
|
1091
|
-
export { Repository$
|
|
1088
|
+
export { Repository$Q as default };
|
|
1092
1089
|
}
|
|
1093
1090
|
|
|
1094
|
-
declare class Repository$
|
|
1091
|
+
declare class Repository$P implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1095
1092
|
route: string;
|
|
1096
1093
|
publicRoute: string;
|
|
1097
1094
|
private api;
|
|
@@ -1104,10 +1101,10 @@ declare class Repository$O implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1104
1101
|
}
|
|
1105
1102
|
|
|
1106
1103
|
declare namespace schedulePrintJob {
|
|
1107
|
-
export { Repository$
|
|
1104
|
+
export { Repository$P as default };
|
|
1108
1105
|
}
|
|
1109
1106
|
|
|
1110
|
-
declare class Repository$
|
|
1107
|
+
declare class Repository$O implements Nomalism$1.QueryList.IRepository {
|
|
1111
1108
|
route: string;
|
|
1112
1109
|
publicRoute: string;
|
|
1113
1110
|
private api;
|
|
@@ -1122,10 +1119,10 @@ declare class Repository$N implements Nomalism$1.QueryList.IRepository {
|
|
|
1122
1119
|
}
|
|
1123
1120
|
|
|
1124
1121
|
declare namespace queryList {
|
|
1125
|
-
export { Repository$
|
|
1122
|
+
export { Repository$O as default };
|
|
1126
1123
|
}
|
|
1127
1124
|
|
|
1128
|
-
declare class Repository$
|
|
1125
|
+
declare class Repository$N implements Nomalism$1.QueryParameter.IRepository {
|
|
1129
1126
|
route: string;
|
|
1130
1127
|
publicRoute: string;
|
|
1131
1128
|
private api;
|
|
@@ -1139,10 +1136,10 @@ declare class Repository$M implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1139
1136
|
}
|
|
1140
1137
|
|
|
1141
1138
|
declare namespace queryParameter {
|
|
1142
|
-
export { Repository$
|
|
1139
|
+
export { Repository$N as default };
|
|
1143
1140
|
}
|
|
1144
1141
|
|
|
1145
|
-
declare class Repository$
|
|
1142
|
+
declare class Repository$M implements Nomalism$1.ReturnReason.IRepository {
|
|
1146
1143
|
route: string;
|
|
1147
1144
|
publicRoute: string;
|
|
1148
1145
|
private api;
|
|
@@ -1154,10 +1151,10 @@ declare class Repository$L implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1154
1151
|
}
|
|
1155
1152
|
|
|
1156
1153
|
declare namespace returnReason {
|
|
1157
|
-
export { Repository$
|
|
1154
|
+
export { Repository$M as default };
|
|
1158
1155
|
}
|
|
1159
1156
|
|
|
1160
|
-
declare class Repository$
|
|
1157
|
+
declare class Repository$L implements Nomalism$1.PropostaSheets.IRepository {
|
|
1161
1158
|
route: string;
|
|
1162
1159
|
publicRoute: string;
|
|
1163
1160
|
private api;
|
|
@@ -1175,10 +1172,10 @@ declare class Repository$K implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1175
1172
|
}
|
|
1176
1173
|
|
|
1177
1174
|
declare namespace propostaSheets {
|
|
1178
|
-
export { Repository$
|
|
1175
|
+
export { Repository$L as default };
|
|
1179
1176
|
}
|
|
1180
1177
|
|
|
1181
|
-
declare class Repository$
|
|
1178
|
+
declare class Repository$K implements Nomalism$1.Schedule.IRepository {
|
|
1182
1179
|
route: string;
|
|
1183
1180
|
publicRoute: string;
|
|
1184
1181
|
private api;
|
|
@@ -1187,10 +1184,10 @@ declare class Repository$J implements Nomalism$1.Schedule.IRepository {
|
|
|
1187
1184
|
}
|
|
1188
1185
|
|
|
1189
1186
|
declare namespace schedule {
|
|
1190
|
-
export { Repository$
|
|
1187
|
+
export { Repository$K as default };
|
|
1191
1188
|
}
|
|
1192
1189
|
|
|
1193
|
-
declare class Repository$
|
|
1190
|
+
declare class Repository$J implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1194
1191
|
route: string;
|
|
1195
1192
|
publicRoute: string;
|
|
1196
1193
|
private api;
|
|
@@ -1202,10 +1199,10 @@ declare class Repository$I implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1202
1199
|
}
|
|
1203
1200
|
|
|
1204
1201
|
declare namespace googleFilePermission {
|
|
1205
|
-
export { Repository$
|
|
1202
|
+
export { Repository$J as default };
|
|
1206
1203
|
}
|
|
1207
1204
|
|
|
1208
|
-
declare class Repository$
|
|
1205
|
+
declare class Repository$I implements Nomalism$1.Settings.IRepository {
|
|
1209
1206
|
route: string;
|
|
1210
1207
|
publicRoute: string;
|
|
1211
1208
|
private api;
|
|
@@ -1218,10 +1215,10 @@ declare class Repository$H implements Nomalism$1.Settings.IRepository {
|
|
|
1218
1215
|
}
|
|
1219
1216
|
|
|
1220
1217
|
declare namespace settings {
|
|
1221
|
-
export { Repository$
|
|
1218
|
+
export { Repository$I as default };
|
|
1222
1219
|
}
|
|
1223
1220
|
|
|
1224
|
-
declare class Repository$
|
|
1221
|
+
declare class Repository$H implements Nomalism$1.Tickets.IRepository {
|
|
1225
1222
|
route: string;
|
|
1226
1223
|
publicRoute: string;
|
|
1227
1224
|
private api;
|
|
@@ -1233,10 +1230,10 @@ declare class Repository$G implements Nomalism$1.Tickets.IRepository {
|
|
|
1233
1230
|
}
|
|
1234
1231
|
|
|
1235
1232
|
declare namespace tickets {
|
|
1236
|
-
export { Repository$
|
|
1233
|
+
export { Repository$H as default };
|
|
1237
1234
|
}
|
|
1238
1235
|
|
|
1239
|
-
declare class Repository$
|
|
1236
|
+
declare class Repository$G implements Nomalism$1.Channel.IRepository {
|
|
1240
1237
|
route: string;
|
|
1241
1238
|
publicRoute: string;
|
|
1242
1239
|
private api;
|
|
@@ -1250,10 +1247,10 @@ declare class Repository$F implements Nomalism$1.Channel.IRepository {
|
|
|
1250
1247
|
}
|
|
1251
1248
|
|
|
1252
1249
|
declare namespace channel {
|
|
1253
|
-
export { Repository$
|
|
1250
|
+
export { Repository$G as default };
|
|
1254
1251
|
}
|
|
1255
1252
|
|
|
1256
|
-
declare class Repository$
|
|
1253
|
+
declare class Repository$F implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1257
1254
|
route: string;
|
|
1258
1255
|
publicRoute: string;
|
|
1259
1256
|
private api;
|
|
@@ -1267,10 +1264,10 @@ declare class Repository$E implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1267
1264
|
}
|
|
1268
1265
|
|
|
1269
1266
|
declare namespace language {
|
|
1270
|
-
export { Repository$
|
|
1267
|
+
export { Repository$F as default };
|
|
1271
1268
|
}
|
|
1272
1269
|
|
|
1273
|
-
declare class Repository$
|
|
1270
|
+
declare class Repository$E implements Nomalism$1.CLT.IRepository {
|
|
1274
1271
|
route: string;
|
|
1275
1272
|
publicRoute: string;
|
|
1276
1273
|
private api;
|
|
@@ -1284,10 +1281,10 @@ declare class Repository$D implements Nomalism$1.CLT.IRepository {
|
|
|
1284
1281
|
}
|
|
1285
1282
|
|
|
1286
1283
|
declare namespace clt {
|
|
1287
|
-
export { Repository$
|
|
1284
|
+
export { Repository$E as default };
|
|
1288
1285
|
}
|
|
1289
1286
|
|
|
1290
|
-
declare class Repository$
|
|
1287
|
+
declare class Repository$D implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1291
1288
|
route: string;
|
|
1292
1289
|
publicRoute: string;
|
|
1293
1290
|
private api;
|
|
@@ -1296,10 +1293,10 @@ declare class Repository$C implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1296
1293
|
}
|
|
1297
1294
|
|
|
1298
1295
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1299
|
-
export { Repository$
|
|
1296
|
+
export { Repository$D as default };
|
|
1300
1297
|
}
|
|
1301
1298
|
|
|
1302
|
-
declare class Repository$
|
|
1299
|
+
declare class Repository$C implements Nomalism$1.Persona.IRepository {
|
|
1303
1300
|
route: string;
|
|
1304
1301
|
publicRoute: string;
|
|
1305
1302
|
private api;
|
|
@@ -1318,10 +1315,10 @@ declare class Repository$B implements Nomalism$1.Persona.IRepository {
|
|
|
1318
1315
|
}
|
|
1319
1316
|
|
|
1320
1317
|
declare namespace persona {
|
|
1321
|
-
export { Repository$
|
|
1318
|
+
export { Repository$C as default };
|
|
1322
1319
|
}
|
|
1323
1320
|
|
|
1324
|
-
declare class Repository$
|
|
1321
|
+
declare class Repository$B implements Nomalism$1.ProjectInfo.IController {
|
|
1325
1322
|
route: string;
|
|
1326
1323
|
publicRoute: string;
|
|
1327
1324
|
private api;
|
|
@@ -1330,10 +1327,10 @@ declare class Repository$A implements Nomalism$1.ProjectInfo.IController {
|
|
|
1330
1327
|
}
|
|
1331
1328
|
|
|
1332
1329
|
declare namespace projectInfo {
|
|
1333
|
-
export { Repository$
|
|
1330
|
+
export { Repository$B as default };
|
|
1334
1331
|
}
|
|
1335
1332
|
|
|
1336
|
-
declare class Repository$
|
|
1333
|
+
declare class Repository$A implements Nomalism$1.Order.IRepository {
|
|
1337
1334
|
route: string;
|
|
1338
1335
|
publicRoute: string;
|
|
1339
1336
|
private api;
|
|
@@ -1348,10 +1345,10 @@ declare class Repository$z implements Nomalism$1.Order.IRepository {
|
|
|
1348
1345
|
}
|
|
1349
1346
|
|
|
1350
1347
|
declare namespace order {
|
|
1351
|
-
export { Repository$
|
|
1348
|
+
export { Repository$A as default };
|
|
1352
1349
|
}
|
|
1353
1350
|
|
|
1354
|
-
declare class Repository$
|
|
1351
|
+
declare class Repository$z implements Nomalism$1.Purchase.IApi {
|
|
1355
1352
|
route: string;
|
|
1356
1353
|
publicRoute: string;
|
|
1357
1354
|
private api;
|
|
@@ -1363,10 +1360,10 @@ declare class Repository$y implements Nomalism$1.Purchase.IApi {
|
|
|
1363
1360
|
}
|
|
1364
1361
|
|
|
1365
1362
|
declare namespace purchase {
|
|
1366
|
-
export { Repository$
|
|
1363
|
+
export { Repository$z as default };
|
|
1367
1364
|
}
|
|
1368
1365
|
|
|
1369
|
-
declare class Repository$
|
|
1366
|
+
declare class Repository$y implements Nomalism$1.MaterialEntrance.IApi {
|
|
1370
1367
|
route: string;
|
|
1371
1368
|
publicRoute: string;
|
|
1372
1369
|
private api;
|
|
@@ -1380,10 +1377,10 @@ declare class Repository$x implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1380
1377
|
}
|
|
1381
1378
|
|
|
1382
1379
|
declare namespace materialEntrance {
|
|
1383
|
-
export { Repository$
|
|
1380
|
+
export { Repository$y as default };
|
|
1384
1381
|
}
|
|
1385
1382
|
|
|
1386
|
-
declare class Repository$
|
|
1383
|
+
declare class Repository$x implements Nomalism$1.Transformado.IRepository {
|
|
1387
1384
|
route: string;
|
|
1388
1385
|
publicRoute: string;
|
|
1389
1386
|
private api;
|
|
@@ -1393,10 +1390,10 @@ declare class Repository$w implements Nomalism$1.Transformado.IRepository {
|
|
|
1393
1390
|
}
|
|
1394
1391
|
|
|
1395
1392
|
declare namespace transformado {
|
|
1396
|
-
export { Repository$
|
|
1393
|
+
export { Repository$x as default };
|
|
1397
1394
|
}
|
|
1398
1395
|
|
|
1399
|
-
declare class Repository$
|
|
1396
|
+
declare class Repository$w implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1400
1397
|
route: string;
|
|
1401
1398
|
publicRoute: string;
|
|
1402
1399
|
private api;
|
|
@@ -1405,10 +1402,10 @@ declare class Repository$v implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1405
1402
|
}
|
|
1406
1403
|
|
|
1407
1404
|
declare namespace upfrontReturn {
|
|
1408
|
-
export { Repository$
|
|
1405
|
+
export { Repository$w as default };
|
|
1409
1406
|
}
|
|
1410
1407
|
|
|
1411
|
-
declare class Repository$
|
|
1408
|
+
declare class Repository$v implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1412
1409
|
route: string;
|
|
1413
1410
|
publicRoute: string;
|
|
1414
1411
|
private api;
|
|
@@ -1420,10 +1417,10 @@ declare class Repository$u implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1420
1417
|
}
|
|
1421
1418
|
|
|
1422
1419
|
declare namespace savedEmPicking {
|
|
1423
|
-
export { Repository$
|
|
1420
|
+
export { Repository$v as default };
|
|
1424
1421
|
}
|
|
1425
1422
|
|
|
1426
|
-
declare class Repository$
|
|
1423
|
+
declare class Repository$u implements Nomalism$1.EmailTemplate.IRepository {
|
|
1427
1424
|
route: string;
|
|
1428
1425
|
publicRoute: string;
|
|
1429
1426
|
private api;
|
|
@@ -1436,10 +1433,10 @@ declare class Repository$t implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1436
1433
|
}
|
|
1437
1434
|
|
|
1438
1435
|
declare namespace emailTemplate {
|
|
1439
|
-
export { Repository$
|
|
1436
|
+
export { Repository$u as default };
|
|
1440
1437
|
}
|
|
1441
1438
|
|
|
1442
|
-
declare class Repository$
|
|
1439
|
+
declare class Repository$t implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1443
1440
|
route: string;
|
|
1444
1441
|
publicRoute: string;
|
|
1445
1442
|
private api;
|
|
@@ -1449,10 +1446,10 @@ declare class Repository$s implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1449
1446
|
}
|
|
1450
1447
|
|
|
1451
1448
|
declare namespace emailTemplateAttachment {
|
|
1452
|
-
export { Repository$
|
|
1449
|
+
export { Repository$t as default };
|
|
1453
1450
|
}
|
|
1454
1451
|
|
|
1455
|
-
declare class Repository$
|
|
1452
|
+
declare class Repository$s implements Nomalism$1.Prison.IRepository {
|
|
1456
1453
|
route: string;
|
|
1457
1454
|
publicRoute: string;
|
|
1458
1455
|
private api;
|
|
@@ -1466,10 +1463,10 @@ declare class Repository$r implements Nomalism$1.Prison.IRepository {
|
|
|
1466
1463
|
}
|
|
1467
1464
|
|
|
1468
1465
|
declare namespace prison {
|
|
1469
|
-
export { Repository$
|
|
1466
|
+
export { Repository$s as default };
|
|
1470
1467
|
}
|
|
1471
1468
|
|
|
1472
|
-
declare class Repository$
|
|
1469
|
+
declare class Repository$r implements Nomalism$1.Quebra.IRepository {
|
|
1473
1470
|
route: string;
|
|
1474
1471
|
publicRoute: string;
|
|
1475
1472
|
private api;
|
|
@@ -1482,10 +1479,10 @@ declare class Repository$q implements Nomalism$1.Quebra.IRepository {
|
|
|
1482
1479
|
}
|
|
1483
1480
|
|
|
1484
1481
|
declare namespace quebra {
|
|
1485
|
-
export { Repository$
|
|
1482
|
+
export { Repository$r as default };
|
|
1486
1483
|
}
|
|
1487
1484
|
|
|
1488
|
-
declare class Repository$
|
|
1485
|
+
declare class Repository$q implements Nomalism$1.Inventario.IRepository {
|
|
1489
1486
|
route: string;
|
|
1490
1487
|
publicRoute: string;
|
|
1491
1488
|
private api;
|
|
@@ -1495,10 +1492,10 @@ declare class Repository$p implements Nomalism$1.Inventario.IRepository {
|
|
|
1495
1492
|
}
|
|
1496
1493
|
|
|
1497
1494
|
declare namespace inventario {
|
|
1498
|
-
export { Repository$
|
|
1495
|
+
export { Repository$q as default };
|
|
1499
1496
|
}
|
|
1500
1497
|
|
|
1501
|
-
declare class Repository$
|
|
1498
|
+
declare class Repository$p implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1502
1499
|
route: string;
|
|
1503
1500
|
publicRoute: string;
|
|
1504
1501
|
private api;
|
|
@@ -1509,10 +1506,10 @@ declare class Repository$o implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1509
1506
|
}
|
|
1510
1507
|
|
|
1511
1508
|
declare namespace returnToProvider {
|
|
1512
|
-
export { Repository$
|
|
1509
|
+
export { Repository$p as default };
|
|
1513
1510
|
}
|
|
1514
1511
|
|
|
1515
|
-
declare class Repository$
|
|
1512
|
+
declare class Repository$o implements Nomalism$1.EmailVerification.IApi {
|
|
1516
1513
|
route: string;
|
|
1517
1514
|
publicRoute: string;
|
|
1518
1515
|
private api;
|
|
@@ -1523,10 +1520,10 @@ declare class Repository$n implements Nomalism$1.EmailVerification.IApi {
|
|
|
1523
1520
|
}
|
|
1524
1521
|
|
|
1525
1522
|
declare namespace emailVerification {
|
|
1526
|
-
export { Repository$
|
|
1523
|
+
export { Repository$o as default };
|
|
1527
1524
|
}
|
|
1528
1525
|
|
|
1529
|
-
declare class Repository$
|
|
1526
|
+
declare class Repository$n implements Nomalism$1.EmailLog.IApi {
|
|
1530
1527
|
route: string;
|
|
1531
1528
|
publicRoute: string;
|
|
1532
1529
|
private api;
|
|
@@ -1538,10 +1535,10 @@ declare class Repository$m implements Nomalism$1.EmailLog.IApi {
|
|
|
1538
1535
|
}
|
|
1539
1536
|
|
|
1540
1537
|
declare namespace emailLog {
|
|
1541
|
-
export { Repository$
|
|
1538
|
+
export { Repository$n as default };
|
|
1542
1539
|
}
|
|
1543
1540
|
|
|
1544
|
-
declare class Repository$
|
|
1541
|
+
declare class Repository$m implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1545
1542
|
route: string;
|
|
1546
1543
|
publicRoute: string;
|
|
1547
1544
|
private api;
|
|
@@ -1550,10 +1547,10 @@ declare class Repository$l implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1550
1547
|
}
|
|
1551
1548
|
|
|
1552
1549
|
declare namespace documentLineNote {
|
|
1553
|
-
export { Repository$
|
|
1550
|
+
export { Repository$m as default };
|
|
1554
1551
|
}
|
|
1555
1552
|
|
|
1556
|
-
declare class Repository$
|
|
1553
|
+
declare class Repository$l implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1557
1554
|
route: string;
|
|
1558
1555
|
publicRoute: string;
|
|
1559
1556
|
private api;
|
|
@@ -1565,10 +1562,10 @@ declare class Repository$k implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1565
1562
|
}
|
|
1566
1563
|
|
|
1567
1564
|
declare namespace savedProviderProposal {
|
|
1568
|
-
export { Repository$
|
|
1565
|
+
export { Repository$l as default };
|
|
1569
1566
|
}
|
|
1570
1567
|
|
|
1571
|
-
declare class Repository$
|
|
1568
|
+
declare class Repository$k implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1572
1569
|
route: string;
|
|
1573
1570
|
publicRoute: string;
|
|
1574
1571
|
private api;
|
|
@@ -1599,10 +1596,10 @@ declare class Repository$j implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1599
1596
|
}
|
|
1600
1597
|
|
|
1601
1598
|
declare namespace productGoogleSheets {
|
|
1602
|
-
export { Repository$
|
|
1599
|
+
export { Repository$k as default };
|
|
1603
1600
|
}
|
|
1604
1601
|
|
|
1605
|
-
declare class Repository$
|
|
1602
|
+
declare class Repository$j implements Nomalism$1.Task.IRepository {
|
|
1606
1603
|
route: string;
|
|
1607
1604
|
publicRoute: string;
|
|
1608
1605
|
private api;
|
|
@@ -1617,10 +1614,10 @@ declare class Repository$i implements Nomalism$1.Task.IRepository {
|
|
|
1617
1614
|
}
|
|
1618
1615
|
|
|
1619
1616
|
declare namespace task {
|
|
1620
|
-
export { Repository$
|
|
1617
|
+
export { Repository$j as default };
|
|
1621
1618
|
}
|
|
1622
1619
|
|
|
1623
|
-
declare class Repository$
|
|
1620
|
+
declare class Repository$i implements Nomalism$1.TaskMessage.IRepository {
|
|
1624
1621
|
route: string;
|
|
1625
1622
|
publicRoute: string;
|
|
1626
1623
|
private api;
|
|
@@ -1631,10 +1628,10 @@ declare class Repository$h implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1631
1628
|
}
|
|
1632
1629
|
|
|
1633
1630
|
declare namespace taskMessage {
|
|
1634
|
-
export { Repository$
|
|
1631
|
+
export { Repository$i as default };
|
|
1635
1632
|
}
|
|
1636
1633
|
|
|
1637
|
-
declare class Repository$
|
|
1634
|
+
declare class Repository$h implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1638
1635
|
route: string;
|
|
1639
1636
|
publicRoute: string;
|
|
1640
1637
|
private api;
|
|
@@ -1644,10 +1641,10 @@ declare class Repository$g implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1644
1641
|
}
|
|
1645
1642
|
|
|
1646
1643
|
declare namespace recurrentTasks {
|
|
1647
|
-
export { Repository$
|
|
1644
|
+
export { Repository$h as default };
|
|
1648
1645
|
}
|
|
1649
1646
|
|
|
1650
|
-
declare class Repository$
|
|
1647
|
+
declare class Repository$g implements Nomalism$1.TaskRead.IRepository {
|
|
1651
1648
|
route: string;
|
|
1652
1649
|
publicRoute: string;
|
|
1653
1650
|
private api;
|
|
@@ -1657,10 +1654,10 @@ declare class Repository$f implements Nomalism$1.TaskRead.IRepository {
|
|
|
1657
1654
|
}
|
|
1658
1655
|
|
|
1659
1656
|
declare namespace taskRead {
|
|
1660
|
-
export { Repository$
|
|
1657
|
+
export { Repository$g as default };
|
|
1661
1658
|
}
|
|
1662
1659
|
|
|
1663
|
-
declare class Repository$
|
|
1660
|
+
declare class Repository$f implements Nomalism$1.Theme.IRepository {
|
|
1664
1661
|
route: string;
|
|
1665
1662
|
publicRoute: string;
|
|
1666
1663
|
private api;
|
|
@@ -1669,10 +1666,10 @@ declare class Repository$e implements Nomalism$1.Theme.IRepository {
|
|
|
1669
1666
|
}
|
|
1670
1667
|
|
|
1671
1668
|
declare namespace theme {
|
|
1672
|
-
export { Repository$
|
|
1669
|
+
export { Repository$f as default };
|
|
1673
1670
|
}
|
|
1674
1671
|
|
|
1675
|
-
declare class Repository$
|
|
1672
|
+
declare class Repository$e implements Nomalism$1.Dashboard.IRepository {
|
|
1676
1673
|
route: string;
|
|
1677
1674
|
publicRoute: string;
|
|
1678
1675
|
private api;
|
|
@@ -1681,10 +1678,10 @@ declare class Repository$d implements Nomalism$1.Dashboard.IRepository {
|
|
|
1681
1678
|
}
|
|
1682
1679
|
|
|
1683
1680
|
declare namespace dashboard {
|
|
1684
|
-
export { Repository$
|
|
1681
|
+
export { Repository$e as default };
|
|
1685
1682
|
}
|
|
1686
1683
|
|
|
1687
|
-
declare class Repository$
|
|
1684
|
+
declare class Repository$d implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1688
1685
|
route: string;
|
|
1689
1686
|
publicRoute: string;
|
|
1690
1687
|
private api;
|
|
@@ -1697,10 +1694,10 @@ declare class Repository$c implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1697
1694
|
}
|
|
1698
1695
|
|
|
1699
1696
|
declare namespace chatRapidMessage {
|
|
1700
|
-
export { Repository$
|
|
1697
|
+
export { Repository$d as default };
|
|
1701
1698
|
}
|
|
1702
1699
|
|
|
1703
|
-
declare class Repository$
|
|
1700
|
+
declare class Repository$c implements Nomalism$1.SideMenu.IController {
|
|
1704
1701
|
route: string;
|
|
1705
1702
|
publicRoute: string;
|
|
1706
1703
|
private api;
|
|
@@ -1712,10 +1709,10 @@ declare class Repository$b implements Nomalism$1.SideMenu.IController {
|
|
|
1712
1709
|
}
|
|
1713
1710
|
|
|
1714
1711
|
declare namespace sideMenu {
|
|
1715
|
-
export { Repository$
|
|
1712
|
+
export { Repository$c as default };
|
|
1716
1713
|
}
|
|
1717
1714
|
|
|
1718
|
-
declare class Repository$
|
|
1715
|
+
declare class Repository$b implements Nomalism$1.ErrorLog.IRepository {
|
|
1719
1716
|
route: string;
|
|
1720
1717
|
publicRoute: string;
|
|
1721
1718
|
private api;
|
|
@@ -1724,10 +1721,10 @@ declare class Repository$a implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1724
1721
|
}
|
|
1725
1722
|
|
|
1726
1723
|
declare namespace errorLog {
|
|
1727
|
-
export { Repository$
|
|
1724
|
+
export { Repository$b as default };
|
|
1728
1725
|
}
|
|
1729
1726
|
|
|
1730
|
-
declare class Repository$
|
|
1727
|
+
declare class Repository$a implements Nomalism$1.AdminPanel.IRepository {
|
|
1731
1728
|
route: string;
|
|
1732
1729
|
publicRoute: string;
|
|
1733
1730
|
private api;
|
|
@@ -1736,10 +1733,10 @@ declare class Repository$9 implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1736
1733
|
}
|
|
1737
1734
|
|
|
1738
1735
|
declare namespace adminPanel {
|
|
1739
|
-
export { Repository$
|
|
1736
|
+
export { Repository$a as default };
|
|
1740
1737
|
}
|
|
1741
1738
|
|
|
1742
|
-
declare class Repository$
|
|
1739
|
+
declare class Repository$9 implements Nomalism$1.DocumentLineRm.IController {
|
|
1743
1740
|
route: string;
|
|
1744
1741
|
publicRoute: string;
|
|
1745
1742
|
private api;
|
|
@@ -1749,10 +1746,10 @@ declare class Repository$8 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1749
1746
|
}
|
|
1750
1747
|
|
|
1751
1748
|
declare namespace documentLineRm {
|
|
1752
|
-
export { Repository$
|
|
1749
|
+
export { Repository$9 as default };
|
|
1753
1750
|
}
|
|
1754
1751
|
|
|
1755
|
-
declare class Repository$
|
|
1752
|
+
declare class Repository$8 implements Nomalism$1.DocumentLineRm.IController {
|
|
1756
1753
|
route: string;
|
|
1757
1754
|
publicRoute: string;
|
|
1758
1755
|
private api;
|
|
@@ -1762,10 +1759,10 @@ declare class Repository$7 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1762
1759
|
}
|
|
1763
1760
|
|
|
1764
1761
|
declare namespace documentLineMt {
|
|
1765
|
-
export { Repository$
|
|
1762
|
+
export { Repository$8 as default };
|
|
1766
1763
|
}
|
|
1767
1764
|
|
|
1768
|
-
declare class Repository$
|
|
1765
|
+
declare class Repository$7 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1769
1766
|
route: string;
|
|
1770
1767
|
publicRoute: string;
|
|
1771
1768
|
private api;
|
|
@@ -1776,10 +1773,10 @@ declare class Repository$6 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1776
1773
|
}
|
|
1777
1774
|
|
|
1778
1775
|
declare namespace chatSubscriber {
|
|
1779
|
-
export { Repository$
|
|
1776
|
+
export { Repository$7 as default };
|
|
1780
1777
|
}
|
|
1781
1778
|
|
|
1782
|
-
declare class Repository$
|
|
1779
|
+
declare class Repository$6 implements Nomalism$1.Tag.IRepository {
|
|
1783
1780
|
route: string;
|
|
1784
1781
|
publicRoute: string;
|
|
1785
1782
|
private api;
|
|
@@ -1791,10 +1788,10 @@ declare class Repository$5 implements Nomalism$1.Tag.IRepository {
|
|
|
1791
1788
|
}
|
|
1792
1789
|
|
|
1793
1790
|
declare namespace tag {
|
|
1794
|
-
export { Repository$
|
|
1791
|
+
export { Repository$6 as default };
|
|
1795
1792
|
}
|
|
1796
1793
|
|
|
1797
|
-
declare class Repository$
|
|
1794
|
+
declare class Repository$5 implements Nomalism$1.Gmails.IRepository {
|
|
1798
1795
|
route: string;
|
|
1799
1796
|
publicRoute: string;
|
|
1800
1797
|
private api;
|
|
@@ -1806,10 +1803,10 @@ declare class Repository$4 implements Nomalism$1.Gmails.IRepository {
|
|
|
1806
1803
|
}
|
|
1807
1804
|
|
|
1808
1805
|
declare namespace gmails {
|
|
1809
|
-
export { Repository$
|
|
1806
|
+
export { Repository$5 as default };
|
|
1810
1807
|
}
|
|
1811
1808
|
|
|
1812
|
-
declare class Repository$
|
|
1809
|
+
declare class Repository$4 implements Nomalism$1.NPF.IRepository {
|
|
1813
1810
|
route: string;
|
|
1814
1811
|
publicRoute: string;
|
|
1815
1812
|
private api;
|
|
@@ -1818,10 +1815,10 @@ declare class Repository$3 implements Nomalism$1.NPF.IRepository {
|
|
|
1818
1815
|
}
|
|
1819
1816
|
|
|
1820
1817
|
declare namespace NPF {
|
|
1821
|
-
export { Repository$
|
|
1818
|
+
export { Repository$4 as default };
|
|
1822
1819
|
}
|
|
1823
1820
|
|
|
1824
|
-
declare class Repository$
|
|
1821
|
+
declare class Repository$3 implements Nomalism$1.NRCL.IRepository {
|
|
1825
1822
|
route: string;
|
|
1826
1823
|
publicRoute: string;
|
|
1827
1824
|
private api;
|
|
@@ -1830,10 +1827,10 @@ declare class Repository$2 implements Nomalism$1.NRCL.IRepository {
|
|
|
1830
1827
|
}
|
|
1831
1828
|
|
|
1832
1829
|
declare namespace NRCL {
|
|
1833
|
-
export { Repository$
|
|
1830
|
+
export { Repository$3 as default };
|
|
1834
1831
|
}
|
|
1835
1832
|
|
|
1836
|
-
declare class Repository$
|
|
1833
|
+
declare class Repository$2 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1837
1834
|
route: string;
|
|
1838
1835
|
publicRoute: string;
|
|
1839
1836
|
private api;
|
|
@@ -1847,10 +1844,10 @@ declare class Repository$1 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1847
1844
|
}
|
|
1848
1845
|
|
|
1849
1846
|
declare namespace currentAccount {
|
|
1850
|
-
export { Repository$
|
|
1847
|
+
export { Repository$2 as default };
|
|
1851
1848
|
}
|
|
1852
1849
|
|
|
1853
|
-
declare class Repository implements Nomalism$1.PaymentBatch.IRepository {
|
|
1850
|
+
declare class Repository$1 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1854
1851
|
route: string;
|
|
1855
1852
|
publicRoute: string;
|
|
1856
1853
|
private api;
|
|
@@ -1869,6 +1866,20 @@ declare class Repository implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1869
1866
|
}
|
|
1870
1867
|
|
|
1871
1868
|
declare namespace paymentBatch {
|
|
1869
|
+
export { Repository$1 as default };
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
declare class Repository implements Nomalism$1.Portal.IRepository {
|
|
1873
|
+
route: string;
|
|
1874
|
+
publicRoute: string;
|
|
1875
|
+
private api;
|
|
1876
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1877
|
+
publicFindByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Portal.IPublicFindByOwnerIdResponse[]>;
|
|
1878
|
+
createPublicDocumentHeaderNote(data: Nomalism$1.Portal.PublicDocumentHeaderNoteCreateRequest[]): Promise<Nomalism$1.Portal.PublicDocumentHeaderNote[]>;
|
|
1879
|
+
updatePublicDocumentHeaderNote({ id }: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.Portal.PublicDocumentHeaderNoteUpdateRequest[]): Promise<Nomalism$1.Portal.PublicDocumentHeaderNote[]>;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
declare namespace portal {
|
|
1872
1883
|
export { Repository as default };
|
|
1873
1884
|
}
|
|
1874
1885
|
|
|
@@ -1890,125 +1901,126 @@ declare class API {
|
|
|
1890
1901
|
processEnvironment: IEnvironment;
|
|
1891
1902
|
client: AxiosInstance;
|
|
1892
1903
|
services: Record<IService, string>;
|
|
1893
|
-
BankData: Repository$
|
|
1894
|
-
Client: Repository$
|
|
1895
|
-
ClientType: Repository$
|
|
1896
|
-
Chat: Repository$
|
|
1897
|
-
Commissioner: Repository$
|
|
1898
|
-
Country: Repository$
|
|
1899
|
-
DocumentHeader: Repository$
|
|
1900
|
-
DocumentHeaderHistory: Repository$
|
|
1901
|
-
BillOfLading: Repository$
|
|
1902
|
-
ProductionOrder: Repository$
|
|
1903
|
-
Proforma: Repository$
|
|
1904
|
-
PropostaFornecedor: Repository$
|
|
1905
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1906
|
-
ProviderFinancialCreditNote: Repository$
|
|
1907
|
-
ProviderServiceInvoice: Repository$
|
|
1908
|
-
DocumentLine: Repository$
|
|
1909
|
-
DocumentLineAssoc: Repository$
|
|
1910
|
-
DocumentType: Repository$
|
|
1911
|
-
Favorites: Repository$
|
|
1912
|
-
File: Repository$
|
|
1913
|
-
GoogleSheets: Repository$
|
|
1914
|
-
GroupPermissions: Repository$
|
|
1915
|
-
Language: Repository$
|
|
1916
|
-
Location: Repository$
|
|
1917
|
-
Logout: Repository$
|
|
1918
|
-
Multimedia: Repository$
|
|
1919
|
-
Observation: Repository$
|
|
1920
|
-
ObservationType: Repository$
|
|
1921
|
-
Password: Repository$
|
|
1922
|
-
Permissions: Repository$
|
|
1923
|
-
ProductImage: Repository$
|
|
1924
|
-
Promotion: Repository$
|
|
1925
|
-
PromotionAssoc: Repository$
|
|
1926
|
-
Providers: Repository$
|
|
1927
|
-
ProviderType: Repository$
|
|
1928
|
-
PurchaseConditions: Repository$
|
|
1929
|
-
ReasonForExemption: Repository$
|
|
1930
|
-
RefreshToken: Repository$
|
|
1931
|
-
SegmentsArea: Repository$
|
|
1932
|
-
Sessions: Repository$
|
|
1933
|
-
Shippings: Repository$
|
|
1934
|
-
StoreOperator: Repository$
|
|
1935
|
-
Swift: Repository$
|
|
1936
|
-
TypeOfLocation: Repository$
|
|
1937
|
-
UnitOfMeasure: Repository$
|
|
1938
|
-
UserPermissions: Repository$
|
|
1939
|
-
UserPositions: Repository$
|
|
1940
|
-
Users: Repository$
|
|
1941
|
-
VatTax: Repository$
|
|
1942
|
-
VatTaxZone: Repository$
|
|
1943
|
-
Workflow: Repository$
|
|
1944
|
-
DeliveryMethods: Repository$
|
|
1945
|
-
MaturityDates: Repository$
|
|
1946
|
-
PaymentMethods: Repository$
|
|
1947
|
-
Vehicles: Repository$
|
|
1948
|
-
ExternalDocumentType: Repository
|
|
1949
|
-
DocumentSet: Repository
|
|
1950
|
-
Payment: Repository$
|
|
1951
|
-
ExternalDocumentHeader: Repository$
|
|
1952
|
-
VatValidation: Repository$
|
|
1953
|
-
StockMovement: Repository$
|
|
1954
|
-
ZipCode: Repository$
|
|
1955
|
-
Tenant: Repository$
|
|
1956
|
-
PreSale: Repository$
|
|
1957
|
-
PreSaleProduct: Repository$
|
|
1958
|
-
OrderManagement: Repository$
|
|
1959
|
-
Npc: Repository$
|
|
1960
|
-
Printer: Repository$
|
|
1961
|
-
SchedulePrintJob: Repository$
|
|
1962
|
-
QueryList: Repository$
|
|
1963
|
-
QueryParameter: Repository$
|
|
1964
|
-
ReturnReason: Repository$
|
|
1965
|
-
PropostaSheets: Repository$
|
|
1966
|
-
Schedule: Repository$
|
|
1967
|
-
GoogleFilePermission: Repository$
|
|
1968
|
-
Settings: Repository$
|
|
1969
|
-
Tickets: Repository$
|
|
1970
|
-
Channel: Repository$
|
|
1971
|
-
TicketsLanguage: Repository$
|
|
1972
|
-
Clt: Repository$
|
|
1973
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1974
|
-
Persona: Repository$
|
|
1975
|
-
ProjectInfo: Repository$
|
|
1976
|
-
Order: Repository$
|
|
1977
|
-
Purchase: Repository$
|
|
1978
|
-
MaterialEntrance: Repository$
|
|
1979
|
-
Transformado: Repository$
|
|
1980
|
-
UpfrontReturn: Repository$
|
|
1981
|
-
SavedEmPicking: Repository$
|
|
1982
|
-
EmailTemplate: Repository$
|
|
1983
|
-
EmailTemplateAttachment: Repository$
|
|
1984
|
-
Prison: Repository$
|
|
1985
|
-
Quebra: Repository$
|
|
1986
|
-
Inventario: Repository$
|
|
1987
|
-
ReturnToProvider: Repository$
|
|
1988
|
-
EmailVerification: Repository$
|
|
1989
|
-
EmailLog: Repository$
|
|
1990
|
-
DocumentLineNote: Repository$
|
|
1991
|
-
SavedProviderProposal: Repository$
|
|
1992
|
-
ProductGoogleSheets: Repository$
|
|
1993
|
-
Task: Repository$
|
|
1994
|
-
TaskMessage: Repository$
|
|
1995
|
-
RecurrentTasks: Repository$
|
|
1996
|
-
TaskRead: Repository$
|
|
1997
|
-
Theme: Repository$
|
|
1998
|
-
Dashboard: Repository$
|
|
1999
|
-
ChatRapidMessage: Repository$
|
|
2000
|
-
SideMenu: Repository$
|
|
2001
|
-
ErrorLog: Repository$
|
|
2002
|
-
AdminPanel: Repository$
|
|
2003
|
-
DocumentLineRm: Repository$
|
|
2004
|
-
DocumentLineMt: Repository$
|
|
2005
|
-
ChatSubscriber: Repository$
|
|
2006
|
-
Tag: Repository$
|
|
2007
|
-
Gmails: Repository$
|
|
2008
|
-
NPF: Repository$
|
|
2009
|
-
NRCL: Repository$
|
|
2010
|
-
PaymentBatch: Repository;
|
|
2011
|
-
CurrentAccount: Repository$
|
|
1904
|
+
BankData: Repository$1T;
|
|
1905
|
+
Client: Repository$1S;
|
|
1906
|
+
ClientType: Repository$1R;
|
|
1907
|
+
Chat: Repository$1Q;
|
|
1908
|
+
Commissioner: Repository$1P;
|
|
1909
|
+
Country: Repository$1O;
|
|
1910
|
+
DocumentHeader: Repository$1N;
|
|
1911
|
+
DocumentHeaderHistory: Repository$1M;
|
|
1912
|
+
BillOfLading: Repository$1L;
|
|
1913
|
+
ProductionOrder: Repository$1K;
|
|
1914
|
+
Proforma: Repository$1J;
|
|
1915
|
+
PropostaFornecedor: Repository$1I;
|
|
1916
|
+
ProviderCreditNoteFromReturn: Repository$1H;
|
|
1917
|
+
ProviderFinancialCreditNote: Repository$1G;
|
|
1918
|
+
ProviderServiceInvoice: Repository$1F;
|
|
1919
|
+
DocumentLine: Repository$1E;
|
|
1920
|
+
DocumentLineAssoc: Repository$1D;
|
|
1921
|
+
DocumentType: Repository$1C;
|
|
1922
|
+
Favorites: Repository$1B;
|
|
1923
|
+
File: Repository$1A;
|
|
1924
|
+
GoogleSheets: Repository$1z;
|
|
1925
|
+
GroupPermissions: Repository$1y;
|
|
1926
|
+
Language: Repository$1x;
|
|
1927
|
+
Location: Repository$1w;
|
|
1928
|
+
Logout: Repository$1v;
|
|
1929
|
+
Multimedia: Repository$1u;
|
|
1930
|
+
Observation: Repository$1t;
|
|
1931
|
+
ObservationType: Repository$1s;
|
|
1932
|
+
Password: Repository$1r;
|
|
1933
|
+
Permissions: Repository$1q;
|
|
1934
|
+
ProductImage: Repository$1p;
|
|
1935
|
+
Promotion: Repository$1o;
|
|
1936
|
+
PromotionAssoc: Repository$1n;
|
|
1937
|
+
Providers: Repository$1m;
|
|
1938
|
+
ProviderType: Repository$1l;
|
|
1939
|
+
PurchaseConditions: Repository$1k;
|
|
1940
|
+
ReasonForExemption: Repository$1j;
|
|
1941
|
+
RefreshToken: Repository$1i;
|
|
1942
|
+
SegmentsArea: Repository$1h;
|
|
1943
|
+
Sessions: Repository$1g;
|
|
1944
|
+
Shippings: Repository$1f;
|
|
1945
|
+
StoreOperator: Repository$1e;
|
|
1946
|
+
Swift: Repository$1d;
|
|
1947
|
+
TypeOfLocation: Repository$1c;
|
|
1948
|
+
UnitOfMeasure: Repository$1b;
|
|
1949
|
+
UserPermissions: Repository$1a;
|
|
1950
|
+
UserPositions: Repository$19;
|
|
1951
|
+
Users: Repository$18;
|
|
1952
|
+
VatTax: Repository$17;
|
|
1953
|
+
VatTaxZone: Repository$16;
|
|
1954
|
+
Workflow: Repository$15;
|
|
1955
|
+
DeliveryMethods: Repository$14;
|
|
1956
|
+
MaturityDates: Repository$13;
|
|
1957
|
+
PaymentMethods: Repository$12;
|
|
1958
|
+
Vehicles: Repository$11;
|
|
1959
|
+
ExternalDocumentType: Repository$10;
|
|
1960
|
+
DocumentSet: Repository$$;
|
|
1961
|
+
Payment: Repository$_;
|
|
1962
|
+
ExternalDocumentHeader: Repository$Z;
|
|
1963
|
+
VatValidation: Repository$Y;
|
|
1964
|
+
StockMovement: Repository$X;
|
|
1965
|
+
ZipCode: Repository$W;
|
|
1966
|
+
Tenant: Repository$V;
|
|
1967
|
+
PreSale: Repository$U;
|
|
1968
|
+
PreSaleProduct: Repository$T;
|
|
1969
|
+
OrderManagement: Repository$S;
|
|
1970
|
+
Npc: Repository$R;
|
|
1971
|
+
Printer: Repository$Q;
|
|
1972
|
+
SchedulePrintJob: Repository$P;
|
|
1973
|
+
QueryList: Repository$O;
|
|
1974
|
+
QueryParameter: Repository$N;
|
|
1975
|
+
ReturnReason: Repository$M;
|
|
1976
|
+
PropostaSheets: Repository$L;
|
|
1977
|
+
Schedule: Repository$K;
|
|
1978
|
+
GoogleFilePermission: Repository$J;
|
|
1979
|
+
Settings: Repository$I;
|
|
1980
|
+
Tickets: Repository$H;
|
|
1981
|
+
Channel: Repository$G;
|
|
1982
|
+
TicketsLanguage: Repository$F;
|
|
1983
|
+
Clt: Repository$E;
|
|
1984
|
+
StartDocumentHeaderLastUpdate: Repository$D;
|
|
1985
|
+
Persona: Repository$C;
|
|
1986
|
+
ProjectInfo: Repository$B;
|
|
1987
|
+
Order: Repository$A;
|
|
1988
|
+
Purchase: Repository$z;
|
|
1989
|
+
MaterialEntrance: Repository$y;
|
|
1990
|
+
Transformado: Repository$x;
|
|
1991
|
+
UpfrontReturn: Repository$w;
|
|
1992
|
+
SavedEmPicking: Repository$v;
|
|
1993
|
+
EmailTemplate: Repository$u;
|
|
1994
|
+
EmailTemplateAttachment: Repository$t;
|
|
1995
|
+
Prison: Repository$s;
|
|
1996
|
+
Quebra: Repository$r;
|
|
1997
|
+
Inventario: Repository$q;
|
|
1998
|
+
ReturnToProvider: Repository$p;
|
|
1999
|
+
EmailVerification: Repository$o;
|
|
2000
|
+
EmailLog: Repository$n;
|
|
2001
|
+
DocumentLineNote: Repository$m;
|
|
2002
|
+
SavedProviderProposal: Repository$l;
|
|
2003
|
+
ProductGoogleSheets: Repository$k;
|
|
2004
|
+
Task: Repository$j;
|
|
2005
|
+
TaskMessage: Repository$i;
|
|
2006
|
+
RecurrentTasks: Repository$h;
|
|
2007
|
+
TaskRead: Repository$g;
|
|
2008
|
+
Theme: Repository$f;
|
|
2009
|
+
Dashboard: Repository$e;
|
|
2010
|
+
ChatRapidMessage: Repository$d;
|
|
2011
|
+
SideMenu: Repository$c;
|
|
2012
|
+
ErrorLog: Repository$b;
|
|
2013
|
+
AdminPanel: Repository$a;
|
|
2014
|
+
DocumentLineRm: Repository$9;
|
|
2015
|
+
DocumentLineMt: Repository$8;
|
|
2016
|
+
ChatSubscriber: Repository$7;
|
|
2017
|
+
Tag: Repository$6;
|
|
2018
|
+
Gmails: Repository$5;
|
|
2019
|
+
NPF: Repository$4;
|
|
2020
|
+
NRCL: Repository$3;
|
|
2021
|
+
PaymentBatch: Repository$1;
|
|
2022
|
+
CurrentAccount: Repository$2;
|
|
2023
|
+
Portal: Repository;
|
|
2012
2024
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
2013
2025
|
}
|
|
2014
2026
|
|
|
@@ -2018,7 +2030,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
2018
2030
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
2019
2031
|
type Nomalism_IOptions = IOptions;
|
|
2020
2032
|
declare namespace Nomalism {
|
|
2021
|
-
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, 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, 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 };
|
|
2033
|
+
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, 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 };
|
|
2022
2034
|
}
|
|
2023
2035
|
|
|
2024
2036
|
export { Nomalism as default };
|