@nomalism-com/api 0.36.4 → 0.36.10
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.cjs +29 -0
- package/dist/index.d.ts +350 -334
- package/dist/index.js +29 -0
- package/package-lock.json +9 -9
- package/package.json +2 -2
- package/src/main.ts +6 -0
- package/src/modules/stock/tag.ts +37 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AxiosResponse, AxiosRequestHeaders, AxiosInstance } from 'axios';
|
|
2
2
|
import Nomalism$1 from '@nomalism-com/types';
|
|
3
3
|
|
|
4
|
-
declare class Repository$
|
|
4
|
+
declare class Repository$1O implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1N implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1O 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$1N implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1M 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$1N as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1M implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1L implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1M as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1L implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1K 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$1K implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1J 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$1K 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$1J implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,10 +110,10 @@ declare class Repository$1I 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$1J as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1I implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
@@ -146,10 +146,10 @@ declare class Repository$1H implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
declare namespace documentHeader {
|
|
149
|
-
export { Repository$
|
|
149
|
+
export { Repository$1I as default };
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
declare class Repository$
|
|
152
|
+
declare class Repository$1H implements Nomalism$1.BillOfLading.IRepository {
|
|
153
153
|
route: string;
|
|
154
154
|
publicRoute: string;
|
|
155
155
|
private api;
|
|
@@ -157,7 +157,7 @@ declare class Repository$1G implements Nomalism$1.BillOfLading.IRepository {
|
|
|
157
157
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
declare class Repository$
|
|
160
|
+
declare class Repository$1G implements Nomalism$1.ProductionOrder.IRepository {
|
|
161
161
|
route: string;
|
|
162
162
|
publicRoute: string;
|
|
163
163
|
private api;
|
|
@@ -165,7 +165,7 @@ declare class Repository$1F implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
165
165
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
declare class Repository$
|
|
168
|
+
declare class Repository$1F implements Nomalism$1.Proforma.IRepository {
|
|
169
169
|
route: string;
|
|
170
170
|
publicRoute: string;
|
|
171
171
|
private api;
|
|
@@ -173,7 +173,7 @@ declare class Repository$1E implements Nomalism$1.Proforma.IRepository {
|
|
|
173
173
|
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
declare class Repository$
|
|
176
|
+
declare class Repository$1E implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
177
177
|
route: string;
|
|
178
178
|
publicRoute: string;
|
|
179
179
|
private api;
|
|
@@ -181,7 +181,7 @@ declare class Repository$1D implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
181
181
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
declare class Repository$
|
|
184
|
+
declare class Repository$1D implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
185
185
|
route: string;
|
|
186
186
|
publicRoute: string;
|
|
187
187
|
private api;
|
|
@@ -190,7 +190,7 @@ declare class Repository$1C implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
190
190
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
declare class Repository$
|
|
193
|
+
declare class Repository$1C implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
194
194
|
route: string;
|
|
195
195
|
publicRoute: string;
|
|
196
196
|
private api;
|
|
@@ -199,7 +199,7 @@ declare class Repository$1B implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
199
199
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
declare class Repository$
|
|
202
|
+
declare class Repository$1B implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
203
203
|
route: string;
|
|
204
204
|
publicRoute: string;
|
|
205
205
|
private api;
|
|
@@ -207,7 +207,7 @@ declare class Repository$1A implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
207
207
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
declare class Repository$
|
|
210
|
+
declare class Repository$1A implements Nomalism$1.DocumentLine.IRepository {
|
|
211
211
|
route: string;
|
|
212
212
|
publicRoute: string;
|
|
213
213
|
private api;
|
|
@@ -224,10 +224,10 @@ declare class Repository$1z implements Nomalism$1.DocumentLine.IRepository {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
declare namespace documentLine {
|
|
227
|
-
export { Repository$
|
|
227
|
+
export { Repository$1A as default };
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
declare class Repository$
|
|
230
|
+
declare class Repository$1z implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
231
231
|
route: string;
|
|
232
232
|
publicRoute: string;
|
|
233
233
|
private api;
|
|
@@ -240,10 +240,10 @@ declare class Repository$1y implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
declare namespace documentLineAssoc {
|
|
243
|
-
export { Repository$
|
|
243
|
+
export { Repository$1z as default };
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
declare class Repository$
|
|
246
|
+
declare class Repository$1y implements Nomalism$1.DocumentType.IApi {
|
|
247
247
|
route: string;
|
|
248
248
|
publicRoute: string;
|
|
249
249
|
private api;
|
|
@@ -257,10 +257,10 @@ declare class Repository$1x implements Nomalism$1.DocumentType.IApi {
|
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
declare namespace documentType {
|
|
260
|
-
export { Repository$
|
|
260
|
+
export { Repository$1y as default };
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
declare class Repository$
|
|
263
|
+
declare class Repository$1x implements Nomalism$1.Favorites.IRepository {
|
|
264
264
|
route: string;
|
|
265
265
|
publicRoute: string;
|
|
266
266
|
private api;
|
|
@@ -272,10 +272,10 @@ declare class Repository$1w implements Nomalism$1.Favorites.IRepository {
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
declare namespace favorites {
|
|
275
|
-
export { Repository$
|
|
275
|
+
export { Repository$1x as default };
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
declare class Repository$
|
|
278
|
+
declare class Repository$1w implements Nomalism$1.File.IRepository {
|
|
279
279
|
route: string;
|
|
280
280
|
publicRoute: string;
|
|
281
281
|
private api;
|
|
@@ -287,10 +287,10 @@ declare class Repository$1v implements Nomalism$1.File.IRepository {
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
declare namespace file {
|
|
290
|
-
export { Repository$
|
|
290
|
+
export { Repository$1w as default };
|
|
291
291
|
}
|
|
292
292
|
|
|
293
|
-
declare class Repository$
|
|
293
|
+
declare class Repository$1v implements Nomalism$1.GoogleSheets.IController {
|
|
294
294
|
route: string;
|
|
295
295
|
publicRoute: string;
|
|
296
296
|
private api;
|
|
@@ -302,10 +302,10 @@ declare class Repository$1u implements Nomalism$1.GoogleSheets.IController {
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
declare namespace googleSheets {
|
|
305
|
-
export { Repository$
|
|
305
|
+
export { Repository$1v as default };
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
declare class Repository$
|
|
308
|
+
declare class Repository$1u implements Nomalism$1.GroupPermissions.IApi {
|
|
309
309
|
route: string;
|
|
310
310
|
publicRoute: string;
|
|
311
311
|
private api;
|
|
@@ -317,11 +317,11 @@ declare class Repository$1t implements Nomalism$1.GroupPermissions.IApi {
|
|
|
317
317
|
}
|
|
318
318
|
|
|
319
319
|
declare namespace groupPermission {
|
|
320
|
-
export { Repository$
|
|
320
|
+
export { Repository$1u as default };
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
324
|
-
declare class Repository$
|
|
324
|
+
declare class Repository$1t implements Nomalism$1.Language.IRepository {
|
|
325
325
|
route: string;
|
|
326
326
|
publicRoute: string;
|
|
327
327
|
private api;
|
|
@@ -336,10 +336,10 @@ declare class Repository$1s implements Nomalism$1.Language.IRepository {
|
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
declare namespace language$1 {
|
|
339
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
339
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1t as default };
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
declare class Repository$
|
|
342
|
+
declare class Repository$1s implements Nomalism$1.Location.IRepository {
|
|
343
343
|
route: string;
|
|
344
344
|
publicRoute: string;
|
|
345
345
|
private api;
|
|
@@ -355,10 +355,10 @@ declare class Repository$1r implements Nomalism$1.Location.IRepository {
|
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
declare namespace location {
|
|
358
|
-
export { Repository$
|
|
358
|
+
export { Repository$1s as default };
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
declare class Repository$
|
|
361
|
+
declare class Repository$1r {
|
|
362
362
|
route: string;
|
|
363
363
|
publicRoute: string;
|
|
364
364
|
private api;
|
|
@@ -367,10 +367,10 @@ declare class Repository$1q {
|
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
declare namespace logout {
|
|
370
|
-
export { Repository$
|
|
370
|
+
export { Repository$1r as default };
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
declare class Repository$
|
|
373
|
+
declare class Repository$1q implements Nomalism$1.Multimedia.IApi {
|
|
374
374
|
route: string;
|
|
375
375
|
publicRoute: string;
|
|
376
376
|
private api;
|
|
@@ -380,10 +380,10 @@ declare class Repository$1p implements Nomalism$1.Multimedia.IApi {
|
|
|
380
380
|
}
|
|
381
381
|
|
|
382
382
|
declare namespace multimedia {
|
|
383
|
-
export { Repository$
|
|
383
|
+
export { Repository$1q as default };
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
declare class Repository$
|
|
386
|
+
declare class Repository$1p implements Nomalism$1.Observation.IApi {
|
|
387
387
|
route: string;
|
|
388
388
|
publicRoute: string;
|
|
389
389
|
private api;
|
|
@@ -396,10 +396,10 @@ declare class Repository$1o implements Nomalism$1.Observation.IApi {
|
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
declare namespace observation {
|
|
399
|
-
export { Repository$
|
|
399
|
+
export { Repository$1p as default };
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
declare class Repository$
|
|
402
|
+
declare class Repository$1o implements Nomalism$1.ObservationType.IApi {
|
|
403
403
|
route: string;
|
|
404
404
|
publicRoute: string;
|
|
405
405
|
private api;
|
|
@@ -412,10 +412,10 @@ declare class Repository$1n implements Nomalism$1.ObservationType.IApi {
|
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
declare namespace observationType {
|
|
415
|
-
export { Repository$
|
|
415
|
+
export { Repository$1o as default };
|
|
416
416
|
}
|
|
417
417
|
|
|
418
|
-
declare class Repository$
|
|
418
|
+
declare class Repository$1n implements Nomalism$1.Password.IRepository {
|
|
419
419
|
route: string;
|
|
420
420
|
publicRoute: string;
|
|
421
421
|
private api;
|
|
@@ -425,10 +425,10 @@ declare class Repository$1m implements Nomalism$1.Password.IRepository {
|
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
declare namespace password {
|
|
428
|
-
export { Repository$
|
|
428
|
+
export { Repository$1n as default };
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
-
declare class Repository$
|
|
431
|
+
declare class Repository$1m implements Nomalism$1.Permissions.IApi {
|
|
432
432
|
route: string;
|
|
433
433
|
publicRoute: string;
|
|
434
434
|
private api;
|
|
@@ -440,10 +440,10 @@ declare class Repository$1l implements Nomalism$1.Permissions.IApi {
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
declare namespace permission {
|
|
443
|
-
export { Repository$
|
|
443
|
+
export { Repository$1m as default };
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
declare class Repository$
|
|
446
|
+
declare class Repository$1l implements Nomalism$1.ProductImage.IRepository {
|
|
447
447
|
route: string;
|
|
448
448
|
publicRoute: string;
|
|
449
449
|
private api;
|
|
@@ -458,10 +458,10 @@ declare class Repository$1k implements Nomalism$1.ProductImage.IRepository {
|
|
|
458
458
|
}
|
|
459
459
|
|
|
460
460
|
declare namespace productImage {
|
|
461
|
-
export { Repository$
|
|
461
|
+
export { Repository$1l as default };
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
declare class Repository$
|
|
464
|
+
declare class Repository$1k implements Nomalism$1.Promotion.IRepository {
|
|
465
465
|
route: string;
|
|
466
466
|
publicRoute: string;
|
|
467
467
|
private api;
|
|
@@ -478,10 +478,10 @@ declare class Repository$1j implements Nomalism$1.Promotion.IRepository {
|
|
|
478
478
|
}
|
|
479
479
|
|
|
480
480
|
declare namespace promotion {
|
|
481
|
-
export { Repository$
|
|
481
|
+
export { Repository$1k as default };
|
|
482
482
|
}
|
|
483
483
|
|
|
484
|
-
declare class Repository$
|
|
484
|
+
declare class Repository$1j implements Nomalism$1.PromotionAssoc.IRepository {
|
|
485
485
|
route: string;
|
|
486
486
|
publicRoute: string;
|
|
487
487
|
private api;
|
|
@@ -496,10 +496,10 @@ declare class Repository$1i implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
496
496
|
}
|
|
497
497
|
|
|
498
498
|
declare namespace promotionAssoc {
|
|
499
|
-
export { Repository$
|
|
499
|
+
export { Repository$1j as default };
|
|
500
500
|
}
|
|
501
501
|
|
|
502
|
-
declare class Repository$
|
|
502
|
+
declare class Repository$1i implements Nomalism$1.Providers.IRepository {
|
|
503
503
|
route: string;
|
|
504
504
|
publicRoute: string;
|
|
505
505
|
private api;
|
|
@@ -517,11 +517,11 @@ declare class Repository$1h implements Nomalism$1.Providers.IRepository {
|
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
declare namespace provider {
|
|
520
|
-
export { Repository$
|
|
520
|
+
export { Repository$1i as default };
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
524
|
-
declare class Repository$
|
|
524
|
+
declare class Repository$1h implements Nomalism$1.ProviderType.IRepository {
|
|
525
525
|
route: string;
|
|
526
526
|
publicRoute: string;
|
|
527
527
|
private api;
|
|
@@ -536,10 +536,10 @@ declare class Repository$1g implements Nomalism$1.ProviderType.IRepository {
|
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
declare namespace providerType {
|
|
539
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
539
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1h as default };
|
|
540
540
|
}
|
|
541
541
|
|
|
542
|
-
declare class Repository$
|
|
542
|
+
declare class Repository$1g implements Nomalism$1.PurchaseConditions.IRepository {
|
|
543
543
|
route: string;
|
|
544
544
|
publicRoute: string;
|
|
545
545
|
private api;
|
|
@@ -554,10 +554,10 @@ declare class Repository$1f implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
declare namespace purchaseCondition {
|
|
557
|
-
export { Repository$
|
|
557
|
+
export { Repository$1g as default };
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
-
declare class Repository$
|
|
560
|
+
declare class Repository$1f implements Nomalism$1.ReasonForExemption.IRepository {
|
|
561
561
|
route: string;
|
|
562
562
|
publicRoute: string;
|
|
563
563
|
private api;
|
|
@@ -572,10 +572,10 @@ declare class Repository$1e implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
declare namespace reasonForExemption {
|
|
575
|
-
export { Repository$
|
|
575
|
+
export { Repository$1f as default };
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
declare class Repository$
|
|
578
|
+
declare class Repository$1e implements Nomalism$1.RefreshToken.IRepository {
|
|
579
579
|
route: string;
|
|
580
580
|
publicRoute: string;
|
|
581
581
|
private api;
|
|
@@ -584,10 +584,10 @@ declare class Repository$1d implements Nomalism$1.RefreshToken.IRepository {
|
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
declare namespace refreshToken {
|
|
587
|
-
export { Repository$
|
|
587
|
+
export { Repository$1e as default };
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
declare class Repository$
|
|
590
|
+
declare class Repository$1d implements Nomalism$1.SegmentsArea.IRepository {
|
|
591
591
|
route: string;
|
|
592
592
|
publicRoute: string;
|
|
593
593
|
private api;
|
|
@@ -602,10 +602,10 @@ declare class Repository$1c implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
declare namespace segmentsArea {
|
|
605
|
-
export { Repository$
|
|
605
|
+
export { Repository$1d as default };
|
|
606
606
|
}
|
|
607
607
|
|
|
608
|
-
declare class Repository$
|
|
608
|
+
declare class Repository$1c implements Nomalism$1.Sessions.IRepository {
|
|
609
609
|
route: string;
|
|
610
610
|
publicRoute: string;
|
|
611
611
|
private api;
|
|
@@ -614,10 +614,10 @@ declare class Repository$1b implements Nomalism$1.Sessions.IRepository {
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
declare namespace sessions {
|
|
617
|
-
export { Repository$
|
|
617
|
+
export { Repository$1c as default };
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
declare class Repository$
|
|
620
|
+
declare class Repository$1b implements Nomalism$1.Shippings.IRepository {
|
|
621
621
|
route: string;
|
|
622
622
|
publicRoute: string;
|
|
623
623
|
private api;
|
|
@@ -632,10 +632,10 @@ declare class Repository$1a implements Nomalism$1.Shippings.IRepository {
|
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
declare namespace shippings {
|
|
635
|
-
export { Repository$
|
|
635
|
+
export { Repository$1b as default };
|
|
636
636
|
}
|
|
637
637
|
|
|
638
|
-
declare class Repository$
|
|
638
|
+
declare class Repository$1a implements Nomalism$1.StoreOperator.IRepository {
|
|
639
639
|
route: string;
|
|
640
640
|
publicRoute: string;
|
|
641
641
|
private api;
|
|
@@ -649,11 +649,11 @@ declare class Repository$19 implements Nomalism$1.StoreOperator.IRepository {
|
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
declare namespace storeOperator {
|
|
652
|
-
export { Repository$
|
|
652
|
+
export { Repository$1a as default };
|
|
653
653
|
}
|
|
654
654
|
|
|
655
655
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
656
|
-
declare class Repository$
|
|
656
|
+
declare class Repository$19 implements Nomalism$1.Swift.IRepository {
|
|
657
657
|
route: string;
|
|
658
658
|
publicRoute: string;
|
|
659
659
|
private api;
|
|
@@ -669,10 +669,10 @@ declare class Repository$18 implements Nomalism$1.Swift.IRepository {
|
|
|
669
669
|
|
|
670
670
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
671
671
|
declare namespace swift {
|
|
672
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
672
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$19 as default };
|
|
673
673
|
}
|
|
674
674
|
|
|
675
|
-
declare class Repository$
|
|
675
|
+
declare class Repository$18 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
676
676
|
route: string;
|
|
677
677
|
publicRoute: string;
|
|
678
678
|
private api;
|
|
@@ -688,10 +688,10 @@ declare class Repository$17 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
688
688
|
}
|
|
689
689
|
|
|
690
690
|
declare namespace typeOfLocation {
|
|
691
|
-
export { Repository$
|
|
691
|
+
export { Repository$18 as default };
|
|
692
692
|
}
|
|
693
693
|
|
|
694
|
-
declare class Repository$
|
|
694
|
+
declare class Repository$17 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
695
695
|
route: string;
|
|
696
696
|
publicRoute: string;
|
|
697
697
|
private api;
|
|
@@ -707,10 +707,10 @@ declare class Repository$16 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
707
707
|
}
|
|
708
708
|
|
|
709
709
|
declare namespace unitOfMeasure {
|
|
710
|
-
export { Repository$
|
|
710
|
+
export { Repository$17 as default };
|
|
711
711
|
}
|
|
712
712
|
|
|
713
|
-
declare class Repository$
|
|
713
|
+
declare class Repository$16 implements Nomalism$1.UserPermissions.IRepository {
|
|
714
714
|
route: string;
|
|
715
715
|
publicRoute: string;
|
|
716
716
|
private api;
|
|
@@ -721,10 +721,10 @@ declare class Repository$15 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
721
721
|
}
|
|
722
722
|
|
|
723
723
|
declare namespace userPermission {
|
|
724
|
-
export { Repository$
|
|
724
|
+
export { Repository$16 as default };
|
|
725
725
|
}
|
|
726
726
|
|
|
727
|
-
declare class Repository$
|
|
727
|
+
declare class Repository$15 implements Nomalism$1.UserPositions.IRepository {
|
|
728
728
|
route: string;
|
|
729
729
|
publicRoute: string;
|
|
730
730
|
private api;
|
|
@@ -739,10 +739,10 @@ declare class Repository$14 implements Nomalism$1.UserPositions.IRepository {
|
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
declare namespace userPositions {
|
|
742
|
-
export { Repository$
|
|
742
|
+
export { Repository$15 as default };
|
|
743
743
|
}
|
|
744
744
|
|
|
745
|
-
declare class Repository$
|
|
745
|
+
declare class Repository$14 implements Nomalism$1.Users.IApi {
|
|
746
746
|
route: string;
|
|
747
747
|
publicRoute: string;
|
|
748
748
|
private api;
|
|
@@ -759,10 +759,10 @@ declare class Repository$13 implements Nomalism$1.Users.IApi {
|
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
declare namespace user {
|
|
762
|
-
export { Repository$
|
|
762
|
+
export { Repository$14 as default };
|
|
763
763
|
}
|
|
764
764
|
|
|
765
|
-
declare class Repository$
|
|
765
|
+
declare class Repository$13 implements Nomalism$1.VatTax.IRepository {
|
|
766
766
|
route: string;
|
|
767
767
|
publicRoute: string;
|
|
768
768
|
private api;
|
|
@@ -778,10 +778,10 @@ declare class Repository$12 implements Nomalism$1.VatTax.IRepository {
|
|
|
778
778
|
}
|
|
779
779
|
|
|
780
780
|
declare namespace vatTax {
|
|
781
|
-
export { Repository$
|
|
781
|
+
export { Repository$13 as default };
|
|
782
782
|
}
|
|
783
783
|
|
|
784
|
-
declare class Repository$
|
|
784
|
+
declare class Repository$12 implements Nomalism$1.VatTaxZone.IRepository {
|
|
785
785
|
route: string;
|
|
786
786
|
publicRoute: string;
|
|
787
787
|
private api;
|
|
@@ -797,10 +797,10 @@ declare class Repository$11 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
797
797
|
}
|
|
798
798
|
|
|
799
799
|
declare namespace vatTaxZone {
|
|
800
|
-
export { Repository$
|
|
800
|
+
export { Repository$12 as default };
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
declare class Repository$
|
|
803
|
+
declare class Repository$11 implements Nomalism$1.Workflow.IApi {
|
|
804
804
|
route: string;
|
|
805
805
|
publicRoute: string;
|
|
806
806
|
private api;
|
|
@@ -813,10 +813,10 @@ declare class Repository$10 implements Nomalism$1.Workflow.IApi {
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
declare namespace workflow {
|
|
816
|
-
export { Repository$
|
|
816
|
+
export { Repository$11 as default };
|
|
817
817
|
}
|
|
818
818
|
|
|
819
|
-
declare class Repository
|
|
819
|
+
declare class Repository$10 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
820
820
|
route: string;
|
|
821
821
|
publicRoute: string;
|
|
822
822
|
private api;
|
|
@@ -830,10 +830,10 @@ declare class Repository$$ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
declare namespace deliveryMethods {
|
|
833
|
-
export { Repository
|
|
833
|
+
export { Repository$10 as default };
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
-
declare class Repository
|
|
836
|
+
declare class Repository$$ implements Nomalism$1.MaturityDates.IRepository {
|
|
837
837
|
route: string;
|
|
838
838
|
publicRoute: string;
|
|
839
839
|
private api;
|
|
@@ -847,10 +847,10 @@ declare class Repository$_ implements Nomalism$1.MaturityDates.IRepository {
|
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
declare namespace maturityDates {
|
|
850
|
-
export { Repository
|
|
850
|
+
export { Repository$$ as default };
|
|
851
851
|
}
|
|
852
852
|
|
|
853
|
-
declare class Repository$
|
|
853
|
+
declare class Repository$_ implements Nomalism$1.PaymentMethods.IRepository {
|
|
854
854
|
route: string;
|
|
855
855
|
publicRoute: string;
|
|
856
856
|
private api;
|
|
@@ -864,10 +864,10 @@ declare class Repository$Z implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
864
864
|
}
|
|
865
865
|
|
|
866
866
|
declare namespace paymentMethods {
|
|
867
|
-
export { Repository$
|
|
867
|
+
export { Repository$_ as default };
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
-
declare class Repository$
|
|
870
|
+
declare class Repository$Z implements Nomalism$1.Vehicles.IApi {
|
|
871
871
|
route: string;
|
|
872
872
|
publicRoute: string;
|
|
873
873
|
private api;
|
|
@@ -879,10 +879,10 @@ declare class Repository$Y implements Nomalism$1.Vehicles.IApi {
|
|
|
879
879
|
}
|
|
880
880
|
|
|
881
881
|
declare namespace vehicles {
|
|
882
|
-
export { Repository$
|
|
882
|
+
export { Repository$Z as default };
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
declare class Repository$
|
|
885
|
+
declare class Repository$Y implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
886
886
|
route: string;
|
|
887
887
|
publicRoute: string;
|
|
888
888
|
private api;
|
|
@@ -892,10 +892,10 @@ declare class Repository$X implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
declare namespace externalDocumentType {
|
|
895
|
-
export { Repository$
|
|
895
|
+
export { Repository$Y as default };
|
|
896
896
|
}
|
|
897
897
|
|
|
898
|
-
declare class Repository$
|
|
898
|
+
declare class Repository$X implements Nomalism$1.DocumentSet.IRepository {
|
|
899
899
|
route: string;
|
|
900
900
|
publicRoute: string;
|
|
901
901
|
private api;
|
|
@@ -909,10 +909,10 @@ declare class Repository$W implements Nomalism$1.DocumentSet.IRepository {
|
|
|
909
909
|
}
|
|
910
910
|
|
|
911
911
|
declare namespace documentSet {
|
|
912
|
-
export { Repository$
|
|
912
|
+
export { Repository$X as default };
|
|
913
913
|
}
|
|
914
914
|
|
|
915
|
-
declare class Repository$
|
|
915
|
+
declare class Repository$W implements Nomalism$1.Payment.IRepository {
|
|
916
916
|
route: string;
|
|
917
917
|
publicRoute: string;
|
|
918
918
|
private api;
|
|
@@ -938,10 +938,10 @@ declare class Repository$V implements Nomalism$1.Payment.IRepository {
|
|
|
938
938
|
}
|
|
939
939
|
|
|
940
940
|
declare namespace payment {
|
|
941
|
-
export { Repository$
|
|
941
|
+
export { Repository$W as default };
|
|
942
942
|
}
|
|
943
943
|
|
|
944
|
-
declare class Repository$
|
|
944
|
+
declare class Repository$V implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
945
945
|
route: string;
|
|
946
946
|
publicRoute: string;
|
|
947
947
|
private api;
|
|
@@ -960,10 +960,10 @@ declare class Repository$U implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
declare namespace externalDocumentHeader {
|
|
963
|
-
export { Repository$
|
|
963
|
+
export { Repository$V as default };
|
|
964
964
|
}
|
|
965
965
|
|
|
966
|
-
declare class Repository$
|
|
966
|
+
declare class Repository$U implements Nomalism$1.ClientCurrentAccount.IApi {
|
|
967
967
|
route: string;
|
|
968
968
|
publicRoute: string;
|
|
969
969
|
private api;
|
|
@@ -978,10 +978,10 @@ declare class Repository$T implements Nomalism$1.ClientCurrentAccount.IApi {
|
|
|
978
978
|
}
|
|
979
979
|
|
|
980
980
|
declare namespace clientCurrentAccount {
|
|
981
|
-
export { Repository$
|
|
981
|
+
export { Repository$U as default };
|
|
982
982
|
}
|
|
983
983
|
|
|
984
|
-
declare class Repository$
|
|
984
|
+
declare class Repository$T implements Nomalism$1.ProviderCurrentAccount.IApi {
|
|
985
985
|
route: string;
|
|
986
986
|
publicRoute: string;
|
|
987
987
|
private api;
|
|
@@ -990,10 +990,10 @@ declare class Repository$S implements Nomalism$1.ProviderCurrentAccount.IApi {
|
|
|
990
990
|
}
|
|
991
991
|
|
|
992
992
|
declare namespace providerCurrentAccount {
|
|
993
|
-
export { Repository$
|
|
993
|
+
export { Repository$T as default };
|
|
994
994
|
}
|
|
995
995
|
|
|
996
|
-
declare class Repository$
|
|
996
|
+
declare class Repository$S implements Nomalism$1.VatValidation.IRepository {
|
|
997
997
|
route: string;
|
|
998
998
|
publicRoute: string;
|
|
999
999
|
private api;
|
|
@@ -1002,10 +1002,10 @@ declare class Repository$R implements Nomalism$1.VatValidation.IRepository {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
|
|
1004
1004
|
declare namespace vatValidation {
|
|
1005
|
-
export { Repository$
|
|
1005
|
+
export { Repository$S as default };
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
|
-
declare class Repository$
|
|
1008
|
+
declare class Repository$R implements Nomalism$1.StockMovement.IRepository {
|
|
1009
1009
|
route: string;
|
|
1010
1010
|
publicRoute: string;
|
|
1011
1011
|
private api;
|
|
@@ -1018,10 +1018,10 @@ declare class Repository$Q implements Nomalism$1.StockMovement.IRepository {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
1020
|
declare namespace stockMovement {
|
|
1021
|
-
export { Repository$
|
|
1021
|
+
export { Repository$R as default };
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
|
-
declare class Repository$
|
|
1024
|
+
declare class Repository$Q implements Nomalism$1.ZipCode.IRepository {
|
|
1025
1025
|
route: string;
|
|
1026
1026
|
publicRoute: string;
|
|
1027
1027
|
private api;
|
|
@@ -1031,10 +1031,10 @@ declare class Repository$P implements Nomalism$1.ZipCode.IRepository {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
1033
|
declare namespace zipCode {
|
|
1034
|
-
export { Repository$
|
|
1034
|
+
export { Repository$Q as default };
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
-
declare class Repository$
|
|
1037
|
+
declare class Repository$P implements Nomalism$1.Tenant.IRepository {
|
|
1038
1038
|
route: string;
|
|
1039
1039
|
publicRoute: string;
|
|
1040
1040
|
private api;
|
|
@@ -1046,10 +1046,10 @@ declare class Repository$O implements Nomalism$1.Tenant.IRepository {
|
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
1048
1048
|
declare namespace tenant {
|
|
1049
|
-
export { Repository$
|
|
1049
|
+
export { Repository$P as default };
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
|
-
declare class Repository$
|
|
1052
|
+
declare class Repository$O implements Nomalism$1.PreSale.IRepository {
|
|
1053
1053
|
route: string;
|
|
1054
1054
|
publicRoute: string;
|
|
1055
1055
|
private api;
|
|
@@ -1065,10 +1065,10 @@ declare class Repository$N implements Nomalism$1.PreSale.IRepository {
|
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
1067
|
declare namespace preSale {
|
|
1068
|
-
export { Repository$
|
|
1068
|
+
export { Repository$O as default };
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
|
-
declare class Repository$
|
|
1071
|
+
declare class Repository$N implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1072
1072
|
route: string;
|
|
1073
1073
|
publicRoute: string;
|
|
1074
1074
|
private api;
|
|
@@ -1078,10 +1078,10 @@ declare class Repository$M implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1078
1078
|
}
|
|
1079
1079
|
|
|
1080
1080
|
declare namespace preSaleProduct {
|
|
1081
|
-
export { Repository$
|
|
1081
|
+
export { Repository$N as default };
|
|
1082
1082
|
}
|
|
1083
1083
|
|
|
1084
|
-
declare class Repository$
|
|
1084
|
+
declare class Repository$M implements Nomalism$1.OrderManagement.IRepository {
|
|
1085
1085
|
route: string;
|
|
1086
1086
|
publicRoute: string;
|
|
1087
1087
|
private api;
|
|
@@ -1091,10 +1091,10 @@ declare class Repository$L implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
1093
|
declare namespace orderManagement {
|
|
1094
|
-
export { Repository$
|
|
1094
|
+
export { Repository$M as default };
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
declare class Repository$
|
|
1097
|
+
declare class Repository$L implements Nomalism$1.Npc.IRepository {
|
|
1098
1098
|
route: string;
|
|
1099
1099
|
publicRoute: string;
|
|
1100
1100
|
private api;
|
|
@@ -1105,10 +1105,10 @@ declare class Repository$K implements Nomalism$1.Npc.IRepository {
|
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
1107
|
declare namespace npc {
|
|
1108
|
-
export { Repository$
|
|
1108
|
+
export { Repository$L as default };
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
|
-
declare class Repository$
|
|
1111
|
+
declare class Repository$K implements Nomalism$1.Printer.IRepository {
|
|
1112
1112
|
route: string;
|
|
1113
1113
|
publicRoute: string;
|
|
1114
1114
|
private api;
|
|
@@ -1121,10 +1121,10 @@ declare class Repository$J implements Nomalism$1.Printer.IRepository {
|
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
declare namespace printer {
|
|
1124
|
-
export { Repository$
|
|
1124
|
+
export { Repository$K as default };
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
|
-
declare class Repository$
|
|
1127
|
+
declare class Repository$J implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1128
1128
|
route: string;
|
|
1129
1129
|
publicRoute: string;
|
|
1130
1130
|
private api;
|
|
@@ -1137,10 +1137,10 @@ declare class Repository$I implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
declare namespace schedulePrintJob {
|
|
1140
|
-
export { Repository$
|
|
1140
|
+
export { Repository$J as default };
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
|
-
declare class Repository$
|
|
1143
|
+
declare class Repository$I implements Nomalism$1.QueryList.IRepository {
|
|
1144
1144
|
route: string;
|
|
1145
1145
|
publicRoute: string;
|
|
1146
1146
|
private api;
|
|
@@ -1155,10 +1155,10 @@ declare class Repository$H implements Nomalism$1.QueryList.IRepository {
|
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
1157
|
declare namespace queryList {
|
|
1158
|
-
export { Repository$
|
|
1158
|
+
export { Repository$I as default };
|
|
1159
1159
|
}
|
|
1160
1160
|
|
|
1161
|
-
declare class Repository$
|
|
1161
|
+
declare class Repository$H implements Nomalism$1.QueryParameter.IRepository {
|
|
1162
1162
|
route: string;
|
|
1163
1163
|
publicRoute: string;
|
|
1164
1164
|
private api;
|
|
@@ -1172,10 +1172,10 @@ declare class Repository$G implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
1174
|
declare namespace queryParameter {
|
|
1175
|
-
export { Repository$
|
|
1175
|
+
export { Repository$H as default };
|
|
1176
1176
|
}
|
|
1177
1177
|
|
|
1178
|
-
declare class Repository$
|
|
1178
|
+
declare class Repository$G implements Nomalism$1.ReturnReason.IRepository {
|
|
1179
1179
|
route: string;
|
|
1180
1180
|
publicRoute: string;
|
|
1181
1181
|
private api;
|
|
@@ -1187,10 +1187,10 @@ declare class Repository$F implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1187
1187
|
}
|
|
1188
1188
|
|
|
1189
1189
|
declare namespace returnReason {
|
|
1190
|
-
export { Repository$
|
|
1190
|
+
export { Repository$G as default };
|
|
1191
1191
|
}
|
|
1192
1192
|
|
|
1193
|
-
declare class Repository$
|
|
1193
|
+
declare class Repository$F implements Nomalism$1.PropostaSheets.IRepository {
|
|
1194
1194
|
route: string;
|
|
1195
1195
|
publicRoute: string;
|
|
1196
1196
|
private api;
|
|
@@ -1207,10 +1207,10 @@ declare class Repository$E implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
1209
|
declare namespace propostaSheets {
|
|
1210
|
-
export { Repository$
|
|
1210
|
+
export { Repository$F as default };
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
-
declare class Repository$
|
|
1213
|
+
declare class Repository$E implements Nomalism$1.Schedule.IRepository {
|
|
1214
1214
|
route: string;
|
|
1215
1215
|
publicRoute: string;
|
|
1216
1216
|
private api;
|
|
@@ -1219,10 +1219,10 @@ declare class Repository$D implements Nomalism$1.Schedule.IRepository {
|
|
|
1219
1219
|
}
|
|
1220
1220
|
|
|
1221
1221
|
declare namespace schedule {
|
|
1222
|
-
export { Repository$
|
|
1222
|
+
export { Repository$E as default };
|
|
1223
1223
|
}
|
|
1224
1224
|
|
|
1225
|
-
declare class Repository$
|
|
1225
|
+
declare class Repository$D implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1226
1226
|
route: string;
|
|
1227
1227
|
publicRoute: string;
|
|
1228
1228
|
private api;
|
|
@@ -1234,10 +1234,10 @@ declare class Repository$C implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
1236
|
declare namespace googleFilePermission {
|
|
1237
|
-
export { Repository$
|
|
1237
|
+
export { Repository$D as default };
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
|
-
declare class Repository$
|
|
1240
|
+
declare class Repository$C implements Nomalism$1.Settings.IRepository {
|
|
1241
1241
|
route: string;
|
|
1242
1242
|
publicRoute: string;
|
|
1243
1243
|
private api;
|
|
@@ -1250,10 +1250,10 @@ declare class Repository$B implements Nomalism$1.Settings.IRepository {
|
|
|
1250
1250
|
}
|
|
1251
1251
|
|
|
1252
1252
|
declare namespace settings {
|
|
1253
|
-
export { Repository$
|
|
1253
|
+
export { Repository$C as default };
|
|
1254
1254
|
}
|
|
1255
1255
|
|
|
1256
|
-
declare class Repository$
|
|
1256
|
+
declare class Repository$B implements Nomalism$1.Tickets.IRepository {
|
|
1257
1257
|
route: string;
|
|
1258
1258
|
publicRoute: string;
|
|
1259
1259
|
private api;
|
|
@@ -1265,10 +1265,10 @@ declare class Repository$A implements Nomalism$1.Tickets.IRepository {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
1267
|
declare namespace tickets {
|
|
1268
|
-
export { Repository$
|
|
1268
|
+
export { Repository$B as default };
|
|
1269
1269
|
}
|
|
1270
1270
|
|
|
1271
|
-
declare class Repository$
|
|
1271
|
+
declare class Repository$A implements Nomalism$1.Channel.IRepository {
|
|
1272
1272
|
route: string;
|
|
1273
1273
|
publicRoute: string;
|
|
1274
1274
|
private api;
|
|
@@ -1282,10 +1282,10 @@ declare class Repository$z implements Nomalism$1.Channel.IRepository {
|
|
|
1282
1282
|
}
|
|
1283
1283
|
|
|
1284
1284
|
declare namespace channel {
|
|
1285
|
-
export { Repository$
|
|
1285
|
+
export { Repository$A as default };
|
|
1286
1286
|
}
|
|
1287
1287
|
|
|
1288
|
-
declare class Repository$
|
|
1288
|
+
declare class Repository$z implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1289
1289
|
route: string;
|
|
1290
1290
|
publicRoute: string;
|
|
1291
1291
|
private api;
|
|
@@ -1299,10 +1299,10 @@ declare class Repository$y implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
1301
|
declare namespace language {
|
|
1302
|
-
export { Repository$
|
|
1302
|
+
export { Repository$z as default };
|
|
1303
1303
|
}
|
|
1304
1304
|
|
|
1305
|
-
declare class Repository$
|
|
1305
|
+
declare class Repository$y implements Nomalism$1.CLT.IRepository {
|
|
1306
1306
|
route: string;
|
|
1307
1307
|
publicRoute: string;
|
|
1308
1308
|
private api;
|
|
@@ -1316,10 +1316,10 @@ declare class Repository$x implements Nomalism$1.CLT.IRepository {
|
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
1318
|
declare namespace clt {
|
|
1319
|
-
export { Repository$
|
|
1319
|
+
export { Repository$y as default };
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
|
-
declare class Repository$
|
|
1322
|
+
declare class Repository$x implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1323
1323
|
route: string;
|
|
1324
1324
|
publicRoute: string;
|
|
1325
1325
|
private api;
|
|
@@ -1328,10 +1328,10 @@ declare class Repository$w implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1331
|
-
export { Repository$
|
|
1331
|
+
export { Repository$x as default };
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
|
-
declare class Repository$
|
|
1334
|
+
declare class Repository$w implements Nomalism$1.Persona.IRepository {
|
|
1335
1335
|
route: string;
|
|
1336
1336
|
publicRoute: string;
|
|
1337
1337
|
private api;
|
|
@@ -1349,10 +1349,10 @@ declare class Repository$v implements Nomalism$1.Persona.IRepository {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
1351
|
declare namespace persona {
|
|
1352
|
-
export { Repository$
|
|
1352
|
+
export { Repository$w as default };
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
-
declare class Repository$
|
|
1355
|
+
declare class Repository$v implements Nomalism$1.ProjectInfo.IController {
|
|
1356
1356
|
route: string;
|
|
1357
1357
|
publicRoute: string;
|
|
1358
1358
|
private api;
|
|
@@ -1361,10 +1361,10 @@ declare class Repository$u implements Nomalism$1.ProjectInfo.IController {
|
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
1363
|
declare namespace projectInfo {
|
|
1364
|
-
export { Repository$
|
|
1364
|
+
export { Repository$v as default };
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
-
declare class Repository$
|
|
1367
|
+
declare class Repository$u implements Nomalism$1.Order.IRepository {
|
|
1368
1368
|
route: string;
|
|
1369
1369
|
publicRoute: string;
|
|
1370
1370
|
private api;
|
|
@@ -1379,10 +1379,10 @@ declare class Repository$t implements Nomalism$1.Order.IRepository {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
|
|
1381
1381
|
declare namespace order {
|
|
1382
|
-
export { Repository$
|
|
1382
|
+
export { Repository$u as default };
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
|
-
declare class Repository$
|
|
1385
|
+
declare class Repository$t implements Nomalism$1.Purchase.IApi {
|
|
1386
1386
|
route: string;
|
|
1387
1387
|
publicRoute: string;
|
|
1388
1388
|
private api;
|
|
@@ -1394,10 +1394,10 @@ declare class Repository$s implements Nomalism$1.Purchase.IApi {
|
|
|
1394
1394
|
}
|
|
1395
1395
|
|
|
1396
1396
|
declare namespace purchase {
|
|
1397
|
-
export { Repository$
|
|
1397
|
+
export { Repository$t as default };
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
|
-
declare class Repository$
|
|
1400
|
+
declare class Repository$s implements Nomalism$1.MaterialEntrance.IApi {
|
|
1401
1401
|
route: string;
|
|
1402
1402
|
publicRoute: string;
|
|
1403
1403
|
private api;
|
|
@@ -1411,10 +1411,10 @@ declare class Repository$r implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1411
1411
|
}
|
|
1412
1412
|
|
|
1413
1413
|
declare namespace materialEntrance {
|
|
1414
|
-
export { Repository$
|
|
1414
|
+
export { Repository$s as default };
|
|
1415
1415
|
}
|
|
1416
1416
|
|
|
1417
|
-
declare class Repository$
|
|
1417
|
+
declare class Repository$r implements Nomalism$1.Transformado.IRepository {
|
|
1418
1418
|
route: string;
|
|
1419
1419
|
publicRoute: string;
|
|
1420
1420
|
private api;
|
|
@@ -1423,10 +1423,10 @@ declare class Repository$q implements Nomalism$1.Transformado.IRepository {
|
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
1425
1425
|
declare namespace transformado {
|
|
1426
|
-
export { Repository$
|
|
1426
|
+
export { Repository$r as default };
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
|
-
declare class Repository$
|
|
1429
|
+
declare class Repository$q implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1430
1430
|
route: string;
|
|
1431
1431
|
publicRoute: string;
|
|
1432
1432
|
private api;
|
|
@@ -1435,10 +1435,10 @@ declare class Repository$p implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
1437
|
declare namespace upfrontReturn {
|
|
1438
|
-
export { Repository$
|
|
1438
|
+
export { Repository$q as default };
|
|
1439
1439
|
}
|
|
1440
1440
|
|
|
1441
|
-
declare class Repository$
|
|
1441
|
+
declare class Repository$p implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1442
1442
|
route: string;
|
|
1443
1443
|
publicRoute: string;
|
|
1444
1444
|
private api;
|
|
@@ -1450,10 +1450,10 @@ declare class Repository$o implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
|
|
1452
1452
|
declare namespace savedEmPicking {
|
|
1453
|
-
export { Repository$
|
|
1453
|
+
export { Repository$p as default };
|
|
1454
1454
|
}
|
|
1455
1455
|
|
|
1456
|
-
declare class Repository$
|
|
1456
|
+
declare class Repository$o implements Nomalism$1.EmailTemplate.IRepository {
|
|
1457
1457
|
route: string;
|
|
1458
1458
|
publicRoute: string;
|
|
1459
1459
|
private api;
|
|
@@ -1466,10 +1466,10 @@ declare class Repository$n implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1466
1466
|
}
|
|
1467
1467
|
|
|
1468
1468
|
declare namespace emailTemplate {
|
|
1469
|
-
export { Repository$
|
|
1469
|
+
export { Repository$o as default };
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
|
-
declare class Repository$
|
|
1472
|
+
declare class Repository$n implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1473
1473
|
route: string;
|
|
1474
1474
|
publicRoute: string;
|
|
1475
1475
|
private api;
|
|
@@ -1479,10 +1479,10 @@ declare class Repository$m implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
1481
|
declare namespace emailTemplateAttachment {
|
|
1482
|
-
export { Repository$
|
|
1482
|
+
export { Repository$n as default };
|
|
1483
1483
|
}
|
|
1484
1484
|
|
|
1485
|
-
declare class Repository$
|
|
1485
|
+
declare class Repository$m implements Nomalism$1.Prison.IApi {
|
|
1486
1486
|
route: string;
|
|
1487
1487
|
publicRoute: string;
|
|
1488
1488
|
private api;
|
|
@@ -1496,10 +1496,10 @@ declare class Repository$l implements Nomalism$1.Prison.IApi {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
|
|
1498
1498
|
declare namespace prison {
|
|
1499
|
-
export { Repository$
|
|
1499
|
+
export { Repository$m as default };
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
1502
|
-
declare class Repository$
|
|
1502
|
+
declare class Repository$l implements Nomalism$1.Quebra.IRepository {
|
|
1503
1503
|
route: string;
|
|
1504
1504
|
publicRoute: string;
|
|
1505
1505
|
private api;
|
|
@@ -1512,10 +1512,10 @@ declare class Repository$k implements Nomalism$1.Quebra.IRepository {
|
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
1514
|
declare namespace quebra {
|
|
1515
|
-
export { Repository$
|
|
1515
|
+
export { Repository$l as default };
|
|
1516
1516
|
}
|
|
1517
1517
|
|
|
1518
|
-
declare class Repository$
|
|
1518
|
+
declare class Repository$k implements Nomalism$1.Inventario.IRepository {
|
|
1519
1519
|
route: string;
|
|
1520
1520
|
publicRoute: string;
|
|
1521
1521
|
private api;
|
|
@@ -1524,10 +1524,10 @@ declare class Repository$j implements Nomalism$1.Inventario.IRepository {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
declare namespace inventario {
|
|
1527
|
-
export { Repository$
|
|
1527
|
+
export { Repository$k as default };
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
|
-
declare class Repository$
|
|
1530
|
+
declare class Repository$j implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1531
1531
|
route: string;
|
|
1532
1532
|
publicRoute: string;
|
|
1533
1533
|
private api;
|
|
@@ -1538,10 +1538,10 @@ declare class Repository$i implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1538
1538
|
}
|
|
1539
1539
|
|
|
1540
1540
|
declare namespace returnToProvider {
|
|
1541
|
-
export { Repository$
|
|
1541
|
+
export { Repository$j as default };
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
|
-
declare class Repository$
|
|
1544
|
+
declare class Repository$i implements Nomalism$1.EmailVerification.IApi {
|
|
1545
1545
|
route: string;
|
|
1546
1546
|
publicRoute: string;
|
|
1547
1547
|
private api;
|
|
@@ -1552,10 +1552,10 @@ declare class Repository$h implements Nomalism$1.EmailVerification.IApi {
|
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
1554
1554
|
declare namespace emailVerification {
|
|
1555
|
-
export { Repository$
|
|
1555
|
+
export { Repository$i as default };
|
|
1556
1556
|
}
|
|
1557
1557
|
|
|
1558
|
-
declare class Repository$
|
|
1558
|
+
declare class Repository$h implements Nomalism$1.EmailLog.IApi {
|
|
1559
1559
|
route: string;
|
|
1560
1560
|
publicRoute: string;
|
|
1561
1561
|
private api;
|
|
@@ -1567,10 +1567,10 @@ declare class Repository$g implements Nomalism$1.EmailLog.IApi {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
declare namespace emailLog {
|
|
1570
|
-
export { Repository$
|
|
1570
|
+
export { Repository$h as default };
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
-
declare class Repository$
|
|
1573
|
+
declare class Repository$g implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1574
1574
|
route: string;
|
|
1575
1575
|
publicRoute: string;
|
|
1576
1576
|
private api;
|
|
@@ -1581,10 +1581,10 @@ declare class Repository$f implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1581
1581
|
}
|
|
1582
1582
|
|
|
1583
1583
|
declare namespace documentLineNote {
|
|
1584
|
-
export { Repository$
|
|
1584
|
+
export { Repository$g as default };
|
|
1585
1585
|
}
|
|
1586
1586
|
|
|
1587
|
-
declare class Repository$
|
|
1587
|
+
declare class Repository$f implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1588
1588
|
route: string;
|
|
1589
1589
|
publicRoute: string;
|
|
1590
1590
|
private api;
|
|
@@ -1596,10 +1596,10 @@ declare class Repository$e implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1596
1596
|
}
|
|
1597
1597
|
|
|
1598
1598
|
declare namespace savedProviderProposal {
|
|
1599
|
-
export { Repository$
|
|
1599
|
+
export { Repository$f as default };
|
|
1600
1600
|
}
|
|
1601
1601
|
|
|
1602
|
-
declare class Repository$
|
|
1602
|
+
declare class Repository$e implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1603
1603
|
route: string;
|
|
1604
1604
|
publicRoute: string;
|
|
1605
1605
|
private api;
|
|
@@ -1630,10 +1630,10 @@ declare class Repository$d implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1630
1630
|
}
|
|
1631
1631
|
|
|
1632
1632
|
declare namespace productGoogleSheets {
|
|
1633
|
-
export { Repository$
|
|
1633
|
+
export { Repository$e as default };
|
|
1634
1634
|
}
|
|
1635
1635
|
|
|
1636
|
-
declare class Repository$
|
|
1636
|
+
declare class Repository$d implements Nomalism$1.Task.IRepository {
|
|
1637
1637
|
route: string;
|
|
1638
1638
|
publicRoute: string;
|
|
1639
1639
|
private api;
|
|
@@ -1647,10 +1647,10 @@ declare class Repository$c implements Nomalism$1.Task.IRepository {
|
|
|
1647
1647
|
}
|
|
1648
1648
|
|
|
1649
1649
|
declare namespace task {
|
|
1650
|
-
export { Repository$
|
|
1650
|
+
export { Repository$d as default };
|
|
1651
1651
|
}
|
|
1652
1652
|
|
|
1653
|
-
declare class Repository$
|
|
1653
|
+
declare class Repository$c implements Nomalism$1.TaskMessage.IRepository {
|
|
1654
1654
|
route: string;
|
|
1655
1655
|
publicRoute: string;
|
|
1656
1656
|
private api;
|
|
@@ -1661,10 +1661,10 @@ declare class Repository$b implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
1663
|
declare namespace taskMessage {
|
|
1664
|
-
export { Repository$
|
|
1664
|
+
export { Repository$c as default };
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
|
-
declare class Repository$
|
|
1667
|
+
declare class Repository$b implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1668
1668
|
route: string;
|
|
1669
1669
|
publicRoute: string;
|
|
1670
1670
|
private api;
|
|
@@ -1674,10 +1674,10 @@ declare class Repository$a implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
1676
|
declare namespace recurrentTasks {
|
|
1677
|
-
export { Repository$
|
|
1677
|
+
export { Repository$b as default };
|
|
1678
1678
|
}
|
|
1679
1679
|
|
|
1680
|
-
declare class Repository$
|
|
1680
|
+
declare class Repository$a implements Nomalism$1.TaskRead.IRepository {
|
|
1681
1681
|
route: string;
|
|
1682
1682
|
publicRoute: string;
|
|
1683
1683
|
private api;
|
|
@@ -1687,10 +1687,10 @@ declare class Repository$9 implements Nomalism$1.TaskRead.IRepository {
|
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
1689
1689
|
declare namespace taskRead {
|
|
1690
|
-
export { Repository$
|
|
1690
|
+
export { Repository$a as default };
|
|
1691
1691
|
}
|
|
1692
1692
|
|
|
1693
|
-
declare class Repository$
|
|
1693
|
+
declare class Repository$9 implements Nomalism$1.Theme.IRepository {
|
|
1694
1694
|
route: string;
|
|
1695
1695
|
publicRoute: string;
|
|
1696
1696
|
private api;
|
|
@@ -1699,10 +1699,10 @@ declare class Repository$8 implements Nomalism$1.Theme.IRepository {
|
|
|
1699
1699
|
}
|
|
1700
1700
|
|
|
1701
1701
|
declare namespace theme {
|
|
1702
|
-
export { Repository$
|
|
1702
|
+
export { Repository$9 as default };
|
|
1703
1703
|
}
|
|
1704
1704
|
|
|
1705
|
-
declare class Repository$
|
|
1705
|
+
declare class Repository$8 implements Nomalism$1.Dashboard.IRepository {
|
|
1706
1706
|
route: string;
|
|
1707
1707
|
publicRoute: string;
|
|
1708
1708
|
private api;
|
|
@@ -1711,10 +1711,10 @@ declare class Repository$7 implements Nomalism$1.Dashboard.IRepository {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
1713
|
declare namespace dashboard {
|
|
1714
|
-
export { Repository$
|
|
1714
|
+
export { Repository$8 as default };
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
|
-
declare class Repository$
|
|
1717
|
+
declare class Repository$7 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1718
1718
|
route: string;
|
|
1719
1719
|
publicRoute: string;
|
|
1720
1720
|
private api;
|
|
@@ -1727,10 +1727,10 @@ declare class Repository$6 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
1729
|
declare namespace chatRapidMessage {
|
|
1730
|
-
export { Repository$
|
|
1730
|
+
export { Repository$7 as default };
|
|
1731
1731
|
}
|
|
1732
1732
|
|
|
1733
|
-
declare class Repository$
|
|
1733
|
+
declare class Repository$6 implements Nomalism$1.SideMenu.IController {
|
|
1734
1734
|
route: string;
|
|
1735
1735
|
publicRoute: string;
|
|
1736
1736
|
private api;
|
|
@@ -1742,10 +1742,10 @@ declare class Repository$5 implements Nomalism$1.SideMenu.IController {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
|
|
1744
1744
|
declare namespace sideMenu {
|
|
1745
|
-
export { Repository$
|
|
1745
|
+
export { Repository$6 as default };
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
|
-
declare class Repository$
|
|
1748
|
+
declare class Repository$5 implements Nomalism$1.ErrorLog.IRepository {
|
|
1749
1749
|
route: string;
|
|
1750
1750
|
publicRoute: string;
|
|
1751
1751
|
private api;
|
|
@@ -1754,10 +1754,10 @@ declare class Repository$4 implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
1756
|
declare namespace errorLog {
|
|
1757
|
-
export { Repository$
|
|
1757
|
+
export { Repository$5 as default };
|
|
1758
1758
|
}
|
|
1759
1759
|
|
|
1760
|
-
declare class Repository$
|
|
1760
|
+
declare class Repository$4 implements Nomalism$1.AdminPanel.IRepository {
|
|
1761
1761
|
route: string;
|
|
1762
1762
|
publicRoute: string;
|
|
1763
1763
|
private api;
|
|
@@ -1766,10 +1766,10 @@ declare class Repository$3 implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
1768
|
declare namespace adminPanel {
|
|
1769
|
-
export { Repository$
|
|
1769
|
+
export { Repository$4 as default };
|
|
1770
1770
|
}
|
|
1771
1771
|
|
|
1772
|
-
declare class Repository$
|
|
1772
|
+
declare class Repository$3 implements Nomalism$1.DocumentLineRm.IController {
|
|
1773
1773
|
route: string;
|
|
1774
1774
|
publicRoute: string;
|
|
1775
1775
|
private api;
|
|
@@ -1779,10 +1779,10 @@ declare class Repository$2 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1779
1779
|
}
|
|
1780
1780
|
|
|
1781
1781
|
declare namespace documentLineRm {
|
|
1782
|
-
export { Repository$
|
|
1782
|
+
export { Repository$3 as default };
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
|
-
declare class Repository$
|
|
1785
|
+
declare class Repository$2 implements Nomalism$1.DocumentLineRm.IController {
|
|
1786
1786
|
route: string;
|
|
1787
1787
|
publicRoute: string;
|
|
1788
1788
|
private api;
|
|
@@ -1792,10 +1792,10 @@ declare class Repository$1 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
declare namespace documentLineMt {
|
|
1795
|
-
export { Repository$
|
|
1795
|
+
export { Repository$2 as default };
|
|
1796
1796
|
}
|
|
1797
1797
|
|
|
1798
|
-
declare class Repository implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1798
|
+
declare class Repository$1 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1799
1799
|
route: string;
|
|
1800
1800
|
publicRoute: string;
|
|
1801
1801
|
private api;
|
|
@@ -1808,6 +1808,21 @@ declare class Repository implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
1810
|
declare namespace chatSubscriber {
|
|
1811
|
+
export { Repository$1 as default };
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
declare class Repository implements Nomalism$1.Tag.IRepository {
|
|
1815
|
+
route: string;
|
|
1816
|
+
publicRoute: string;
|
|
1817
|
+
private api;
|
|
1818
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1819
|
+
create(body: Nomalism$1.Tag.ICreateRequest): Promise<void>;
|
|
1820
|
+
findByDocumentHeaderId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Tag.IFindResponse[]>;
|
|
1821
|
+
updateMany(body: Nomalism$1.Tag.IUpdateManyRequest[]): Promise<void>;
|
|
1822
|
+
delete(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
declare namespace tag {
|
|
1811
1826
|
export { Repository as default };
|
|
1812
1827
|
}
|
|
1813
1828
|
|
|
@@ -1829,120 +1844,121 @@ declare class API {
|
|
|
1829
1844
|
processEnvironment: IEnvironment;
|
|
1830
1845
|
client: AxiosInstance;
|
|
1831
1846
|
services: Record<IService, string>;
|
|
1832
|
-
BankData: Repository$
|
|
1833
|
-
Client: Repository$
|
|
1834
|
-
ClientType: Repository$
|
|
1835
|
-
Chat: Repository$
|
|
1836
|
-
Commissioner: Repository$
|
|
1837
|
-
Country: Repository$
|
|
1838
|
-
DocumentHeader: Repository$
|
|
1839
|
-
BillOfLading: Repository$
|
|
1840
|
-
ProductionOrder: Repository$
|
|
1841
|
-
Proforma: Repository$
|
|
1842
|
-
PropostaFornecedor: Repository$
|
|
1843
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1844
|
-
ProviderFinancialCreditNote: Repository$
|
|
1845
|
-
ProviderServiceInvoice: Repository$
|
|
1846
|
-
DocumentLine: Repository$
|
|
1847
|
-
DocumentLineAssoc: Repository$
|
|
1848
|
-
DocumentType: Repository$
|
|
1849
|
-
Favorites: Repository$
|
|
1850
|
-
File: Repository$
|
|
1851
|
-
GoogleSheets: Repository$
|
|
1852
|
-
GroupPermissions: Repository$
|
|
1853
|
-
Language: Repository$
|
|
1854
|
-
Location: Repository$
|
|
1855
|
-
Logout: Repository$
|
|
1856
|
-
Multimedia: Repository$
|
|
1857
|
-
Observation: Repository$
|
|
1858
|
-
ObservationType: Repository$
|
|
1859
|
-
Password: Repository$
|
|
1860
|
-
Permissions: Repository$
|
|
1861
|
-
ProductImage: Repository$
|
|
1862
|
-
Promotion: Repository$
|
|
1863
|
-
PromotionAssoc: Repository$
|
|
1864
|
-
Providers: Repository$
|
|
1865
|
-
ProviderType: Repository$
|
|
1866
|
-
PurchaseConditions: Repository$
|
|
1867
|
-
ReasonForExemption: Repository$
|
|
1868
|
-
RefreshToken: Repository$
|
|
1869
|
-
SegmentsArea: Repository$
|
|
1870
|
-
Sessions: Repository$
|
|
1871
|
-
Shippings: Repository$
|
|
1872
|
-
StoreOperator: Repository$
|
|
1873
|
-
Swift: Repository$
|
|
1874
|
-
TypeOfLocation: Repository$
|
|
1875
|
-
UnitOfMeasure: Repository$
|
|
1876
|
-
UserPermissions: Repository$
|
|
1877
|
-
UserPositions: Repository$
|
|
1878
|
-
Users: Repository$
|
|
1879
|
-
VatTax: Repository$
|
|
1880
|
-
VatTaxZone: Repository$
|
|
1881
|
-
Workflow: Repository$
|
|
1882
|
-
DeliveryMethods: Repository
|
|
1883
|
-
MaturityDates: Repository
|
|
1884
|
-
PaymentMethods: Repository$
|
|
1885
|
-
Vehicles: Repository$
|
|
1886
|
-
ExternalDocumentType: Repository$
|
|
1887
|
-
DocumentSet: Repository$
|
|
1888
|
-
Payment: Repository$
|
|
1889
|
-
ExternalDocumentHeader: Repository$
|
|
1890
|
-
ClientCurrentAccount: Repository$
|
|
1891
|
-
ProviderCurrentAccount: Repository$
|
|
1892
|
-
VatValidation: Repository$
|
|
1893
|
-
StockMovement: Repository$
|
|
1894
|
-
ZipCode: Repository$
|
|
1895
|
-
Tenant: Repository$
|
|
1896
|
-
PreSale: Repository$
|
|
1897
|
-
PreSaleProduct: Repository$
|
|
1898
|
-
OrderManagement: Repository$
|
|
1899
|
-
Npc: Repository$
|
|
1900
|
-
Printer: Repository$
|
|
1901
|
-
SchedulePrintJob: Repository$
|
|
1902
|
-
QueryList: Repository$
|
|
1903
|
-
QueryParameter: Repository$
|
|
1904
|
-
ReturnReason: Repository$
|
|
1905
|
-
PropostaSheets: Repository$
|
|
1906
|
-
Schedule: Repository$
|
|
1907
|
-
GoogleFilePermission: Repository$
|
|
1908
|
-
Settings: Repository$
|
|
1909
|
-
Tickets: Repository$
|
|
1910
|
-
Channel: Repository$
|
|
1911
|
-
TicketsLanguage: Repository$
|
|
1912
|
-
Clt: Repository$
|
|
1913
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1914
|
-
Persona: Repository$
|
|
1915
|
-
ProjectInfo: Repository$
|
|
1916
|
-
Order: Repository$
|
|
1917
|
-
Purchase: Repository$
|
|
1918
|
-
MaterialEntrance: Repository$
|
|
1919
|
-
Transformado: Repository$
|
|
1920
|
-
UpfrontReturn: Repository$
|
|
1921
|
-
SavedEmPicking: Repository$
|
|
1922
|
-
EmailTemplate: Repository$
|
|
1923
|
-
EmailTemplateAttachment: Repository$
|
|
1924
|
-
Prison: Repository$
|
|
1925
|
-
Quebra: Repository$
|
|
1926
|
-
Inventario: Repository$
|
|
1927
|
-
ReturnToProvider: Repository$
|
|
1928
|
-
EmailVerification: Repository$
|
|
1929
|
-
EmailLog: Repository$
|
|
1930
|
-
DocumentLineNote: Repository$
|
|
1931
|
-
SavedProviderProposal: Repository$
|
|
1932
|
-
ProductGoogleSheets: Repository$
|
|
1933
|
-
Task: Repository$
|
|
1934
|
-
TaskMessage: Repository$
|
|
1935
|
-
RecurrentTasks: Repository$
|
|
1936
|
-
TaskRead: Repository$
|
|
1937
|
-
Theme: Repository$
|
|
1938
|
-
Dashboard: Repository$
|
|
1939
|
-
ChatRapidMessage: Repository$
|
|
1940
|
-
SideMenu: Repository$
|
|
1941
|
-
ErrorLog: Repository$
|
|
1942
|
-
AdminPanel: Repository$
|
|
1943
|
-
DocumentLineRm: Repository$
|
|
1944
|
-
DocumentLineMt: Repository$
|
|
1945
|
-
ChatSubscriber: Repository;
|
|
1847
|
+
BankData: Repository$1O;
|
|
1848
|
+
Client: Repository$1N;
|
|
1849
|
+
ClientType: Repository$1M;
|
|
1850
|
+
Chat: Repository$1L;
|
|
1851
|
+
Commissioner: Repository$1K;
|
|
1852
|
+
Country: Repository$1J;
|
|
1853
|
+
DocumentHeader: Repository$1I;
|
|
1854
|
+
BillOfLading: Repository$1H;
|
|
1855
|
+
ProductionOrder: Repository$1G;
|
|
1856
|
+
Proforma: Repository$1F;
|
|
1857
|
+
PropostaFornecedor: Repository$1E;
|
|
1858
|
+
ProviderCreditNoteFromReturn: Repository$1D;
|
|
1859
|
+
ProviderFinancialCreditNote: Repository$1C;
|
|
1860
|
+
ProviderServiceInvoice: Repository$1B;
|
|
1861
|
+
DocumentLine: Repository$1A;
|
|
1862
|
+
DocumentLineAssoc: Repository$1z;
|
|
1863
|
+
DocumentType: Repository$1y;
|
|
1864
|
+
Favorites: Repository$1x;
|
|
1865
|
+
File: Repository$1w;
|
|
1866
|
+
GoogleSheets: Repository$1v;
|
|
1867
|
+
GroupPermissions: Repository$1u;
|
|
1868
|
+
Language: Repository$1t;
|
|
1869
|
+
Location: Repository$1s;
|
|
1870
|
+
Logout: Repository$1r;
|
|
1871
|
+
Multimedia: Repository$1q;
|
|
1872
|
+
Observation: Repository$1p;
|
|
1873
|
+
ObservationType: Repository$1o;
|
|
1874
|
+
Password: Repository$1n;
|
|
1875
|
+
Permissions: Repository$1m;
|
|
1876
|
+
ProductImage: Repository$1l;
|
|
1877
|
+
Promotion: Repository$1k;
|
|
1878
|
+
PromotionAssoc: Repository$1j;
|
|
1879
|
+
Providers: Repository$1i;
|
|
1880
|
+
ProviderType: Repository$1h;
|
|
1881
|
+
PurchaseConditions: Repository$1g;
|
|
1882
|
+
ReasonForExemption: Repository$1f;
|
|
1883
|
+
RefreshToken: Repository$1e;
|
|
1884
|
+
SegmentsArea: Repository$1d;
|
|
1885
|
+
Sessions: Repository$1c;
|
|
1886
|
+
Shippings: Repository$1b;
|
|
1887
|
+
StoreOperator: Repository$1a;
|
|
1888
|
+
Swift: Repository$19;
|
|
1889
|
+
TypeOfLocation: Repository$18;
|
|
1890
|
+
UnitOfMeasure: Repository$17;
|
|
1891
|
+
UserPermissions: Repository$16;
|
|
1892
|
+
UserPositions: Repository$15;
|
|
1893
|
+
Users: Repository$14;
|
|
1894
|
+
VatTax: Repository$13;
|
|
1895
|
+
VatTaxZone: Repository$12;
|
|
1896
|
+
Workflow: Repository$11;
|
|
1897
|
+
DeliveryMethods: Repository$10;
|
|
1898
|
+
MaturityDates: Repository$$;
|
|
1899
|
+
PaymentMethods: Repository$_;
|
|
1900
|
+
Vehicles: Repository$Z;
|
|
1901
|
+
ExternalDocumentType: Repository$Y;
|
|
1902
|
+
DocumentSet: Repository$X;
|
|
1903
|
+
Payment: Repository$W;
|
|
1904
|
+
ExternalDocumentHeader: Repository$V;
|
|
1905
|
+
ClientCurrentAccount: Repository$U;
|
|
1906
|
+
ProviderCurrentAccount: Repository$T;
|
|
1907
|
+
VatValidation: Repository$S;
|
|
1908
|
+
StockMovement: Repository$R;
|
|
1909
|
+
ZipCode: Repository$Q;
|
|
1910
|
+
Tenant: Repository$P;
|
|
1911
|
+
PreSale: Repository$O;
|
|
1912
|
+
PreSaleProduct: Repository$N;
|
|
1913
|
+
OrderManagement: Repository$M;
|
|
1914
|
+
Npc: Repository$L;
|
|
1915
|
+
Printer: Repository$K;
|
|
1916
|
+
SchedulePrintJob: Repository$J;
|
|
1917
|
+
QueryList: Repository$I;
|
|
1918
|
+
QueryParameter: Repository$H;
|
|
1919
|
+
ReturnReason: Repository$G;
|
|
1920
|
+
PropostaSheets: Repository$F;
|
|
1921
|
+
Schedule: Repository$E;
|
|
1922
|
+
GoogleFilePermission: Repository$D;
|
|
1923
|
+
Settings: Repository$C;
|
|
1924
|
+
Tickets: Repository$B;
|
|
1925
|
+
Channel: Repository$A;
|
|
1926
|
+
TicketsLanguage: Repository$z;
|
|
1927
|
+
Clt: Repository$y;
|
|
1928
|
+
StartDocumentHeaderLastUpdate: Repository$x;
|
|
1929
|
+
Persona: Repository$w;
|
|
1930
|
+
ProjectInfo: Repository$v;
|
|
1931
|
+
Order: Repository$u;
|
|
1932
|
+
Purchase: Repository$t;
|
|
1933
|
+
MaterialEntrance: Repository$s;
|
|
1934
|
+
Transformado: Repository$r;
|
|
1935
|
+
UpfrontReturn: Repository$q;
|
|
1936
|
+
SavedEmPicking: Repository$p;
|
|
1937
|
+
EmailTemplate: Repository$o;
|
|
1938
|
+
EmailTemplateAttachment: Repository$n;
|
|
1939
|
+
Prison: Repository$m;
|
|
1940
|
+
Quebra: Repository$l;
|
|
1941
|
+
Inventario: Repository$k;
|
|
1942
|
+
ReturnToProvider: Repository$j;
|
|
1943
|
+
EmailVerification: Repository$i;
|
|
1944
|
+
EmailLog: Repository$h;
|
|
1945
|
+
DocumentLineNote: Repository$g;
|
|
1946
|
+
SavedProviderProposal: Repository$f;
|
|
1947
|
+
ProductGoogleSheets: Repository$e;
|
|
1948
|
+
Task: Repository$d;
|
|
1949
|
+
TaskMessage: Repository$c;
|
|
1950
|
+
RecurrentTasks: Repository$b;
|
|
1951
|
+
TaskRead: Repository$a;
|
|
1952
|
+
Theme: Repository$9;
|
|
1953
|
+
Dashboard: Repository$8;
|
|
1954
|
+
ChatRapidMessage: Repository$7;
|
|
1955
|
+
SideMenu: Repository$6;
|
|
1956
|
+
ErrorLog: Repository$5;
|
|
1957
|
+
AdminPanel: Repository$4;
|
|
1958
|
+
DocumentLineRm: Repository$3;
|
|
1959
|
+
DocumentLineMt: Repository$2;
|
|
1960
|
+
ChatSubscriber: Repository$1;
|
|
1961
|
+
Tag: Repository;
|
|
1946
1962
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1947
1963
|
}
|
|
1948
1964
|
|
|
@@ -1952,7 +1968,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1952
1968
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1953
1969
|
type Nomalism_IOptions = IOptions;
|
|
1954
1970
|
declare namespace Nomalism {
|
|
1955
|
-
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientCurrentAccount as ClientCurrentAccount, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, 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, 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, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerCurrentAccount as ProviderCurrentAccount, 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, 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 };
|
|
1971
|
+
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientCurrentAccount as ClientCurrentAccount, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, 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, 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, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerCurrentAccount as ProviderCurrentAccount, 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 };
|
|
1956
1972
|
}
|
|
1957
1973
|
|
|
1958
1974
|
export { Nomalism as default };
|