@nomalism-com/api 0.40.81 → 0.40.86
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 -349
- package/dist/index.js +52 -5
- package/package.json +5 -5
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;
|
|
@@ -77,7 +77,7 @@ declare class Repository$1P implements Nomalism$1.Chat.IRepository {
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
type IPaginationResponse$4 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Commissioner.IFindResponse>;
|
|
80
|
-
declare class Repository$
|
|
80
|
+
declare class Repository$1P implements Nomalism$1.Commissioner.IRepository {
|
|
81
81
|
route: string;
|
|
82
82
|
publicRoute: string;
|
|
83
83
|
private api;
|
|
@@ -93,11 +93,11 @@ declare class Repository$1O implements Nomalism$1.Commissioner.IRepository {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
declare namespace commissioner {
|
|
96
|
-
export { type IPaginationResponse$4 as IPaginationResponse, Repository$
|
|
96
|
+
export { type IPaginationResponse$4 as IPaginationResponse, Repository$1P as default };
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
type IPaginationResponse$3 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Country.IFindResponse>;
|
|
100
|
-
declare class Repository$
|
|
100
|
+
declare class Repository$1O implements Nomalism$1.Country.IRepository {
|
|
101
101
|
route: string;
|
|
102
102
|
publicRoute: string;
|
|
103
103
|
private api;
|
|
@@ -113,10 +113,10 @@ declare class Repository$1N implements Nomalism$1.Country.IRepository {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
declare namespace country {
|
|
116
|
-
export { type IPaginationResponse$3 as IPaginationResponse, Repository$
|
|
116
|
+
export { type IPaginationResponse$3 as IPaginationResponse, Repository$1O as default };
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
declare class Repository$
|
|
119
|
+
declare class Repository$1N implements Nomalism$1.DocumentHeader.IRepository {
|
|
120
120
|
route: string;
|
|
121
121
|
publicRoute: string;
|
|
122
122
|
private api;
|
|
@@ -143,10 +143,10 @@ declare class Repository$1M implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
declare namespace documentHeader {
|
|
146
|
-
export { Repository$
|
|
146
|
+
export { Repository$1N as default };
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
declare class Repository$
|
|
149
|
+
declare class Repository$1M implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
150
150
|
route: string;
|
|
151
151
|
publicRoute: string;
|
|
152
152
|
private api;
|
|
@@ -155,10 +155,10 @@ declare class Repository$1L implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
declare namespace documentHeaderHistory {
|
|
158
|
-
export { Repository$
|
|
158
|
+
export { Repository$1M as default };
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
declare class Repository$
|
|
161
|
+
declare class Repository$1L implements Nomalism$1.BillOfLading.IRepository {
|
|
162
162
|
route: string;
|
|
163
163
|
publicRoute: string;
|
|
164
164
|
private api;
|
|
@@ -166,7 +166,7 @@ declare class Repository$1K implements Nomalism$1.BillOfLading.IRepository {
|
|
|
166
166
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
declare class Repository$
|
|
169
|
+
declare class Repository$1K implements Nomalism$1.ProductionOrder.IRepository {
|
|
170
170
|
route: string;
|
|
171
171
|
publicRoute: string;
|
|
172
172
|
private api;
|
|
@@ -174,7 +174,7 @@ declare class Repository$1J implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
174
174
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
declare class Repository$
|
|
177
|
+
declare class Repository$1J implements Nomalism$1.Proforma.IRepository {
|
|
178
178
|
route: string;
|
|
179
179
|
publicRoute: string;
|
|
180
180
|
private api;
|
|
@@ -183,7 +183,7 @@ declare class Repository$1I implements Nomalism$1.Proforma.IRepository {
|
|
|
183
183
|
createFromLines(data: Nomalism$1.Proforma.ICreateFromLinesRequest): Promise<void>;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
declare class Repository$
|
|
186
|
+
declare class Repository$1I implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
187
187
|
route: string;
|
|
188
188
|
publicRoute: string;
|
|
189
189
|
private api;
|
|
@@ -191,7 +191,7 @@ declare class Repository$1H implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
191
191
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
declare class Repository$
|
|
194
|
+
declare class Repository$1H implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
195
195
|
route: string;
|
|
196
196
|
publicRoute: string;
|
|
197
197
|
private api;
|
|
@@ -200,7 +200,7 @@ declare class Repository$1G implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
200
200
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
declare class Repository$
|
|
203
|
+
declare class Repository$1G implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
204
204
|
route: string;
|
|
205
205
|
publicRoute: string;
|
|
206
206
|
private api;
|
|
@@ -209,7 +209,7 @@ declare class Repository$1F implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
209
209
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
declare class Repository$
|
|
212
|
+
declare class Repository$1F implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
213
213
|
route: string;
|
|
214
214
|
publicRoute: string;
|
|
215
215
|
private api;
|
|
@@ -217,7 +217,7 @@ declare class Repository$1E implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
217
217
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
declare class Repository$
|
|
220
|
+
declare class Repository$1E implements Nomalism$1.DocumentLine.IRepository {
|
|
221
221
|
route: string;
|
|
222
222
|
publicRoute: string;
|
|
223
223
|
private api;
|
|
@@ -234,10 +234,10 @@ declare class Repository$1D implements Nomalism$1.DocumentLine.IRepository {
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
declare namespace documentLine {
|
|
237
|
-
export { Repository$
|
|
237
|
+
export { Repository$1E as default };
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
declare class Repository$
|
|
240
|
+
declare class Repository$1D implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
241
241
|
route: string;
|
|
242
242
|
publicRoute: string;
|
|
243
243
|
private api;
|
|
@@ -250,10 +250,10 @@ declare class Repository$1C implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
declare namespace documentLineAssoc {
|
|
253
|
-
export { Repository$
|
|
253
|
+
export { Repository$1D as default };
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
declare class Repository$
|
|
256
|
+
declare class Repository$1C implements Nomalism$1.DocumentType.IApi {
|
|
257
257
|
route: string;
|
|
258
258
|
publicRoute: string;
|
|
259
259
|
private api;
|
|
@@ -267,10 +267,10 @@ declare class Repository$1B implements Nomalism$1.DocumentType.IApi {
|
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
declare namespace documentType {
|
|
270
|
-
export { Repository$
|
|
270
|
+
export { Repository$1C as default };
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
declare class Repository$
|
|
273
|
+
declare class Repository$1B implements Nomalism$1.Favorites.IRepository {
|
|
274
274
|
route: string;
|
|
275
275
|
publicRoute: string;
|
|
276
276
|
private api;
|
|
@@ -282,10 +282,10 @@ declare class Repository$1A implements Nomalism$1.Favorites.IRepository {
|
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
declare namespace favorites {
|
|
285
|
-
export { Repository$
|
|
285
|
+
export { Repository$1B as default };
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
declare class Repository$
|
|
288
|
+
declare class Repository$1A implements Nomalism$1.File.IRepository {
|
|
289
289
|
route: string;
|
|
290
290
|
publicRoute: string;
|
|
291
291
|
private api;
|
|
@@ -297,10 +297,10 @@ declare class Repository$1z implements Nomalism$1.File.IRepository {
|
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
declare namespace file {
|
|
300
|
-
export { Repository$
|
|
300
|
+
export { Repository$1A as default };
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
declare class Repository$
|
|
303
|
+
declare class Repository$1z implements Nomalism$1.GoogleSheets.IController {
|
|
304
304
|
route: string;
|
|
305
305
|
publicRoute: string;
|
|
306
306
|
private api;
|
|
@@ -312,11 +312,11 @@ declare class Repository$1y implements Nomalism$1.GoogleSheets.IController {
|
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
declare namespace googleSheets {
|
|
315
|
-
export { Repository$
|
|
315
|
+
export { Repository$1z as default };
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
319
|
-
declare class Repository$
|
|
319
|
+
declare class Repository$1y implements Nomalism$1.Language.IRepository {
|
|
320
320
|
route: string;
|
|
321
321
|
publicRoute: string;
|
|
322
322
|
private api;
|
|
@@ -331,10 +331,10 @@ declare class Repository$1x implements Nomalism$1.Language.IRepository {
|
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
declare namespace language$1 {
|
|
334
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
334
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1y as default };
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
declare class Repository$
|
|
337
|
+
declare class Repository$1x implements Nomalism$1.Location.IRepository {
|
|
338
338
|
route: string;
|
|
339
339
|
publicRoute: string;
|
|
340
340
|
private api;
|
|
@@ -350,10 +350,10 @@ declare class Repository$1w implements Nomalism$1.Location.IRepository {
|
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
declare namespace location {
|
|
353
|
-
export { Repository$
|
|
353
|
+
export { Repository$1x as default };
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
declare class Repository$
|
|
356
|
+
declare class Repository$1w {
|
|
357
357
|
route: string;
|
|
358
358
|
publicRoute: string;
|
|
359
359
|
private api;
|
|
@@ -362,10 +362,10 @@ declare class Repository$1v {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
declare namespace logout {
|
|
365
|
-
export { Repository$
|
|
365
|
+
export { Repository$1w as default };
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
declare class Repository$
|
|
368
|
+
declare class Repository$1v implements Nomalism$1.Multimedia.IApi {
|
|
369
369
|
route: string;
|
|
370
370
|
publicRoute: string;
|
|
371
371
|
private api;
|
|
@@ -375,10 +375,10 @@ declare class Repository$1u implements Nomalism$1.Multimedia.IApi {
|
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
declare namespace multimedia {
|
|
378
|
-
export { Repository$
|
|
378
|
+
export { Repository$1v as default };
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
declare class Repository$
|
|
381
|
+
declare class Repository$1u implements Nomalism$1.Observation.IApi {
|
|
382
382
|
route: string;
|
|
383
383
|
publicRoute: string;
|
|
384
384
|
private api;
|
|
@@ -391,10 +391,10 @@ declare class Repository$1t implements Nomalism$1.Observation.IApi {
|
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
declare namespace observation {
|
|
394
|
-
export { Repository$
|
|
394
|
+
export { Repository$1u as default };
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
declare class Repository$
|
|
397
|
+
declare class Repository$1t implements Nomalism$1.ObservationType.IApi {
|
|
398
398
|
route: string;
|
|
399
399
|
publicRoute: string;
|
|
400
400
|
private api;
|
|
@@ -407,10 +407,10 @@ declare class Repository$1s implements Nomalism$1.ObservationType.IApi {
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
declare namespace observationType {
|
|
410
|
-
export { Repository$
|
|
410
|
+
export { Repository$1t as default };
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
declare class Repository$
|
|
413
|
+
declare class Repository$1s implements Nomalism$1.Password.IRepository {
|
|
414
414
|
route: string;
|
|
415
415
|
publicRoute: string;
|
|
416
416
|
private api;
|
|
@@ -420,10 +420,10 @@ declare class Repository$1r implements Nomalism$1.Password.IRepository {
|
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
declare namespace password {
|
|
423
|
-
export { Repository$
|
|
423
|
+
export { Repository$1s as default };
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
declare class Repository$
|
|
426
|
+
declare class Repository$1r implements Nomalism$1.ProductImage.IRepository {
|
|
427
427
|
route: string;
|
|
428
428
|
publicRoute: string;
|
|
429
429
|
private api;
|
|
@@ -438,10 +438,10 @@ declare class Repository$1q implements Nomalism$1.ProductImage.IRepository {
|
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
declare namespace productImage {
|
|
441
|
-
export { Repository$
|
|
441
|
+
export { Repository$1r as default };
|
|
442
442
|
}
|
|
443
443
|
|
|
444
|
-
declare class Repository$
|
|
444
|
+
declare class Repository$1q implements Nomalism$1.Promotion.IRepository {
|
|
445
445
|
route: string;
|
|
446
446
|
publicRoute: string;
|
|
447
447
|
private api;
|
|
@@ -458,10 +458,10 @@ declare class Repository$1p implements Nomalism$1.Promotion.IRepository {
|
|
|
458
458
|
}
|
|
459
459
|
|
|
460
460
|
declare namespace promotion {
|
|
461
|
-
export { Repository$
|
|
461
|
+
export { Repository$1q as default };
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
declare class Repository$
|
|
464
|
+
declare class Repository$1p implements Nomalism$1.PromotionAssoc.IRepository {
|
|
465
465
|
route: string;
|
|
466
466
|
publicRoute: string;
|
|
467
467
|
private api;
|
|
@@ -476,10 +476,10 @@ declare class Repository$1o implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
476
476
|
}
|
|
477
477
|
|
|
478
478
|
declare namespace promotionAssoc {
|
|
479
|
-
export { Repository$
|
|
479
|
+
export { Repository$1p as default };
|
|
480
480
|
}
|
|
481
481
|
|
|
482
|
-
declare class Repository$
|
|
482
|
+
declare class Repository$1o implements Nomalism$1.Providers.IRepository {
|
|
483
483
|
route: string;
|
|
484
484
|
publicRoute: string;
|
|
485
485
|
private api;
|
|
@@ -498,11 +498,11 @@ declare class Repository$1n implements Nomalism$1.Providers.IRepository {
|
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
declare namespace provider {
|
|
501
|
-
export { Repository$
|
|
501
|
+
export { Repository$1o as default };
|
|
502
502
|
}
|
|
503
503
|
|
|
504
504
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
505
|
-
declare class Repository$
|
|
505
|
+
declare class Repository$1n implements Nomalism$1.ProviderType.IRepository {
|
|
506
506
|
route: string;
|
|
507
507
|
publicRoute: string;
|
|
508
508
|
private api;
|
|
@@ -517,10 +517,10 @@ declare class Repository$1m implements Nomalism$1.ProviderType.IRepository {
|
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
declare namespace providerType {
|
|
520
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
520
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1n as default };
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
declare class Repository$
|
|
523
|
+
declare class Repository$1m implements Nomalism$1.PurchaseConditions.IRepository {
|
|
524
524
|
route: string;
|
|
525
525
|
publicRoute: string;
|
|
526
526
|
private api;
|
|
@@ -535,10 +535,10 @@ declare class Repository$1l implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
declare namespace purchaseCondition {
|
|
538
|
-
export { Repository$
|
|
538
|
+
export { Repository$1m as default };
|
|
539
539
|
}
|
|
540
540
|
|
|
541
|
-
declare class Repository$
|
|
541
|
+
declare class Repository$1l implements Nomalism$1.ReasonForExemption.IRepository {
|
|
542
542
|
route: string;
|
|
543
543
|
publicRoute: string;
|
|
544
544
|
private api;
|
|
@@ -553,10 +553,10 @@ declare class Repository$1k implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
declare namespace reasonForExemption {
|
|
556
|
-
export { Repository$
|
|
556
|
+
export { Repository$1l as default };
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
declare class Repository$
|
|
559
|
+
declare class Repository$1k implements Nomalism$1.RefreshToken.IRepository {
|
|
560
560
|
route: string;
|
|
561
561
|
publicRoute: string;
|
|
562
562
|
private api;
|
|
@@ -565,10 +565,10 @@ declare class Repository$1j implements Nomalism$1.RefreshToken.IRepository {
|
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
declare namespace refreshToken {
|
|
568
|
-
export { Repository$
|
|
568
|
+
export { Repository$1k as default };
|
|
569
569
|
}
|
|
570
570
|
|
|
571
|
-
declare class Repository$
|
|
571
|
+
declare class Repository$1j implements Nomalism$1.SegmentsArea.IRepository {
|
|
572
572
|
route: string;
|
|
573
573
|
publicRoute: string;
|
|
574
574
|
private api;
|
|
@@ -583,10 +583,10 @@ declare class Repository$1i implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
583
583
|
}
|
|
584
584
|
|
|
585
585
|
declare namespace segmentsArea {
|
|
586
|
-
export { Repository$
|
|
586
|
+
export { Repository$1j as default };
|
|
587
587
|
}
|
|
588
588
|
|
|
589
|
-
declare class Repository$
|
|
589
|
+
declare class Repository$1i implements Nomalism$1.Sessions.IRepository {
|
|
590
590
|
route: string;
|
|
591
591
|
publicRoute: string;
|
|
592
592
|
private api;
|
|
@@ -595,10 +595,10 @@ declare class Repository$1h implements Nomalism$1.Sessions.IRepository {
|
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
declare namespace sessions {
|
|
598
|
-
export { Repository$
|
|
598
|
+
export { Repository$1i as default };
|
|
599
599
|
}
|
|
600
600
|
|
|
601
|
-
declare class Repository$
|
|
601
|
+
declare class Repository$1h implements Nomalism$1.Shippings.IRepository {
|
|
602
602
|
route: string;
|
|
603
603
|
publicRoute: string;
|
|
604
604
|
private api;
|
|
@@ -613,10 +613,10 @@ declare class Repository$1g implements Nomalism$1.Shippings.IRepository {
|
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
declare namespace shippings {
|
|
616
|
-
export { Repository$
|
|
616
|
+
export { Repository$1h as default };
|
|
617
617
|
}
|
|
618
618
|
|
|
619
|
-
declare class Repository$
|
|
619
|
+
declare class Repository$1g implements Nomalism$1.StoreOperator.IRepository {
|
|
620
620
|
route: string;
|
|
621
621
|
publicRoute: string;
|
|
622
622
|
private api;
|
|
@@ -631,11 +631,11 @@ declare class Repository$1f implements Nomalism$1.StoreOperator.IRepository {
|
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
declare namespace storeOperator {
|
|
634
|
-
export { Repository$
|
|
634
|
+
export { Repository$1g as default };
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
638
|
-
declare class Repository$
|
|
638
|
+
declare class Repository$1f implements Nomalism$1.Swift.IRepository {
|
|
639
639
|
route: string;
|
|
640
640
|
publicRoute: string;
|
|
641
641
|
private api;
|
|
@@ -651,10 +651,10 @@ declare class Repository$1e implements Nomalism$1.Swift.IRepository {
|
|
|
651
651
|
|
|
652
652
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
653
653
|
declare namespace swift {
|
|
654
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
654
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1f as default };
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
declare class Repository$
|
|
657
|
+
declare class Repository$1e implements Nomalism$1.TypeOfLocation.IRepository {
|
|
658
658
|
route: string;
|
|
659
659
|
publicRoute: string;
|
|
660
660
|
private api;
|
|
@@ -670,10 +670,10 @@ declare class Repository$1d implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
670
670
|
}
|
|
671
671
|
|
|
672
672
|
declare namespace typeOfLocation {
|
|
673
|
-
export { Repository$
|
|
673
|
+
export { Repository$1e as default };
|
|
674
674
|
}
|
|
675
675
|
|
|
676
|
-
declare class Repository$
|
|
676
|
+
declare class Repository$1d implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
677
677
|
route: string;
|
|
678
678
|
publicRoute: string;
|
|
679
679
|
private api;
|
|
@@ -689,10 +689,10 @@ declare class Repository$1c implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
declare namespace unitOfMeasure {
|
|
692
|
-
export { Repository$
|
|
692
|
+
export { Repository$1d as default };
|
|
693
693
|
}
|
|
694
694
|
|
|
695
|
-
declare class Repository$
|
|
695
|
+
declare class Repository$1c implements Nomalism$1.UserPositions.IRepository {
|
|
696
696
|
route: string;
|
|
697
697
|
publicRoute: string;
|
|
698
698
|
private api;
|
|
@@ -707,10 +707,10 @@ declare class Repository$1b implements Nomalism$1.UserPositions.IRepository {
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
declare namespace userPositions {
|
|
710
|
-
export { Repository$
|
|
710
|
+
export { Repository$1c as default };
|
|
711
711
|
}
|
|
712
712
|
|
|
713
|
-
declare class Repository$
|
|
713
|
+
declare class Repository$1b implements Nomalism$1.Users.IApi {
|
|
714
714
|
route: string;
|
|
715
715
|
publicRoute: string;
|
|
716
716
|
private api;
|
|
@@ -727,10 +727,10 @@ declare class Repository$1a implements Nomalism$1.Users.IApi {
|
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
declare namespace user {
|
|
730
|
-
export { Repository$
|
|
730
|
+
export { Repository$1b as default };
|
|
731
731
|
}
|
|
732
732
|
|
|
733
|
-
declare class Repository$
|
|
733
|
+
declare class Repository$1a implements Nomalism$1.VatTax.IRepository {
|
|
734
734
|
route: string;
|
|
735
735
|
publicRoute: string;
|
|
736
736
|
private api;
|
|
@@ -746,10 +746,10 @@ declare class Repository$19 implements Nomalism$1.VatTax.IRepository {
|
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
declare namespace vatTax {
|
|
749
|
-
export { Repository$
|
|
749
|
+
export { Repository$1a as default };
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
-
declare class Repository$
|
|
752
|
+
declare class Repository$19 implements Nomalism$1.VatTaxZone.IRepository {
|
|
753
753
|
route: string;
|
|
754
754
|
publicRoute: string;
|
|
755
755
|
private api;
|
|
@@ -765,10 +765,10 @@ declare class Repository$18 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
declare namespace vatTaxZone {
|
|
768
|
-
export { Repository$
|
|
768
|
+
export { Repository$19 as default };
|
|
769
769
|
}
|
|
770
770
|
|
|
771
|
-
declare class Repository$
|
|
771
|
+
declare class Repository$18 implements Nomalism$1.Workflow.IApi {
|
|
772
772
|
route: string;
|
|
773
773
|
publicRoute: string;
|
|
774
774
|
private api;
|
|
@@ -781,10 +781,10 @@ declare class Repository$17 implements Nomalism$1.Workflow.IApi {
|
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
declare namespace workflow {
|
|
784
|
-
export { Repository$
|
|
784
|
+
export { Repository$18 as default };
|
|
785
785
|
}
|
|
786
786
|
|
|
787
|
-
declare class Repository$
|
|
787
|
+
declare class Repository$17 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
788
788
|
route: string;
|
|
789
789
|
publicRoute: string;
|
|
790
790
|
private api;
|
|
@@ -798,10 +798,10 @@ declare class Repository$16 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
798
798
|
}
|
|
799
799
|
|
|
800
800
|
declare namespace deliveryMethods {
|
|
801
|
-
export { Repository$
|
|
801
|
+
export { Repository$17 as default };
|
|
802
802
|
}
|
|
803
803
|
|
|
804
|
-
declare class Repository$
|
|
804
|
+
declare class Repository$16 implements Nomalism$1.MaturityDates.IRepository {
|
|
805
805
|
route: string;
|
|
806
806
|
publicRoute: string;
|
|
807
807
|
private api;
|
|
@@ -815,10 +815,10 @@ declare class Repository$15 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
declare namespace maturityDates {
|
|
818
|
-
export { Repository$
|
|
818
|
+
export { Repository$16 as default };
|
|
819
819
|
}
|
|
820
820
|
|
|
821
|
-
declare class Repository$
|
|
821
|
+
declare class Repository$15 implements Nomalism$1.PaymentMethods.IRepository {
|
|
822
822
|
route: string;
|
|
823
823
|
publicRoute: string;
|
|
824
824
|
private api;
|
|
@@ -832,10 +832,10 @@ declare class Repository$14 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
832
832
|
}
|
|
833
833
|
|
|
834
834
|
declare namespace paymentMethods {
|
|
835
|
-
export { Repository$
|
|
835
|
+
export { Repository$15 as default };
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
declare class Repository$
|
|
838
|
+
declare class Repository$14 implements Nomalism$1.Vehicles.IApi {
|
|
839
839
|
route: string;
|
|
840
840
|
publicRoute: string;
|
|
841
841
|
private api;
|
|
@@ -847,10 +847,10 @@ declare class Repository$13 implements Nomalism$1.Vehicles.IApi {
|
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
declare namespace vehicles {
|
|
850
|
-
export { Repository$
|
|
850
|
+
export { Repository$14 as default };
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
declare class Repository$
|
|
853
|
+
declare class Repository$13 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
854
854
|
route: string;
|
|
855
855
|
publicRoute: string;
|
|
856
856
|
private api;
|
|
@@ -860,10 +860,10 @@ declare class Repository$12 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
860
860
|
}
|
|
861
861
|
|
|
862
862
|
declare namespace externalDocumentType {
|
|
863
|
-
export { Repository$
|
|
863
|
+
export { Repository$13 as default };
|
|
864
864
|
}
|
|
865
865
|
|
|
866
|
-
declare class Repository$
|
|
866
|
+
declare class Repository$12 implements Nomalism$1.DocumentSet.IRepository {
|
|
867
867
|
route: string;
|
|
868
868
|
publicRoute: string;
|
|
869
869
|
private api;
|
|
@@ -877,10 +877,10 @@ declare class Repository$11 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
877
877
|
}
|
|
878
878
|
|
|
879
879
|
declare namespace documentSet {
|
|
880
|
-
export { Repository$
|
|
880
|
+
export { Repository$12 as default };
|
|
881
881
|
}
|
|
882
882
|
|
|
883
|
-
declare class Repository$
|
|
883
|
+
declare class Repository$11 implements Nomalism$1.Payment.IRepository {
|
|
884
884
|
route: string;
|
|
885
885
|
publicRoute: string;
|
|
886
886
|
private api;
|
|
@@ -895,10 +895,10 @@ declare class Repository$10 implements Nomalism$1.Payment.IRepository {
|
|
|
895
895
|
}
|
|
896
896
|
|
|
897
897
|
declare namespace payment {
|
|
898
|
-
export { Repository$
|
|
898
|
+
export { Repository$11 as default };
|
|
899
899
|
}
|
|
900
900
|
|
|
901
|
-
declare class Repository
|
|
901
|
+
declare class Repository$10 implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
902
902
|
route: string;
|
|
903
903
|
publicRoute: string;
|
|
904
904
|
private api;
|
|
@@ -914,10 +914,10 @@ declare class Repository$$ implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
914
914
|
}
|
|
915
915
|
|
|
916
916
|
declare namespace externalDocumentHeader {
|
|
917
|
-
export { Repository
|
|
917
|
+
export { Repository$10 as default };
|
|
918
918
|
}
|
|
919
919
|
|
|
920
|
-
declare class Repository
|
|
920
|
+
declare class Repository$$ implements Nomalism$1.VatValidation.IRepository {
|
|
921
921
|
route: string;
|
|
922
922
|
publicRoute: string;
|
|
923
923
|
private api;
|
|
@@ -926,10 +926,10 @@ declare class Repository$_ implements Nomalism$1.VatValidation.IRepository {
|
|
|
926
926
|
}
|
|
927
927
|
|
|
928
928
|
declare namespace vatValidation {
|
|
929
|
-
export { Repository
|
|
929
|
+
export { Repository$$ as default };
|
|
930
930
|
}
|
|
931
931
|
|
|
932
|
-
declare class Repository$
|
|
932
|
+
declare class Repository$_ implements Nomalism$1.StockMovement.IRepository {
|
|
933
933
|
route: string;
|
|
934
934
|
publicRoute: string;
|
|
935
935
|
private api;
|
|
@@ -942,10 +942,10 @@ declare class Repository$Z implements Nomalism$1.StockMovement.IRepository {
|
|
|
942
942
|
}
|
|
943
943
|
|
|
944
944
|
declare namespace stockMovement {
|
|
945
|
-
export { Repository$
|
|
945
|
+
export { Repository$_ as default };
|
|
946
946
|
}
|
|
947
947
|
|
|
948
|
-
declare class Repository$
|
|
948
|
+
declare class Repository$Z implements Nomalism$1.ZipCode.IRepository {
|
|
949
949
|
route: string;
|
|
950
950
|
publicRoute: string;
|
|
951
951
|
private api;
|
|
@@ -955,10 +955,10 @@ declare class Repository$Y implements Nomalism$1.ZipCode.IRepository {
|
|
|
955
955
|
}
|
|
956
956
|
|
|
957
957
|
declare namespace zipCode {
|
|
958
|
-
export { Repository$
|
|
958
|
+
export { Repository$Z as default };
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
-
declare class Repository$
|
|
961
|
+
declare class Repository$Y implements Nomalism$1.Tenant.IRepository {
|
|
962
962
|
route: string;
|
|
963
963
|
publicRoute: string;
|
|
964
964
|
private api;
|
|
@@ -970,10 +970,10 @@ declare class Repository$X implements Nomalism$1.Tenant.IRepository {
|
|
|
970
970
|
}
|
|
971
971
|
|
|
972
972
|
declare namespace tenant {
|
|
973
|
-
export { Repository$
|
|
973
|
+
export { Repository$Y as default };
|
|
974
974
|
}
|
|
975
975
|
|
|
976
|
-
declare class Repository$
|
|
976
|
+
declare class Repository$X implements Nomalism$1.PreSale.IRepository {
|
|
977
977
|
route: string;
|
|
978
978
|
publicRoute: string;
|
|
979
979
|
private api;
|
|
@@ -989,10 +989,10 @@ declare class Repository$W implements Nomalism$1.PreSale.IRepository {
|
|
|
989
989
|
}
|
|
990
990
|
|
|
991
991
|
declare namespace preSale {
|
|
992
|
-
export { Repository$
|
|
992
|
+
export { Repository$X as default };
|
|
993
993
|
}
|
|
994
994
|
|
|
995
|
-
declare class Repository$
|
|
995
|
+
declare class Repository$W implements Nomalism$1.PreSaleProduct.IRepository {
|
|
996
996
|
route: string;
|
|
997
997
|
publicRoute: string;
|
|
998
998
|
private api;
|
|
@@ -1002,10 +1002,10 @@ declare class Repository$V implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
|
|
1004
1004
|
declare namespace preSaleProduct {
|
|
1005
|
-
export { Repository$
|
|
1005
|
+
export { Repository$W as default };
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
|
-
declare class Repository$
|
|
1008
|
+
declare class Repository$V implements Nomalism$1.OrderManagement.IRepository {
|
|
1009
1009
|
route: string;
|
|
1010
1010
|
publicRoute: string;
|
|
1011
1011
|
private api;
|
|
@@ -1015,10 +1015,10 @@ declare class Repository$U implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
1017
|
declare namespace orderManagement {
|
|
1018
|
-
export { Repository$
|
|
1018
|
+
export { Repository$V as default };
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
1021
|
-
declare class Repository$
|
|
1021
|
+
declare class Repository$U implements Nomalism$1.Npc.IRepository {
|
|
1022
1022
|
route: string;
|
|
1023
1023
|
publicRoute: string;
|
|
1024
1024
|
private api;
|
|
@@ -1029,10 +1029,10 @@ declare class Repository$T implements Nomalism$1.Npc.IRepository {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
declare namespace npc {
|
|
1032
|
-
export { Repository$
|
|
1032
|
+
export { Repository$U as default };
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
1035
|
-
declare class Repository$
|
|
1035
|
+
declare class Repository$T implements Nomalism$1.Printer.IRepository {
|
|
1036
1036
|
route: string;
|
|
1037
1037
|
publicRoute: string;
|
|
1038
1038
|
private api;
|
|
@@ -1045,10 +1045,10 @@ declare class Repository$S implements Nomalism$1.Printer.IRepository {
|
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
1047
|
declare namespace printer {
|
|
1048
|
-
export { Repository$
|
|
1048
|
+
export { Repository$T as default };
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
|
-
declare class Repository$
|
|
1051
|
+
declare class Repository$S implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1052
1052
|
route: string;
|
|
1053
1053
|
publicRoute: string;
|
|
1054
1054
|
private api;
|
|
@@ -1061,10 +1061,10 @@ declare class Repository$R implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
1063
|
declare namespace schedulePrintJob {
|
|
1064
|
-
export { Repository$
|
|
1064
|
+
export { Repository$S as default };
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
declare class Repository$
|
|
1067
|
+
declare class Repository$R implements Nomalism$1.QueryList.IRepository {
|
|
1068
1068
|
route: string;
|
|
1069
1069
|
publicRoute: string;
|
|
1070
1070
|
private api;
|
|
@@ -1079,10 +1079,10 @@ declare class Repository$Q implements Nomalism$1.QueryList.IRepository {
|
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
1081
|
declare namespace queryList {
|
|
1082
|
-
export { Repository$
|
|
1082
|
+
export { Repository$R as default };
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
|
-
declare class Repository$
|
|
1085
|
+
declare class Repository$Q implements Nomalism$1.QueryParameter.IRepository {
|
|
1086
1086
|
route: string;
|
|
1087
1087
|
publicRoute: string;
|
|
1088
1088
|
private api;
|
|
@@ -1096,10 +1096,10 @@ declare class Repository$P implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1096
1096
|
}
|
|
1097
1097
|
|
|
1098
1098
|
declare namespace queryParameter {
|
|
1099
|
-
export { Repository$
|
|
1099
|
+
export { Repository$Q as default };
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
declare class Repository$
|
|
1102
|
+
declare class Repository$P implements Nomalism$1.ReturnReason.IRepository {
|
|
1103
1103
|
route: string;
|
|
1104
1104
|
publicRoute: string;
|
|
1105
1105
|
private api;
|
|
@@ -1111,10 +1111,10 @@ declare class Repository$O implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
1113
|
declare namespace returnReason {
|
|
1114
|
-
export { Repository$
|
|
1114
|
+
export { Repository$P as default };
|
|
1115
1115
|
}
|
|
1116
1116
|
|
|
1117
|
-
declare class Repository$
|
|
1117
|
+
declare class Repository$O implements Nomalism$1.PropostaSheets.IRepository {
|
|
1118
1118
|
route: string;
|
|
1119
1119
|
publicRoute: string;
|
|
1120
1120
|
private api;
|
|
@@ -1132,10 +1132,10 @@ declare class Repository$N implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1132
1132
|
}
|
|
1133
1133
|
|
|
1134
1134
|
declare namespace propostaSheets {
|
|
1135
|
-
export { Repository$
|
|
1135
|
+
export { Repository$O as default };
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
|
-
declare class Repository$
|
|
1138
|
+
declare class Repository$N implements Nomalism$1.Schedule.IRepository {
|
|
1139
1139
|
route: string;
|
|
1140
1140
|
publicRoute: string;
|
|
1141
1141
|
private api;
|
|
@@ -1144,10 +1144,10 @@ declare class Repository$M implements Nomalism$1.Schedule.IRepository {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
1146
|
declare namespace schedule {
|
|
1147
|
-
export { Repository$
|
|
1147
|
+
export { Repository$N as default };
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
|
-
declare class Repository$
|
|
1150
|
+
declare class Repository$M implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1151
1151
|
route: string;
|
|
1152
1152
|
publicRoute: string;
|
|
1153
1153
|
private api;
|
|
@@ -1159,10 +1159,10 @@ declare class Repository$L implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
1161
|
declare namespace googleFilePermission {
|
|
1162
|
-
export { Repository$
|
|
1162
|
+
export { Repository$M as default };
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
|
-
declare class Repository$
|
|
1165
|
+
declare class Repository$L implements Nomalism$1.Settings.IRepository {
|
|
1166
1166
|
route: string;
|
|
1167
1167
|
publicRoute: string;
|
|
1168
1168
|
private api;
|
|
@@ -1175,10 +1175,10 @@ declare class Repository$K implements Nomalism$1.Settings.IRepository {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
|
|
1177
1177
|
declare namespace settings {
|
|
1178
|
-
export { Repository$
|
|
1178
|
+
export { Repository$L as default };
|
|
1179
1179
|
}
|
|
1180
1180
|
|
|
1181
|
-
declare class Repository$
|
|
1181
|
+
declare class Repository$K implements Nomalism$1.Tickets.IRepository {
|
|
1182
1182
|
route: string;
|
|
1183
1183
|
publicRoute: string;
|
|
1184
1184
|
private api;
|
|
@@ -1190,10 +1190,10 @@ declare class Repository$J implements Nomalism$1.Tickets.IRepository {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
1192
|
declare namespace tickets {
|
|
1193
|
-
export { Repository$
|
|
1193
|
+
export { Repository$K as default };
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
|
-
declare class Repository$
|
|
1196
|
+
declare class Repository$J implements Nomalism$1.Channel.IRepository {
|
|
1197
1197
|
route: string;
|
|
1198
1198
|
publicRoute: string;
|
|
1199
1199
|
private api;
|
|
@@ -1207,10 +1207,10 @@ declare class Repository$I implements Nomalism$1.Channel.IRepository {
|
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
1209
|
declare namespace channel {
|
|
1210
|
-
export { Repository$
|
|
1210
|
+
export { Repository$J as default };
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
-
declare class Repository$
|
|
1213
|
+
declare class Repository$I implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1214
1214
|
route: string;
|
|
1215
1215
|
publicRoute: string;
|
|
1216
1216
|
private api;
|
|
@@ -1224,10 +1224,10 @@ declare class Repository$H implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
1226
|
declare namespace language {
|
|
1227
|
-
export { Repository$
|
|
1227
|
+
export { Repository$I as default };
|
|
1228
1228
|
}
|
|
1229
1229
|
|
|
1230
|
-
declare class Repository$
|
|
1230
|
+
declare class Repository$H implements Nomalism$1.CLT.IRepository {
|
|
1231
1231
|
route: string;
|
|
1232
1232
|
publicRoute: string;
|
|
1233
1233
|
private api;
|
|
@@ -1241,10 +1241,10 @@ declare class Repository$G implements Nomalism$1.CLT.IRepository {
|
|
|
1241
1241
|
}
|
|
1242
1242
|
|
|
1243
1243
|
declare namespace clt {
|
|
1244
|
-
export { Repository$
|
|
1244
|
+
export { Repository$H as default };
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
1247
|
-
declare class Repository$
|
|
1247
|
+
declare class Repository$G implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1248
1248
|
route: string;
|
|
1249
1249
|
publicRoute: string;
|
|
1250
1250
|
private api;
|
|
@@ -1253,10 +1253,10 @@ declare class Repository$F implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
1255
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1256
|
-
export { Repository$
|
|
1256
|
+
export { Repository$G as default };
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
declare class Repository$
|
|
1259
|
+
declare class Repository$F implements Nomalism$1.Persona.IRepository {
|
|
1260
1260
|
route: string;
|
|
1261
1261
|
publicRoute: string;
|
|
1262
1262
|
private api;
|
|
@@ -1275,10 +1275,10 @@ declare class Repository$E implements Nomalism$1.Persona.IRepository {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
1277
|
declare namespace persona {
|
|
1278
|
-
export { Repository$
|
|
1278
|
+
export { Repository$F as default };
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
declare class Repository$
|
|
1281
|
+
declare class Repository$E implements Nomalism$1.ProjectInfo.IController {
|
|
1282
1282
|
route: string;
|
|
1283
1283
|
publicRoute: string;
|
|
1284
1284
|
private api;
|
|
@@ -1287,10 +1287,10 @@ declare class Repository$D implements Nomalism$1.ProjectInfo.IController {
|
|
|
1287
1287
|
}
|
|
1288
1288
|
|
|
1289
1289
|
declare namespace projectInfo {
|
|
1290
|
-
export { Repository$
|
|
1290
|
+
export { Repository$E as default };
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
|
-
declare class Repository$
|
|
1293
|
+
declare class Repository$D implements Nomalism$1.Order.IRepository {
|
|
1294
1294
|
route: string;
|
|
1295
1295
|
publicRoute: string;
|
|
1296
1296
|
private api;
|
|
@@ -1305,10 +1305,10 @@ declare class Repository$C implements Nomalism$1.Order.IRepository {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
1307
|
declare namespace order {
|
|
1308
|
-
export { Repository$
|
|
1308
|
+
export { Repository$D as default };
|
|
1309
1309
|
}
|
|
1310
1310
|
|
|
1311
|
-
declare class Repository$
|
|
1311
|
+
declare class Repository$C implements Nomalism$1.Purchase.IApi {
|
|
1312
1312
|
route: string;
|
|
1313
1313
|
publicRoute: string;
|
|
1314
1314
|
private api;
|
|
@@ -1321,10 +1321,10 @@ declare class Repository$B implements Nomalism$1.Purchase.IApi {
|
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
1323
|
declare namespace purchase {
|
|
1324
|
-
export { Repository$
|
|
1324
|
+
export { Repository$C as default };
|
|
1325
1325
|
}
|
|
1326
1326
|
|
|
1327
|
-
declare class Repository$
|
|
1327
|
+
declare class Repository$B implements Nomalism$1.MaterialEntrance.IApi {
|
|
1328
1328
|
route: string;
|
|
1329
1329
|
publicRoute: string;
|
|
1330
1330
|
private api;
|
|
@@ -1338,10 +1338,10 @@ declare class Repository$A implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
1340
|
declare namespace materialEntrance {
|
|
1341
|
-
export { Repository$
|
|
1341
|
+
export { Repository$B as default };
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
|
-
declare class Repository$
|
|
1344
|
+
declare class Repository$A implements Nomalism$1.Transformado.IRepository {
|
|
1345
1345
|
route: string;
|
|
1346
1346
|
publicRoute: string;
|
|
1347
1347
|
private api;
|
|
@@ -1351,10 +1351,10 @@ declare class Repository$z implements Nomalism$1.Transformado.IRepository {
|
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
1353
|
declare namespace transformado {
|
|
1354
|
-
export { Repository$
|
|
1354
|
+
export { Repository$A as default };
|
|
1355
1355
|
}
|
|
1356
1356
|
|
|
1357
|
-
declare class Repository$
|
|
1357
|
+
declare class Repository$z implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1358
1358
|
route: string;
|
|
1359
1359
|
publicRoute: string;
|
|
1360
1360
|
private api;
|
|
@@ -1363,10 +1363,10 @@ declare class Repository$y implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
1365
|
declare namespace upfrontReturn {
|
|
1366
|
-
export { Repository$
|
|
1366
|
+
export { Repository$z as default };
|
|
1367
1367
|
}
|
|
1368
1368
|
|
|
1369
|
-
declare class Repository$
|
|
1369
|
+
declare class Repository$y implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1370
1370
|
route: string;
|
|
1371
1371
|
publicRoute: string;
|
|
1372
1372
|
private api;
|
|
@@ -1378,10 +1378,10 @@ declare class Repository$x implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
1380
|
declare namespace savedEmPicking {
|
|
1381
|
-
export { Repository$
|
|
1381
|
+
export { Repository$y as default };
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
|
-
declare class Repository$
|
|
1384
|
+
declare class Repository$x implements Nomalism$1.EmailTemplate.IRepository {
|
|
1385
1385
|
route: string;
|
|
1386
1386
|
publicRoute: string;
|
|
1387
1387
|
private api;
|
|
@@ -1394,10 +1394,10 @@ declare class Repository$w implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1394
1394
|
}
|
|
1395
1395
|
|
|
1396
1396
|
declare namespace emailTemplate {
|
|
1397
|
-
export { Repository$
|
|
1397
|
+
export { Repository$x as default };
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
|
-
declare class Repository$
|
|
1400
|
+
declare class Repository$w implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1401
1401
|
route: string;
|
|
1402
1402
|
publicRoute: string;
|
|
1403
1403
|
private api;
|
|
@@ -1407,10 +1407,10 @@ declare class Repository$v implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1407
1407
|
}
|
|
1408
1408
|
|
|
1409
1409
|
declare namespace emailTemplateAttachment {
|
|
1410
|
-
export { Repository$
|
|
1410
|
+
export { Repository$w as default };
|
|
1411
1411
|
}
|
|
1412
1412
|
|
|
1413
|
-
declare class Repository$
|
|
1413
|
+
declare class Repository$v implements Nomalism$1.Prison.IRepository {
|
|
1414
1414
|
route: string;
|
|
1415
1415
|
publicRoute: string;
|
|
1416
1416
|
private api;
|
|
@@ -1424,10 +1424,10 @@ declare class Repository$u implements Nomalism$1.Prison.IRepository {
|
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
1426
|
declare namespace prison {
|
|
1427
|
-
export { Repository$
|
|
1427
|
+
export { Repository$v as default };
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
|
-
declare class Repository$
|
|
1430
|
+
declare class Repository$u implements Nomalism$1.Quebra.IRepository {
|
|
1431
1431
|
route: string;
|
|
1432
1432
|
publicRoute: string;
|
|
1433
1433
|
private api;
|
|
@@ -1440,10 +1440,10 @@ declare class Repository$t implements Nomalism$1.Quebra.IRepository {
|
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
1442
1442
|
declare namespace quebra {
|
|
1443
|
-
export { Repository$
|
|
1443
|
+
export { Repository$u as default };
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
1446
|
-
declare class Repository$
|
|
1446
|
+
declare class Repository$t implements Nomalism$1.Inventario.IRepository {
|
|
1447
1447
|
route: string;
|
|
1448
1448
|
publicRoute: string;
|
|
1449
1449
|
private api;
|
|
@@ -1453,10 +1453,10 @@ declare class Repository$s implements Nomalism$1.Inventario.IRepository {
|
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
1455
|
declare namespace inventario {
|
|
1456
|
-
export { Repository$
|
|
1456
|
+
export { Repository$t as default };
|
|
1457
1457
|
}
|
|
1458
1458
|
|
|
1459
|
-
declare class Repository$
|
|
1459
|
+
declare class Repository$s implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1460
1460
|
route: string;
|
|
1461
1461
|
publicRoute: string;
|
|
1462
1462
|
private api;
|
|
@@ -1467,10 +1467,10 @@ declare class Repository$r implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1467
1467
|
}
|
|
1468
1468
|
|
|
1469
1469
|
declare namespace returnToProvider {
|
|
1470
|
-
export { Repository$
|
|
1470
|
+
export { Repository$s as default };
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
1473
|
-
declare class Repository$
|
|
1473
|
+
declare class Repository$r implements Nomalism$1.EmailVerification.IApi {
|
|
1474
1474
|
route: string;
|
|
1475
1475
|
publicRoute: string;
|
|
1476
1476
|
private api;
|
|
@@ -1481,10 +1481,10 @@ declare class Repository$q implements Nomalism$1.EmailVerification.IApi {
|
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
declare namespace emailVerification {
|
|
1484
|
-
export { Repository$
|
|
1484
|
+
export { Repository$r as default };
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
|
-
declare class Repository$
|
|
1487
|
+
declare class Repository$q implements Nomalism$1.EmailLog.IApi {
|
|
1488
1488
|
route: string;
|
|
1489
1489
|
publicRoute: string;
|
|
1490
1490
|
private api;
|
|
@@ -1496,10 +1496,10 @@ declare class Repository$p implements Nomalism$1.EmailLog.IApi {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
1498
|
declare namespace emailLog {
|
|
1499
|
-
export { Repository$
|
|
1499
|
+
export { Repository$q as default };
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
1502
|
-
declare class Repository$
|
|
1502
|
+
declare class Repository$p implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1503
1503
|
route: string;
|
|
1504
1504
|
publicRoute: string;
|
|
1505
1505
|
private api;
|
|
@@ -1508,10 +1508,10 @@ declare class Repository$o implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
1510
|
declare namespace documentLineNote {
|
|
1511
|
-
export { Repository$
|
|
1511
|
+
export { Repository$p as default };
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
declare class Repository$
|
|
1514
|
+
declare class Repository$o implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1515
1515
|
route: string;
|
|
1516
1516
|
publicRoute: string;
|
|
1517
1517
|
private api;
|
|
@@ -1521,10 +1521,10 @@ declare class Repository$n implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
1523
|
declare namespace savedProviderProposal {
|
|
1524
|
-
export { Repository$
|
|
1524
|
+
export { Repository$o as default };
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
|
-
declare class Repository$
|
|
1527
|
+
declare class Repository$n implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1528
1528
|
route: string;
|
|
1529
1529
|
publicRoute: string;
|
|
1530
1530
|
private api;
|
|
@@ -1555,10 +1555,10 @@ declare class Repository$m implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
1557
|
declare namespace productGoogleSheets {
|
|
1558
|
-
export { Repository$
|
|
1558
|
+
export { Repository$n as default };
|
|
1559
1559
|
}
|
|
1560
1560
|
|
|
1561
|
-
declare class Repository$
|
|
1561
|
+
declare class Repository$m implements Nomalism$1.Task.IRepository {
|
|
1562
1562
|
route: string;
|
|
1563
1563
|
publicRoute: string;
|
|
1564
1564
|
private api;
|
|
@@ -1573,10 +1573,10 @@ declare class Repository$l implements Nomalism$1.Task.IRepository {
|
|
|
1573
1573
|
}
|
|
1574
1574
|
|
|
1575
1575
|
declare namespace task {
|
|
1576
|
-
export { Repository$
|
|
1576
|
+
export { Repository$m as default };
|
|
1577
1577
|
}
|
|
1578
1578
|
|
|
1579
|
-
declare class Repository$
|
|
1579
|
+
declare class Repository$l implements Nomalism$1.TaskMessage.IRepository {
|
|
1580
1580
|
route: string;
|
|
1581
1581
|
publicRoute: string;
|
|
1582
1582
|
private api;
|
|
@@ -1587,10 +1587,10 @@ declare class Repository$k implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
1589
|
declare namespace taskMessage {
|
|
1590
|
-
export { Repository$
|
|
1590
|
+
export { Repository$l as default };
|
|
1591
1591
|
}
|
|
1592
1592
|
|
|
1593
|
-
declare class Repository$
|
|
1593
|
+
declare class Repository$k implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1594
1594
|
route: string;
|
|
1595
1595
|
publicRoute: string;
|
|
1596
1596
|
private api;
|
|
@@ -1600,10 +1600,10 @@ declare class Repository$j implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1600
1600
|
}
|
|
1601
1601
|
|
|
1602
1602
|
declare namespace recurrentTasks {
|
|
1603
|
-
export { Repository$
|
|
1603
|
+
export { Repository$k as default };
|
|
1604
1604
|
}
|
|
1605
1605
|
|
|
1606
|
-
declare class Repository$
|
|
1606
|
+
declare class Repository$j implements Nomalism$1.TaskRead.IRepository {
|
|
1607
1607
|
route: string;
|
|
1608
1608
|
publicRoute: string;
|
|
1609
1609
|
private api;
|
|
@@ -1613,10 +1613,10 @@ declare class Repository$i implements Nomalism$1.TaskRead.IRepository {
|
|
|
1613
1613
|
}
|
|
1614
1614
|
|
|
1615
1615
|
declare namespace taskRead {
|
|
1616
|
-
export { Repository$
|
|
1616
|
+
export { Repository$j as default };
|
|
1617
1617
|
}
|
|
1618
1618
|
|
|
1619
|
-
declare class Repository$
|
|
1619
|
+
declare class Repository$i implements Nomalism$1.Theme.IRepository {
|
|
1620
1620
|
route: string;
|
|
1621
1621
|
publicRoute: string;
|
|
1622
1622
|
private api;
|
|
@@ -1625,10 +1625,10 @@ declare class Repository$h implements Nomalism$1.Theme.IRepository {
|
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
1627
|
declare namespace theme {
|
|
1628
|
-
export { Repository$
|
|
1628
|
+
export { Repository$i as default };
|
|
1629
1629
|
}
|
|
1630
1630
|
|
|
1631
|
-
declare class Repository$
|
|
1631
|
+
declare class Repository$h implements Nomalism$1.Dashboard.IRepository {
|
|
1632
1632
|
route: string;
|
|
1633
1633
|
publicRoute: string;
|
|
1634
1634
|
private api;
|
|
@@ -1638,10 +1638,10 @@ declare class Repository$g implements Nomalism$1.Dashboard.IRepository {
|
|
|
1638
1638
|
}
|
|
1639
1639
|
|
|
1640
1640
|
declare namespace dashboard {
|
|
1641
|
-
export { Repository$
|
|
1641
|
+
export { Repository$h as default };
|
|
1642
1642
|
}
|
|
1643
1643
|
|
|
1644
|
-
declare class Repository$
|
|
1644
|
+
declare class Repository$g implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1645
1645
|
route: string;
|
|
1646
1646
|
publicRoute: string;
|
|
1647
1647
|
private api;
|
|
@@ -1654,10 +1654,10 @@ declare class Repository$f implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1654
1654
|
}
|
|
1655
1655
|
|
|
1656
1656
|
declare namespace chatRapidMessage {
|
|
1657
|
-
export { Repository$
|
|
1657
|
+
export { Repository$g as default };
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
|
-
declare class Repository$
|
|
1660
|
+
declare class Repository$f implements Nomalism$1.SideMenu.IController {
|
|
1661
1661
|
route: string;
|
|
1662
1662
|
publicRoute: string;
|
|
1663
1663
|
private api;
|
|
@@ -1669,10 +1669,10 @@ declare class Repository$e implements Nomalism$1.SideMenu.IController {
|
|
|
1669
1669
|
}
|
|
1670
1670
|
|
|
1671
1671
|
declare namespace sideMenu {
|
|
1672
|
-
export { Repository$
|
|
1672
|
+
export { Repository$f as default };
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
|
-
declare class Repository$
|
|
1675
|
+
declare class Repository$e implements Nomalism$1.ErrorLog.IRepository {
|
|
1676
1676
|
route: string;
|
|
1677
1677
|
publicRoute: string;
|
|
1678
1678
|
private api;
|
|
@@ -1681,10 +1681,10 @@ declare class Repository$d implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
declare namespace errorLog {
|
|
1684
|
-
export { Repository$
|
|
1684
|
+
export { Repository$e as default };
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
|
-
declare class Repository$
|
|
1687
|
+
declare class Repository$d implements Nomalism$1.AdminPanel.IRepository {
|
|
1688
1688
|
route: string;
|
|
1689
1689
|
publicRoute: string;
|
|
1690
1690
|
private api;
|
|
@@ -1693,10 +1693,10 @@ declare class Repository$c implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
1695
|
declare namespace adminPanel {
|
|
1696
|
-
export { Repository$
|
|
1696
|
+
export { Repository$d as default };
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
|
-
declare class Repository$
|
|
1699
|
+
declare class Repository$c implements Nomalism$1.DocumentLineRm.IController {
|
|
1700
1700
|
route: string;
|
|
1701
1701
|
publicRoute: string;
|
|
1702
1702
|
private api;
|
|
@@ -1706,10 +1706,10 @@ declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
1708
|
declare namespace documentLineRm {
|
|
1709
|
-
export { Repository$
|
|
1709
|
+
export { Repository$c as default };
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
|
-
declare class Repository$
|
|
1712
|
+
declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
1713
1713
|
route: string;
|
|
1714
1714
|
publicRoute: string;
|
|
1715
1715
|
private api;
|
|
@@ -1719,10 +1719,10 @@ declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
1721
|
declare namespace documentLineMt {
|
|
1722
|
-
export { Repository$
|
|
1722
|
+
export { Repository$b as default };
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
|
-
declare class Repository$
|
|
1725
|
+
declare class Repository$a implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1726
1726
|
route: string;
|
|
1727
1727
|
publicRoute: string;
|
|
1728
1728
|
private api;
|
|
@@ -1735,10 +1735,10 @@ declare class Repository$9 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1735
1735
|
}
|
|
1736
1736
|
|
|
1737
1737
|
declare namespace chatSubscriber {
|
|
1738
|
-
export { Repository$
|
|
1738
|
+
export { Repository$a as default };
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
-
declare class Repository$
|
|
1741
|
+
declare class Repository$9 implements Nomalism$1.Tag.IRepository {
|
|
1742
1742
|
route: string;
|
|
1743
1743
|
publicRoute: string;
|
|
1744
1744
|
private api;
|
|
@@ -1750,10 +1750,10 @@ declare class Repository$8 implements Nomalism$1.Tag.IRepository {
|
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
1752
|
declare namespace tag {
|
|
1753
|
-
export { Repository$
|
|
1753
|
+
export { Repository$9 as default };
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
|
-
declare class Repository$
|
|
1756
|
+
declare class Repository$8 implements Nomalism$1.Gmails.IRepository {
|
|
1757
1757
|
route: string;
|
|
1758
1758
|
publicRoute: string;
|
|
1759
1759
|
private api;
|
|
@@ -1765,10 +1765,10 @@ declare class Repository$7 implements Nomalism$1.Gmails.IRepository {
|
|
|
1765
1765
|
}
|
|
1766
1766
|
|
|
1767
1767
|
declare namespace gmails {
|
|
1768
|
-
export { Repository$
|
|
1768
|
+
export { Repository$8 as default };
|
|
1769
1769
|
}
|
|
1770
1770
|
|
|
1771
|
-
declare class Repository$
|
|
1771
|
+
declare class Repository$7 implements Nomalism$1.NPF.IRepository {
|
|
1772
1772
|
route: string;
|
|
1773
1773
|
publicRoute: string;
|
|
1774
1774
|
private api;
|
|
@@ -1777,10 +1777,10 @@ declare class Repository$6 implements Nomalism$1.NPF.IRepository {
|
|
|
1777
1777
|
}
|
|
1778
1778
|
|
|
1779
1779
|
declare namespace NPF {
|
|
1780
|
-
export { Repository$
|
|
1780
|
+
export { Repository$7 as default };
|
|
1781
1781
|
}
|
|
1782
1782
|
|
|
1783
|
-
declare class Repository$
|
|
1783
|
+
declare class Repository$6 implements Nomalism$1.NRCL.IRepository {
|
|
1784
1784
|
route: string;
|
|
1785
1785
|
publicRoute: string;
|
|
1786
1786
|
private api;
|
|
@@ -1789,10 +1789,10 @@ declare class Repository$5 implements Nomalism$1.NRCL.IRepository {
|
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
1791
|
declare namespace NRCL {
|
|
1792
|
-
export { Repository$
|
|
1792
|
+
export { Repository$6 as default };
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
|
-
declare class Repository$
|
|
1795
|
+
declare class Repository$5 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1796
1796
|
route: string;
|
|
1797
1797
|
publicRoute: string;
|
|
1798
1798
|
private api;
|
|
@@ -1806,10 +1806,10 @@ declare class Repository$4 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
1808
|
declare namespace currentAccount {
|
|
1809
|
-
export { Repository$
|
|
1809
|
+
export { Repository$5 as default };
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
|
-
declare class Repository$
|
|
1812
|
+
declare class Repository$4 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1813
1813
|
route: string;
|
|
1814
1814
|
publicRoute: string;
|
|
1815
1815
|
private api;
|
|
@@ -1828,10 +1828,10 @@ declare class Repository$3 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
1830
|
declare namespace paymentBatch {
|
|
1831
|
-
export { Repository$
|
|
1831
|
+
export { Repository$4 as default };
|
|
1832
1832
|
}
|
|
1833
1833
|
|
|
1834
|
-
declare class Repository$
|
|
1834
|
+
declare class Repository$3 implements Nomalism$1.Portal.IRepository {
|
|
1835
1835
|
route: string;
|
|
1836
1836
|
publicRoute: string;
|
|
1837
1837
|
private api;
|
|
@@ -1842,10 +1842,10 @@ declare class Repository$2 implements Nomalism$1.Portal.IRepository {
|
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
1844
|
declare namespace portal {
|
|
1845
|
-
export { Repository$
|
|
1845
|
+
export { Repository$3 as default };
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
-
declare class Repository$
|
|
1848
|
+
declare class Repository$2 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1849
1849
|
route: string;
|
|
1850
1850
|
publicRoute: string;
|
|
1851
1851
|
private api;
|
|
@@ -1853,7 +1853,7 @@ declare class Repository$1 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
|
1853
1853
|
clearAndFill(): Promise<void>;
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
|
-
declare class Repository implements Nomalism$1.AccountCode.IRepository {
|
|
1856
|
+
declare class Repository$1 implements Nomalism$1.AccountCode.IRepository {
|
|
1857
1857
|
route: string;
|
|
1858
1858
|
publicRoute: string;
|
|
1859
1859
|
private api;
|
|
@@ -1862,11 +1862,25 @@ declare class Repository implements Nomalism$1.AccountCode.IRepository {
|
|
|
1862
1862
|
}
|
|
1863
1863
|
|
|
1864
1864
|
declare namespace accountCode {
|
|
1865
|
+
export { Repository$1 as default };
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
interface IModuleConstructorExtended extends IModuleConstructor {
|
|
1869
|
+
headers: Record<string, string>;
|
|
1870
|
+
}
|
|
1871
|
+
declare class Repository implements Nomalism$1.LLM.IRepository {
|
|
1872
|
+
route: string;
|
|
1873
|
+
private headers;
|
|
1874
|
+
constructor({ headers, route }: IModuleConstructorExtended);
|
|
1875
|
+
prompt(data: Nomalism$1.LLM.IPromptRequest, { onChunk, onDone, onError }: Nomalism$1.LLM.IPromptResponse): Promise<Nomalism$1.LLM.IPromptAbortController>;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
declare namespace llm {
|
|
1865
1879
|
export { Repository as default };
|
|
1866
1880
|
}
|
|
1867
1881
|
|
|
1868
1882
|
type IEnvironment = 'production' | 'uat' | 'development' | 'localhost';
|
|
1869
|
-
type IService = 'stock' | 'users' | 'integration' | 'documents' | 'view' | 'print' | 'tickets';
|
|
1883
|
+
type IService = 'stock' | 'users' | 'integration' | 'documents' | 'view' | 'print' | 'tickets' | 'llm';
|
|
1870
1884
|
interface IOptions {
|
|
1871
1885
|
processEnvironment: IEnvironment;
|
|
1872
1886
|
services: Record<IService, string>;
|
|
@@ -1883,125 +1897,127 @@ declare class API {
|
|
|
1883
1897
|
processEnvironment: IEnvironment;
|
|
1884
1898
|
client: AxiosInstance;
|
|
1885
1899
|
services: Record<IService, string>;
|
|
1886
|
-
BankData: Repository$
|
|
1887
|
-
Client: Repository$
|
|
1888
|
-
ClientType: Repository$
|
|
1889
|
-
Chat: Repository$
|
|
1890
|
-
Commissioner: Repository$
|
|
1891
|
-
Country: Repository$
|
|
1892
|
-
DocumentHeader: Repository$
|
|
1893
|
-
DocumentHeaderHistory: Repository$
|
|
1894
|
-
BillOfLading: Repository$
|
|
1895
|
-
ProductionOrder: Repository$
|
|
1896
|
-
Proforma: Repository$
|
|
1897
|
-
PropostaFornecedor: Repository$
|
|
1898
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1899
|
-
ProviderFinancialCreditNote: Repository$
|
|
1900
|
-
ProviderServiceInvoice: Repository$
|
|
1901
|
-
DocumentLine: Repository$
|
|
1902
|
-
DocumentLineAssoc: Repository$
|
|
1903
|
-
DocumentType: Repository$
|
|
1904
|
-
Favorites: Repository$
|
|
1905
|
-
File: Repository$
|
|
1906
|
-
GoogleSheets: Repository$
|
|
1907
|
-
Language: Repository$
|
|
1908
|
-
Location: Repository$
|
|
1909
|
-
Logout: Repository$
|
|
1910
|
-
Multimedia: Repository$
|
|
1911
|
-
Observation: Repository$
|
|
1912
|
-
ObservationType: Repository$
|
|
1913
|
-
Password: Repository$
|
|
1914
|
-
ProductImage: Repository$
|
|
1915
|
-
Promotion: Repository$
|
|
1916
|
-
PromotionAssoc: Repository$
|
|
1917
|
-
Providers: Repository$
|
|
1918
|
-
ProviderType: Repository$
|
|
1919
|
-
PurchaseConditions: Repository$
|
|
1920
|
-
ReasonForExemption: Repository$
|
|
1921
|
-
RefreshToken: Repository$
|
|
1922
|
-
SegmentsArea: Repository$
|
|
1923
|
-
Sessions: Repository$
|
|
1924
|
-
Shippings: Repository$
|
|
1925
|
-
StoreOperator: Repository$
|
|
1926
|
-
Swift: Repository$
|
|
1927
|
-
TypeOfLocation: Repository$
|
|
1928
|
-
UnitOfMeasure: Repository$
|
|
1929
|
-
UserPositions: Repository$
|
|
1930
|
-
Users: Repository$
|
|
1931
|
-
VatTax: Repository$
|
|
1932
|
-
VatTaxZone: Repository$
|
|
1933
|
-
Workflow: Repository$
|
|
1934
|
-
DeliveryMethods: Repository$
|
|
1935
|
-
MaturityDates: Repository$
|
|
1936
|
-
PaymentMethods: Repository$
|
|
1937
|
-
Vehicles: Repository$
|
|
1938
|
-
ExternalDocumentType: Repository$
|
|
1939
|
-
DocumentSet: Repository$
|
|
1940
|
-
Payment: Repository$
|
|
1941
|
-
ExternalDocumentHeader: Repository
|
|
1942
|
-
VatValidation: Repository
|
|
1943
|
-
StockMovement: Repository$
|
|
1944
|
-
ZipCode: Repository$
|
|
1945
|
-
Tenant: Repository$
|
|
1946
|
-
PreSale: Repository$
|
|
1947
|
-
PreSaleProduct: Repository$
|
|
1948
|
-
OrderManagement: Repository$
|
|
1949
|
-
Npc: Repository$
|
|
1950
|
-
Printer: Repository$
|
|
1951
|
-
SchedulePrintJob: Repository$
|
|
1952
|
-
QueryList: Repository$
|
|
1953
|
-
QueryParameter: Repository$
|
|
1954
|
-
ReturnReason: Repository$
|
|
1955
|
-
PropostaSheets: Repository$
|
|
1956
|
-
Schedule: Repository$
|
|
1957
|
-
GoogleFilePermission: Repository$
|
|
1958
|
-
Settings: Repository$
|
|
1959
|
-
Tickets: Repository$
|
|
1960
|
-
Channel: Repository$
|
|
1961
|
-
TicketsLanguage: Repository$
|
|
1962
|
-
Clt: Repository$
|
|
1963
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1964
|
-
Persona: Repository$
|
|
1965
|
-
ProjectInfo: Repository$
|
|
1966
|
-
Order: Repository$
|
|
1967
|
-
Purchase: Repository$
|
|
1968
|
-
MaterialEntrance: Repository$
|
|
1969
|
-
Transformado: Repository$
|
|
1970
|
-
UpfrontReturn: Repository$
|
|
1971
|
-
SavedEmPicking: Repository$
|
|
1972
|
-
EmailTemplate: Repository$
|
|
1973
|
-
EmailTemplateAttachment: Repository$
|
|
1974
|
-
Prison: Repository$
|
|
1975
|
-
Quebra: Repository$
|
|
1976
|
-
Inventario: Repository$
|
|
1977
|
-
ReturnToProvider: Repository$
|
|
1978
|
-
EmailVerification: Repository$
|
|
1979
|
-
EmailLog: Repository$
|
|
1980
|
-
DocumentLineNote: Repository$
|
|
1981
|
-
SavedProviderProposal: Repository$
|
|
1982
|
-
ProductGoogleSheets: Repository$
|
|
1983
|
-
Task: Repository$
|
|
1984
|
-
TaskMessage: Repository$
|
|
1985
|
-
RecurrentTasks: Repository$
|
|
1986
|
-
TaskRead: Repository$
|
|
1987
|
-
Theme: Repository$
|
|
1988
|
-
Dashboard: Repository$
|
|
1989
|
-
ChatRapidMessage: Repository$
|
|
1990
|
-
SideMenu: Repository$
|
|
1991
|
-
ErrorLog: Repository$
|
|
1992
|
-
AdminPanel: Repository$
|
|
1993
|
-
DocumentLineRm: Repository$
|
|
1994
|
-
DocumentLineMt: Repository$
|
|
1995
|
-
ChatSubscriber: Repository$
|
|
1996
|
-
Tag: Repository$
|
|
1997
|
-
Gmails: Repository$
|
|
1998
|
-
NPF: Repository$
|
|
1999
|
-
NRCL: Repository$
|
|
2000
|
-
PaymentBatch: Repository$
|
|
2001
|
-
CurrentAccount: Repository$
|
|
2002
|
-
Portal: Repository$
|
|
2003
|
-
GoogleSheetPool: Repository$
|
|
2004
|
-
AccountCode: Repository;
|
|
1900
|
+
BankData: Repository$1T;
|
|
1901
|
+
Client: Repository$1S;
|
|
1902
|
+
ClientType: Repository$1R;
|
|
1903
|
+
Chat: Repository$1Q;
|
|
1904
|
+
Commissioner: Repository$1P;
|
|
1905
|
+
Country: Repository$1O;
|
|
1906
|
+
DocumentHeader: Repository$1N;
|
|
1907
|
+
DocumentHeaderHistory: Repository$1M;
|
|
1908
|
+
BillOfLading: Repository$1L;
|
|
1909
|
+
ProductionOrder: Repository$1K;
|
|
1910
|
+
Proforma: Repository$1J;
|
|
1911
|
+
PropostaFornecedor: Repository$1I;
|
|
1912
|
+
ProviderCreditNoteFromReturn: Repository$1H;
|
|
1913
|
+
ProviderFinancialCreditNote: Repository$1G;
|
|
1914
|
+
ProviderServiceInvoice: Repository$1F;
|
|
1915
|
+
DocumentLine: Repository$1E;
|
|
1916
|
+
DocumentLineAssoc: Repository$1D;
|
|
1917
|
+
DocumentType: Repository$1C;
|
|
1918
|
+
Favorites: Repository$1B;
|
|
1919
|
+
File: Repository$1A;
|
|
1920
|
+
GoogleSheets: Repository$1z;
|
|
1921
|
+
Language: Repository$1y;
|
|
1922
|
+
Location: Repository$1x;
|
|
1923
|
+
Logout: Repository$1w;
|
|
1924
|
+
Multimedia: Repository$1v;
|
|
1925
|
+
Observation: Repository$1u;
|
|
1926
|
+
ObservationType: Repository$1t;
|
|
1927
|
+
Password: Repository$1s;
|
|
1928
|
+
ProductImage: Repository$1r;
|
|
1929
|
+
Promotion: Repository$1q;
|
|
1930
|
+
PromotionAssoc: Repository$1p;
|
|
1931
|
+
Providers: Repository$1o;
|
|
1932
|
+
ProviderType: Repository$1n;
|
|
1933
|
+
PurchaseConditions: Repository$1m;
|
|
1934
|
+
ReasonForExemption: Repository$1l;
|
|
1935
|
+
RefreshToken: Repository$1k;
|
|
1936
|
+
SegmentsArea: Repository$1j;
|
|
1937
|
+
Sessions: Repository$1i;
|
|
1938
|
+
Shippings: Repository$1h;
|
|
1939
|
+
StoreOperator: Repository$1g;
|
|
1940
|
+
Swift: Repository$1f;
|
|
1941
|
+
TypeOfLocation: Repository$1e;
|
|
1942
|
+
UnitOfMeasure: Repository$1d;
|
|
1943
|
+
UserPositions: Repository$1c;
|
|
1944
|
+
Users: Repository$1b;
|
|
1945
|
+
VatTax: Repository$1a;
|
|
1946
|
+
VatTaxZone: Repository$19;
|
|
1947
|
+
Workflow: Repository$18;
|
|
1948
|
+
DeliveryMethods: Repository$17;
|
|
1949
|
+
MaturityDates: Repository$16;
|
|
1950
|
+
PaymentMethods: Repository$15;
|
|
1951
|
+
Vehicles: Repository$14;
|
|
1952
|
+
ExternalDocumentType: Repository$13;
|
|
1953
|
+
DocumentSet: Repository$12;
|
|
1954
|
+
Payment: Repository$11;
|
|
1955
|
+
ExternalDocumentHeader: Repository$10;
|
|
1956
|
+
VatValidation: Repository$$;
|
|
1957
|
+
StockMovement: Repository$_;
|
|
1958
|
+
ZipCode: Repository$Z;
|
|
1959
|
+
Tenant: Repository$Y;
|
|
1960
|
+
PreSale: Repository$X;
|
|
1961
|
+
PreSaleProduct: Repository$W;
|
|
1962
|
+
OrderManagement: Repository$V;
|
|
1963
|
+
Npc: Repository$U;
|
|
1964
|
+
Printer: Repository$T;
|
|
1965
|
+
SchedulePrintJob: Repository$S;
|
|
1966
|
+
QueryList: Repository$R;
|
|
1967
|
+
QueryParameter: Repository$Q;
|
|
1968
|
+
ReturnReason: Repository$P;
|
|
1969
|
+
PropostaSheets: Repository$O;
|
|
1970
|
+
Schedule: Repository$N;
|
|
1971
|
+
GoogleFilePermission: Repository$M;
|
|
1972
|
+
Settings: Repository$L;
|
|
1973
|
+
Tickets: Repository$K;
|
|
1974
|
+
Channel: Repository$J;
|
|
1975
|
+
TicketsLanguage: Repository$I;
|
|
1976
|
+
Clt: Repository$H;
|
|
1977
|
+
StartDocumentHeaderLastUpdate: Repository$G;
|
|
1978
|
+
Persona: Repository$F;
|
|
1979
|
+
ProjectInfo: Repository$E;
|
|
1980
|
+
Order: Repository$D;
|
|
1981
|
+
Purchase: Repository$C;
|
|
1982
|
+
MaterialEntrance: Repository$B;
|
|
1983
|
+
Transformado: Repository$A;
|
|
1984
|
+
UpfrontReturn: Repository$z;
|
|
1985
|
+
SavedEmPicking: Repository$y;
|
|
1986
|
+
EmailTemplate: Repository$x;
|
|
1987
|
+
EmailTemplateAttachment: Repository$w;
|
|
1988
|
+
Prison: Repository$v;
|
|
1989
|
+
Quebra: Repository$u;
|
|
1990
|
+
Inventario: Repository$t;
|
|
1991
|
+
ReturnToProvider: Repository$s;
|
|
1992
|
+
EmailVerification: Repository$r;
|
|
1993
|
+
EmailLog: Repository$q;
|
|
1994
|
+
DocumentLineNote: Repository$p;
|
|
1995
|
+
SavedProviderProposal: Repository$o;
|
|
1996
|
+
ProductGoogleSheets: Repository$n;
|
|
1997
|
+
Task: Repository$m;
|
|
1998
|
+
TaskMessage: Repository$l;
|
|
1999
|
+
RecurrentTasks: Repository$k;
|
|
2000
|
+
TaskRead: Repository$j;
|
|
2001
|
+
Theme: Repository$i;
|
|
2002
|
+
Dashboard: Repository$h;
|
|
2003
|
+
ChatRapidMessage: Repository$g;
|
|
2004
|
+
SideMenu: Repository$f;
|
|
2005
|
+
ErrorLog: Repository$e;
|
|
2006
|
+
AdminPanel: Repository$d;
|
|
2007
|
+
DocumentLineRm: Repository$c;
|
|
2008
|
+
DocumentLineMt: Repository$b;
|
|
2009
|
+
ChatSubscriber: Repository$a;
|
|
2010
|
+
Tag: Repository$9;
|
|
2011
|
+
Gmails: Repository$8;
|
|
2012
|
+
NPF: Repository$7;
|
|
2013
|
+
NRCL: Repository$6;
|
|
2014
|
+
PaymentBatch: Repository$4;
|
|
2015
|
+
CurrentAccount: Repository$5;
|
|
2016
|
+
Portal: Repository$3;
|
|
2017
|
+
GoogleSheetPool: Repository$2;
|
|
2018
|
+
AccountCode: Repository$1;
|
|
2019
|
+
LLM: Repository;
|
|
2020
|
+
private defaultHeaders;
|
|
2005
2021
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
2006
2022
|
}
|
|
2007
2023
|
|
|
@@ -2011,7 +2027,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
2011
2027
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
2012
2028
|
type Nomalism_IOptions = IOptions;
|
|
2013
2029
|
declare namespace Nomalism {
|
|
2014
|
-
export { Nomalism_API as API, accountCode as AccountCodeClass, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
2030
|
+
export { Nomalism_API as API, accountCode as AccountCodeClass, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, llm as LLMClass, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
2015
2031
|
}
|
|
2016
2032
|
|
|
2017
2033
|
export { Nomalism as default };
|