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