@nomalism-com/api 0.38.2 → 0.39.1
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 +4321 -0
- package/dist/index.d.ts +353 -337
- package/dist/index.js +35 -0
- package/package.json +8 -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$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;
|
|
@@ -128,7 +128,7 @@ declare class Repository$1H implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
128
128
|
findClientUnpaidDebit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
129
129
|
findUnpaidCommissions(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
130
130
|
create(body: Nomalism$1.DocumentHeader.ICreateRequest): Promise<Nomalism$1.DocumentHeader.ICreateResponse>;
|
|
131
|
-
createFromHeader(body: Nomalism$1.DocumentHeader.ICreateFromHeaderRequest): Promise<
|
|
131
|
+
createFromHeader(body: Nomalism$1.DocumentHeader.ICreateFromHeaderRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
132
132
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.DocumentHeader.IUpdateRequest): Promise<void>;
|
|
133
133
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
134
134
|
getActions(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IGetActionsResponse[]>;
|
|
@@ -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.DocumentHeaderHistory.IRepository {
|
|
153
153
|
route: string;
|
|
154
154
|
publicRoute: string;
|
|
155
155
|
private api;
|
|
@@ -158,18 +158,18 @@ declare class Repository$1G implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
declare namespace documentHeaderHistory {
|
|
161
|
-
export { Repository$
|
|
161
|
+
export { Repository$1H as default };
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
declare class Repository$
|
|
164
|
+
declare class Repository$1G implements Nomalism$1.BillOfLading.IRepository {
|
|
165
165
|
route: string;
|
|
166
166
|
publicRoute: string;
|
|
167
167
|
private api;
|
|
168
168
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
169
|
-
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<
|
|
169
|
+
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
declare class Repository$
|
|
172
|
+
declare class Repository$1F implements Nomalism$1.ProductionOrder.IRepository {
|
|
173
173
|
route: string;
|
|
174
174
|
publicRoute: string;
|
|
175
175
|
private api;
|
|
@@ -177,15 +177,15 @@ declare class Repository$1E implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
177
177
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
declare class Repository$
|
|
180
|
+
declare class Repository$1E implements Nomalism$1.Proforma.IRepository {
|
|
181
181
|
route: string;
|
|
182
182
|
publicRoute: string;
|
|
183
183
|
private api;
|
|
184
184
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
185
|
-
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<
|
|
185
|
+
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
declare class Repository$
|
|
188
|
+
declare class Repository$1D implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
189
189
|
route: string;
|
|
190
190
|
publicRoute: string;
|
|
191
191
|
private api;
|
|
@@ -193,7 +193,7 @@ declare class Repository$1C implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
193
193
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
declare class Repository$
|
|
196
|
+
declare class Repository$1C implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
197
197
|
route: string;
|
|
198
198
|
publicRoute: string;
|
|
199
199
|
private api;
|
|
@@ -202,7 +202,7 @@ declare class Repository$1B implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
202
202
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
declare class Repository$
|
|
205
|
+
declare class Repository$1B implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
206
206
|
route: string;
|
|
207
207
|
publicRoute: string;
|
|
208
208
|
private api;
|
|
@@ -211,7 +211,7 @@ declare class Repository$1A implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
211
211
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
declare class Repository$
|
|
214
|
+
declare class Repository$1A implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
215
215
|
route: string;
|
|
216
216
|
publicRoute: string;
|
|
217
217
|
private api;
|
|
@@ -219,7 +219,7 @@ declare class Repository$1z implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
219
219
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
declare class Repository$
|
|
222
|
+
declare class Repository$1z implements Nomalism$1.DocumentLine.IRepository {
|
|
223
223
|
route: string;
|
|
224
224
|
publicRoute: string;
|
|
225
225
|
private api;
|
|
@@ -236,10 +236,10 @@ declare class Repository$1y implements Nomalism$1.DocumentLine.IRepository {
|
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
declare namespace documentLine {
|
|
239
|
-
export { Repository$
|
|
239
|
+
export { Repository$1z as default };
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
declare class Repository$
|
|
242
|
+
declare class Repository$1y implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
243
243
|
route: string;
|
|
244
244
|
publicRoute: string;
|
|
245
245
|
private api;
|
|
@@ -252,10 +252,10 @@ declare class Repository$1x implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
declare namespace documentLineAssoc {
|
|
255
|
-
export { Repository$
|
|
255
|
+
export { Repository$1y as default };
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
-
declare class Repository$
|
|
258
|
+
declare class Repository$1x implements Nomalism$1.DocumentType.IApi {
|
|
259
259
|
route: string;
|
|
260
260
|
publicRoute: string;
|
|
261
261
|
private api;
|
|
@@ -269,10 +269,10 @@ declare class Repository$1w implements Nomalism$1.DocumentType.IApi {
|
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
declare namespace documentType {
|
|
272
|
-
export { Repository$
|
|
272
|
+
export { Repository$1x as default };
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
declare class Repository$
|
|
275
|
+
declare class Repository$1w implements Nomalism$1.Favorites.IRepository {
|
|
276
276
|
route: string;
|
|
277
277
|
publicRoute: string;
|
|
278
278
|
private api;
|
|
@@ -284,10 +284,10 @@ declare class Repository$1v implements Nomalism$1.Favorites.IRepository {
|
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
declare namespace favorites {
|
|
287
|
-
export { Repository$
|
|
287
|
+
export { Repository$1w as default };
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
declare class Repository$
|
|
290
|
+
declare class Repository$1v implements Nomalism$1.File.IRepository {
|
|
291
291
|
route: string;
|
|
292
292
|
publicRoute: string;
|
|
293
293
|
private api;
|
|
@@ -299,10 +299,10 @@ declare class Repository$1u implements Nomalism$1.File.IRepository {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
declare namespace file {
|
|
302
|
-
export { Repository$
|
|
302
|
+
export { Repository$1v as default };
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
declare class Repository$
|
|
305
|
+
declare class Repository$1u implements Nomalism$1.GoogleSheets.IController {
|
|
306
306
|
route: string;
|
|
307
307
|
publicRoute: string;
|
|
308
308
|
private api;
|
|
@@ -314,10 +314,10 @@ declare class Repository$1t implements Nomalism$1.GoogleSheets.IController {
|
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
declare namespace googleSheets {
|
|
317
|
-
export { Repository$
|
|
317
|
+
export { Repository$1u as default };
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
declare class Repository$
|
|
320
|
+
declare class Repository$1t implements Nomalism$1.GroupPermissions.IApi {
|
|
321
321
|
route: string;
|
|
322
322
|
publicRoute: string;
|
|
323
323
|
private api;
|
|
@@ -329,11 +329,11 @@ declare class Repository$1s implements Nomalism$1.GroupPermissions.IApi {
|
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
declare namespace groupPermission {
|
|
332
|
-
export { Repository$
|
|
332
|
+
export { Repository$1t as default };
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
336
|
-
declare class Repository$
|
|
336
|
+
declare class Repository$1s implements Nomalism$1.Language.IRepository {
|
|
337
337
|
route: string;
|
|
338
338
|
publicRoute: string;
|
|
339
339
|
private api;
|
|
@@ -348,10 +348,10 @@ declare class Repository$1r implements Nomalism$1.Language.IRepository {
|
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
declare namespace language$1 {
|
|
351
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
351
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1s as default };
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
declare class Repository$
|
|
354
|
+
declare class Repository$1r implements Nomalism$1.Location.IRepository {
|
|
355
355
|
route: string;
|
|
356
356
|
publicRoute: string;
|
|
357
357
|
private api;
|
|
@@ -367,10 +367,10 @@ declare class Repository$1q implements Nomalism$1.Location.IRepository {
|
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
declare namespace location {
|
|
370
|
-
export { Repository$
|
|
370
|
+
export { Repository$1r as default };
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
declare class Repository$
|
|
373
|
+
declare class Repository$1q {
|
|
374
374
|
route: string;
|
|
375
375
|
publicRoute: string;
|
|
376
376
|
private api;
|
|
@@ -379,10 +379,10 @@ declare class Repository$1p {
|
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
declare namespace logout {
|
|
382
|
-
export { Repository$
|
|
382
|
+
export { Repository$1q as default };
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
declare class Repository$
|
|
385
|
+
declare class Repository$1p implements Nomalism$1.Multimedia.IApi {
|
|
386
386
|
route: string;
|
|
387
387
|
publicRoute: string;
|
|
388
388
|
private api;
|
|
@@ -392,10 +392,10 @@ declare class Repository$1o implements Nomalism$1.Multimedia.IApi {
|
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
declare namespace multimedia {
|
|
395
|
-
export { Repository$
|
|
395
|
+
export { Repository$1p as default };
|
|
396
396
|
}
|
|
397
397
|
|
|
398
|
-
declare class Repository$
|
|
398
|
+
declare class Repository$1o implements Nomalism$1.Observation.IApi {
|
|
399
399
|
route: string;
|
|
400
400
|
publicRoute: string;
|
|
401
401
|
private api;
|
|
@@ -408,10 +408,10 @@ declare class Repository$1n implements Nomalism$1.Observation.IApi {
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
declare namespace observation {
|
|
411
|
-
export { Repository$
|
|
411
|
+
export { Repository$1o as default };
|
|
412
412
|
}
|
|
413
413
|
|
|
414
|
-
declare class Repository$
|
|
414
|
+
declare class Repository$1n implements Nomalism$1.ObservationType.IApi {
|
|
415
415
|
route: string;
|
|
416
416
|
publicRoute: string;
|
|
417
417
|
private api;
|
|
@@ -424,10 +424,10 @@ declare class Repository$1m implements Nomalism$1.ObservationType.IApi {
|
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
declare namespace observationType {
|
|
427
|
-
export { Repository$
|
|
427
|
+
export { Repository$1n as default };
|
|
428
428
|
}
|
|
429
429
|
|
|
430
|
-
declare class Repository$
|
|
430
|
+
declare class Repository$1m implements Nomalism$1.Password.IRepository {
|
|
431
431
|
route: string;
|
|
432
432
|
publicRoute: string;
|
|
433
433
|
private api;
|
|
@@ -437,10 +437,10 @@ declare class Repository$1l implements Nomalism$1.Password.IRepository {
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
declare namespace password {
|
|
440
|
-
export { Repository$
|
|
440
|
+
export { Repository$1m as default };
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
declare class Repository$
|
|
443
|
+
declare class Repository$1l implements Nomalism$1.Permissions.IApi {
|
|
444
444
|
route: string;
|
|
445
445
|
publicRoute: string;
|
|
446
446
|
private api;
|
|
@@ -452,10 +452,10 @@ declare class Repository$1k implements Nomalism$1.Permissions.IApi {
|
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
declare namespace permission {
|
|
455
|
-
export { Repository$
|
|
455
|
+
export { Repository$1l as default };
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
declare class Repository$
|
|
458
|
+
declare class Repository$1k implements Nomalism$1.ProductImage.IRepository {
|
|
459
459
|
route: string;
|
|
460
460
|
publicRoute: string;
|
|
461
461
|
private api;
|
|
@@ -470,10 +470,10 @@ declare class Repository$1j implements Nomalism$1.ProductImage.IRepository {
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
declare namespace productImage {
|
|
473
|
-
export { Repository$
|
|
473
|
+
export { Repository$1k as default };
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
-
declare class Repository$
|
|
476
|
+
declare class Repository$1j implements Nomalism$1.Promotion.IRepository {
|
|
477
477
|
route: string;
|
|
478
478
|
publicRoute: string;
|
|
479
479
|
private api;
|
|
@@ -490,10 +490,10 @@ declare class Repository$1i implements Nomalism$1.Promotion.IRepository {
|
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
declare namespace promotion {
|
|
493
|
-
export { Repository$
|
|
493
|
+
export { Repository$1j as default };
|
|
494
494
|
}
|
|
495
495
|
|
|
496
|
-
declare class Repository$
|
|
496
|
+
declare class Repository$1i implements Nomalism$1.PromotionAssoc.IRepository {
|
|
497
497
|
route: string;
|
|
498
498
|
publicRoute: string;
|
|
499
499
|
private api;
|
|
@@ -508,10 +508,10 @@ declare class Repository$1h implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
declare namespace promotionAssoc {
|
|
511
|
-
export { Repository$
|
|
511
|
+
export { Repository$1i as default };
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
declare class Repository$
|
|
514
|
+
declare class Repository$1h implements Nomalism$1.Providers.IRepository {
|
|
515
515
|
route: string;
|
|
516
516
|
publicRoute: string;
|
|
517
517
|
private api;
|
|
@@ -529,11 +529,11 @@ declare class Repository$1g implements Nomalism$1.Providers.IRepository {
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
declare namespace provider {
|
|
532
|
-
export { Repository$
|
|
532
|
+
export { Repository$1h as default };
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
536
|
-
declare class Repository$
|
|
536
|
+
declare class Repository$1g implements Nomalism$1.ProviderType.IRepository {
|
|
537
537
|
route: string;
|
|
538
538
|
publicRoute: string;
|
|
539
539
|
private api;
|
|
@@ -548,10 +548,10 @@ declare class Repository$1f implements Nomalism$1.ProviderType.IRepository {
|
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
declare namespace providerType {
|
|
551
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
551
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1g as default };
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
-
declare class Repository$
|
|
554
|
+
declare class Repository$1f implements Nomalism$1.PurchaseConditions.IRepository {
|
|
555
555
|
route: string;
|
|
556
556
|
publicRoute: string;
|
|
557
557
|
private api;
|
|
@@ -566,10 +566,10 @@ declare class Repository$1e implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
566
566
|
}
|
|
567
567
|
|
|
568
568
|
declare namespace purchaseCondition {
|
|
569
|
-
export { Repository$
|
|
569
|
+
export { Repository$1f as default };
|
|
570
570
|
}
|
|
571
571
|
|
|
572
|
-
declare class Repository$
|
|
572
|
+
declare class Repository$1e implements Nomalism$1.ReasonForExemption.IRepository {
|
|
573
573
|
route: string;
|
|
574
574
|
publicRoute: string;
|
|
575
575
|
private api;
|
|
@@ -584,10 +584,10 @@ declare class Repository$1d implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
declare namespace reasonForExemption {
|
|
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.RefreshToken.IRepository {
|
|
591
591
|
route: string;
|
|
592
592
|
publicRoute: string;
|
|
593
593
|
private api;
|
|
@@ -596,10 +596,10 @@ declare class Repository$1c implements Nomalism$1.RefreshToken.IRepository {
|
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
declare namespace refreshToken {
|
|
599
|
-
export { Repository$
|
|
599
|
+
export { Repository$1d as default };
|
|
600
600
|
}
|
|
601
601
|
|
|
602
|
-
declare class Repository$
|
|
602
|
+
declare class Repository$1c implements Nomalism$1.SegmentsArea.IRepository {
|
|
603
603
|
route: string;
|
|
604
604
|
publicRoute: string;
|
|
605
605
|
private api;
|
|
@@ -614,10 +614,10 @@ declare class Repository$1b implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
declare namespace segmentsArea {
|
|
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.Sessions.IRepository {
|
|
621
621
|
route: string;
|
|
622
622
|
publicRoute: string;
|
|
623
623
|
private api;
|
|
@@ -626,10 +626,10 @@ declare class Repository$1a implements Nomalism$1.Sessions.IRepository {
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
declare namespace sessions {
|
|
629
|
-
export { Repository$
|
|
629
|
+
export { Repository$1b as default };
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
-
declare class Repository$
|
|
632
|
+
declare class Repository$1a implements Nomalism$1.Shippings.IRepository {
|
|
633
633
|
route: string;
|
|
634
634
|
publicRoute: string;
|
|
635
635
|
private api;
|
|
@@ -644,10 +644,10 @@ declare class Repository$19 implements Nomalism$1.Shippings.IRepository {
|
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
declare namespace shippings {
|
|
647
|
-
export { Repository$
|
|
647
|
+
export { Repository$1a as default };
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
declare class Repository$
|
|
650
|
+
declare class Repository$19 implements Nomalism$1.StoreOperator.IRepository {
|
|
651
651
|
route: string;
|
|
652
652
|
publicRoute: string;
|
|
653
653
|
private api;
|
|
@@ -661,11 +661,11 @@ declare class Repository$18 implements Nomalism$1.StoreOperator.IRepository {
|
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
declare namespace storeOperator {
|
|
664
|
-
export { Repository$
|
|
664
|
+
export { Repository$19 as default };
|
|
665
665
|
}
|
|
666
666
|
|
|
667
667
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
668
|
-
declare class Repository$
|
|
668
|
+
declare class Repository$18 implements Nomalism$1.Swift.IRepository {
|
|
669
669
|
route: string;
|
|
670
670
|
publicRoute: string;
|
|
671
671
|
private api;
|
|
@@ -681,10 +681,10 @@ declare class Repository$17 implements Nomalism$1.Swift.IRepository {
|
|
|
681
681
|
|
|
682
682
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
683
683
|
declare namespace swift {
|
|
684
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
684
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$18 as default };
|
|
685
685
|
}
|
|
686
686
|
|
|
687
|
-
declare class Repository$
|
|
687
|
+
declare class Repository$17 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
688
688
|
route: string;
|
|
689
689
|
publicRoute: string;
|
|
690
690
|
private api;
|
|
@@ -700,10 +700,10 @@ declare class Repository$16 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
700
700
|
}
|
|
701
701
|
|
|
702
702
|
declare namespace typeOfLocation {
|
|
703
|
-
export { Repository$
|
|
703
|
+
export { Repository$17 as default };
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
-
declare class Repository$
|
|
706
|
+
declare class Repository$16 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
707
707
|
route: string;
|
|
708
708
|
publicRoute: string;
|
|
709
709
|
private api;
|
|
@@ -719,10 +719,10 @@ declare class Repository$15 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
719
719
|
}
|
|
720
720
|
|
|
721
721
|
declare namespace unitOfMeasure {
|
|
722
|
-
export { Repository$
|
|
722
|
+
export { Repository$16 as default };
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
-
declare class Repository$
|
|
725
|
+
declare class Repository$15 implements Nomalism$1.UserPermissions.IRepository {
|
|
726
726
|
route: string;
|
|
727
727
|
publicRoute: string;
|
|
728
728
|
private api;
|
|
@@ -733,10 +733,10 @@ declare class Repository$14 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
733
733
|
}
|
|
734
734
|
|
|
735
735
|
declare namespace userPermission {
|
|
736
|
-
export { Repository$
|
|
736
|
+
export { Repository$15 as default };
|
|
737
737
|
}
|
|
738
738
|
|
|
739
|
-
declare class Repository$
|
|
739
|
+
declare class Repository$14 implements Nomalism$1.UserPositions.IRepository {
|
|
740
740
|
route: string;
|
|
741
741
|
publicRoute: string;
|
|
742
742
|
private api;
|
|
@@ -751,10 +751,10 @@ declare class Repository$13 implements Nomalism$1.UserPositions.IRepository {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
declare namespace userPositions {
|
|
754
|
-
export { Repository$
|
|
754
|
+
export { Repository$14 as default };
|
|
755
755
|
}
|
|
756
756
|
|
|
757
|
-
declare class Repository$
|
|
757
|
+
declare class Repository$13 implements Nomalism$1.Users.IApi {
|
|
758
758
|
route: string;
|
|
759
759
|
publicRoute: string;
|
|
760
760
|
private api;
|
|
@@ -771,10 +771,10 @@ declare class Repository$12 implements Nomalism$1.Users.IApi {
|
|
|
771
771
|
}
|
|
772
772
|
|
|
773
773
|
declare namespace user {
|
|
774
|
-
export { Repository$
|
|
774
|
+
export { Repository$13 as default };
|
|
775
775
|
}
|
|
776
776
|
|
|
777
|
-
declare class Repository$
|
|
777
|
+
declare class Repository$12 implements Nomalism$1.VatTax.IRepository {
|
|
778
778
|
route: string;
|
|
779
779
|
publicRoute: string;
|
|
780
780
|
private api;
|
|
@@ -790,10 +790,10 @@ declare class Repository$11 implements Nomalism$1.VatTax.IRepository {
|
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
declare namespace vatTax {
|
|
793
|
-
export { Repository$
|
|
793
|
+
export { Repository$12 as default };
|
|
794
794
|
}
|
|
795
795
|
|
|
796
|
-
declare class Repository$
|
|
796
|
+
declare class Repository$11 implements Nomalism$1.VatTaxZone.IRepository {
|
|
797
797
|
route: string;
|
|
798
798
|
publicRoute: string;
|
|
799
799
|
private api;
|
|
@@ -809,10 +809,10 @@ declare class Repository$10 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
809
809
|
}
|
|
810
810
|
|
|
811
811
|
declare namespace vatTaxZone {
|
|
812
|
-
export { Repository$
|
|
812
|
+
export { Repository$11 as default };
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
declare class Repository
|
|
815
|
+
declare class Repository$10 implements Nomalism$1.Workflow.IApi {
|
|
816
816
|
route: string;
|
|
817
817
|
publicRoute: string;
|
|
818
818
|
private api;
|
|
@@ -825,10 +825,10 @@ declare class Repository$$ implements Nomalism$1.Workflow.IApi {
|
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
declare namespace workflow {
|
|
828
|
-
export { Repository
|
|
828
|
+
export { Repository$10 as default };
|
|
829
829
|
}
|
|
830
830
|
|
|
831
|
-
declare class Repository
|
|
831
|
+
declare class Repository$$ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
832
832
|
route: string;
|
|
833
833
|
publicRoute: string;
|
|
834
834
|
private api;
|
|
@@ -842,10 +842,10 @@ declare class Repository$_ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
declare namespace deliveryMethods {
|
|
845
|
-
export { Repository
|
|
845
|
+
export { Repository$$ as default };
|
|
846
846
|
}
|
|
847
847
|
|
|
848
|
-
declare class Repository$
|
|
848
|
+
declare class Repository$_ implements Nomalism$1.MaturityDates.IRepository {
|
|
849
849
|
route: string;
|
|
850
850
|
publicRoute: string;
|
|
851
851
|
private api;
|
|
@@ -859,10 +859,10 @@ declare class Repository$Z implements Nomalism$1.MaturityDates.IRepository {
|
|
|
859
859
|
}
|
|
860
860
|
|
|
861
861
|
declare namespace maturityDates {
|
|
862
|
-
export { Repository$
|
|
862
|
+
export { Repository$_ as default };
|
|
863
863
|
}
|
|
864
864
|
|
|
865
|
-
declare class Repository$
|
|
865
|
+
declare class Repository$Z implements Nomalism$1.PaymentMethods.IRepository {
|
|
866
866
|
route: string;
|
|
867
867
|
publicRoute: string;
|
|
868
868
|
private api;
|
|
@@ -876,10 +876,10 @@ declare class Repository$Y implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
declare namespace paymentMethods {
|
|
879
|
-
export { Repository$
|
|
879
|
+
export { Repository$Z as default };
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
declare class Repository$
|
|
882
|
+
declare class Repository$Y implements Nomalism$1.Vehicles.IApi {
|
|
883
883
|
route: string;
|
|
884
884
|
publicRoute: string;
|
|
885
885
|
private api;
|
|
@@ -891,10 +891,10 @@ declare class Repository$X implements Nomalism$1.Vehicles.IApi {
|
|
|
891
891
|
}
|
|
892
892
|
|
|
893
893
|
declare namespace vehicles {
|
|
894
|
-
export { Repository$
|
|
894
|
+
export { Repository$Y as default };
|
|
895
895
|
}
|
|
896
896
|
|
|
897
|
-
declare class Repository$
|
|
897
|
+
declare class Repository$X implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
898
898
|
route: string;
|
|
899
899
|
publicRoute: string;
|
|
900
900
|
private api;
|
|
@@ -904,10 +904,10 @@ declare class Repository$W implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
declare namespace externalDocumentType {
|
|
907
|
-
export { Repository$
|
|
907
|
+
export { Repository$X as default };
|
|
908
908
|
}
|
|
909
909
|
|
|
910
|
-
declare class Repository$
|
|
910
|
+
declare class Repository$W implements Nomalism$1.DocumentSet.IRepository {
|
|
911
911
|
route: string;
|
|
912
912
|
publicRoute: string;
|
|
913
913
|
private api;
|
|
@@ -921,10 +921,10 @@ declare class Repository$V implements Nomalism$1.DocumentSet.IRepository {
|
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
declare namespace documentSet {
|
|
924
|
-
export { Repository$
|
|
924
|
+
export { Repository$W as default };
|
|
925
925
|
}
|
|
926
926
|
|
|
927
|
-
declare class Repository$
|
|
927
|
+
declare class Repository$V implements Nomalism$1.Payment.IRepository {
|
|
928
928
|
route: string;
|
|
929
929
|
publicRoute: string;
|
|
930
930
|
private api;
|
|
@@ -950,10 +950,10 @@ declare class Repository$U implements Nomalism$1.Payment.IRepository {
|
|
|
950
950
|
}
|
|
951
951
|
|
|
952
952
|
declare namespace payment {
|
|
953
|
-
export { Repository$
|
|
953
|
+
export { Repository$V as default };
|
|
954
954
|
}
|
|
955
955
|
|
|
956
|
-
declare class Repository$
|
|
956
|
+
declare class Repository$U implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
957
957
|
route: string;
|
|
958
958
|
publicRoute: string;
|
|
959
959
|
private api;
|
|
@@ -972,10 +972,10 @@ declare class Repository$T implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
declare namespace externalDocumentHeader {
|
|
975
|
-
export { Repository$
|
|
975
|
+
export { Repository$U as default };
|
|
976
976
|
}
|
|
977
977
|
|
|
978
|
-
declare class Repository$
|
|
978
|
+
declare class Repository$T implements Nomalism$1.VatValidation.IRepository {
|
|
979
979
|
route: string;
|
|
980
980
|
publicRoute: string;
|
|
981
981
|
private api;
|
|
@@ -984,10 +984,10 @@ declare class Repository$S implements Nomalism$1.VatValidation.IRepository {
|
|
|
984
984
|
}
|
|
985
985
|
|
|
986
986
|
declare namespace vatValidation {
|
|
987
|
-
export { Repository$
|
|
987
|
+
export { Repository$T as default };
|
|
988
988
|
}
|
|
989
989
|
|
|
990
|
-
declare class Repository$
|
|
990
|
+
declare class Repository$S implements Nomalism$1.StockMovement.IRepository {
|
|
991
991
|
route: string;
|
|
992
992
|
publicRoute: string;
|
|
993
993
|
private api;
|
|
@@ -1000,10 +1000,10 @@ declare class Repository$R implements Nomalism$1.StockMovement.IRepository {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
declare namespace stockMovement {
|
|
1003
|
-
export { Repository$
|
|
1003
|
+
export { Repository$S as default };
|
|
1004
1004
|
}
|
|
1005
1005
|
|
|
1006
|
-
declare class Repository$
|
|
1006
|
+
declare class Repository$R implements Nomalism$1.ZipCode.IRepository {
|
|
1007
1007
|
route: string;
|
|
1008
1008
|
publicRoute: string;
|
|
1009
1009
|
private api;
|
|
@@ -1013,10 +1013,10 @@ declare class Repository$Q implements Nomalism$1.ZipCode.IRepository {
|
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
1015
|
declare namespace zipCode {
|
|
1016
|
-
export { Repository$
|
|
1016
|
+
export { Repository$R as default };
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
|
-
declare class Repository$
|
|
1019
|
+
declare class Repository$Q implements Nomalism$1.Tenant.IRepository {
|
|
1020
1020
|
route: string;
|
|
1021
1021
|
publicRoute: string;
|
|
1022
1022
|
private api;
|
|
@@ -1028,10 +1028,10 @@ declare class Repository$P implements Nomalism$1.Tenant.IRepository {
|
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
1030
|
declare namespace tenant {
|
|
1031
|
-
export { Repository$
|
|
1031
|
+
export { Repository$Q as default };
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
-
declare class Repository$
|
|
1034
|
+
declare class Repository$P implements Nomalism$1.PreSale.IRepository {
|
|
1035
1035
|
route: string;
|
|
1036
1036
|
publicRoute: string;
|
|
1037
1037
|
private api;
|
|
@@ -1047,10 +1047,10 @@ declare class Repository$O implements Nomalism$1.PreSale.IRepository {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
1049
|
declare namespace preSale {
|
|
1050
|
-
export { Repository$
|
|
1050
|
+
export { Repository$P as default };
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
declare class Repository$
|
|
1053
|
+
declare class Repository$O implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1054
1054
|
route: string;
|
|
1055
1055
|
publicRoute: string;
|
|
1056
1056
|
private api;
|
|
@@ -1060,10 +1060,10 @@ declare class Repository$N implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
1062
|
declare namespace preSaleProduct {
|
|
1063
|
-
export { Repository$
|
|
1063
|
+
export { Repository$O as default };
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
|
-
declare class Repository$
|
|
1066
|
+
declare class Repository$N implements Nomalism$1.OrderManagement.IRepository {
|
|
1067
1067
|
route: string;
|
|
1068
1068
|
publicRoute: string;
|
|
1069
1069
|
private api;
|
|
@@ -1073,10 +1073,10 @@ declare class Repository$M implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
1075
|
declare namespace orderManagement {
|
|
1076
|
-
export { Repository$
|
|
1076
|
+
export { Repository$N as default };
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
-
declare class Repository$
|
|
1079
|
+
declare class Repository$M implements Nomalism$1.Npc.IRepository {
|
|
1080
1080
|
route: string;
|
|
1081
1081
|
publicRoute: string;
|
|
1082
1082
|
private api;
|
|
@@ -1087,10 +1087,10 @@ declare class Repository$L implements Nomalism$1.Npc.IRepository {
|
|
|
1087
1087
|
}
|
|
1088
1088
|
|
|
1089
1089
|
declare namespace npc {
|
|
1090
|
-
export { Repository$
|
|
1090
|
+
export { Repository$M as default };
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
|
-
declare class Repository$
|
|
1093
|
+
declare class Repository$L implements Nomalism$1.Printer.IRepository {
|
|
1094
1094
|
route: string;
|
|
1095
1095
|
publicRoute: string;
|
|
1096
1096
|
private api;
|
|
@@ -1103,10 +1103,10 @@ declare class Repository$K implements Nomalism$1.Printer.IRepository {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
1105
|
declare namespace printer {
|
|
1106
|
-
export { Repository$
|
|
1106
|
+
export { Repository$L as default };
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
|
-
declare class Repository$
|
|
1109
|
+
declare class Repository$K implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1110
1110
|
route: string;
|
|
1111
1111
|
publicRoute: string;
|
|
1112
1112
|
private api;
|
|
@@ -1119,10 +1119,10 @@ declare class Repository$J implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
1121
|
declare namespace schedulePrintJob {
|
|
1122
|
-
export { Repository$
|
|
1122
|
+
export { Repository$K as default };
|
|
1123
1123
|
}
|
|
1124
1124
|
|
|
1125
|
-
declare class Repository$
|
|
1125
|
+
declare class Repository$J implements Nomalism$1.QueryList.IRepository {
|
|
1126
1126
|
route: string;
|
|
1127
1127
|
publicRoute: string;
|
|
1128
1128
|
private api;
|
|
@@ -1137,10 +1137,10 @@ declare class Repository$I implements Nomalism$1.QueryList.IRepository {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
declare namespace queryList {
|
|
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.QueryParameter.IRepository {
|
|
1144
1144
|
route: string;
|
|
1145
1145
|
publicRoute: string;
|
|
1146
1146
|
private api;
|
|
@@ -1154,10 +1154,10 @@ declare class Repository$H implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
|
|
1156
1156
|
declare namespace queryParameter {
|
|
1157
|
-
export { Repository$
|
|
1157
|
+
export { Repository$I as default };
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
|
-
declare class Repository$
|
|
1160
|
+
declare class Repository$H implements Nomalism$1.ReturnReason.IRepository {
|
|
1161
1161
|
route: string;
|
|
1162
1162
|
publicRoute: string;
|
|
1163
1163
|
private api;
|
|
@@ -1169,10 +1169,10 @@ declare class Repository$G implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
1171
|
declare namespace returnReason {
|
|
1172
|
-
export { Repository$
|
|
1172
|
+
export { Repository$H as default };
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
declare class Repository$
|
|
1175
|
+
declare class Repository$G implements Nomalism$1.PropostaSheets.IRepository {
|
|
1176
1176
|
route: string;
|
|
1177
1177
|
publicRoute: string;
|
|
1178
1178
|
private api;
|
|
@@ -1189,10 +1189,10 @@ declare class Repository$F implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
1191
|
declare namespace propostaSheets {
|
|
1192
|
-
export { Repository$
|
|
1192
|
+
export { Repository$G as default };
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
|
-
declare class Repository$
|
|
1195
|
+
declare class Repository$F implements Nomalism$1.Schedule.IRepository {
|
|
1196
1196
|
route: string;
|
|
1197
1197
|
publicRoute: string;
|
|
1198
1198
|
private api;
|
|
@@ -1201,10 +1201,10 @@ declare class Repository$E implements Nomalism$1.Schedule.IRepository {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
declare namespace schedule {
|
|
1204
|
-
export { Repository$
|
|
1204
|
+
export { Repository$F as default };
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
declare class Repository$
|
|
1207
|
+
declare class Repository$E implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1208
1208
|
route: string;
|
|
1209
1209
|
publicRoute: string;
|
|
1210
1210
|
private api;
|
|
@@ -1216,10 +1216,10 @@ declare class Repository$D implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
declare namespace googleFilePermission {
|
|
1219
|
-
export { Repository$
|
|
1219
|
+
export { Repository$E as default };
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
|
-
declare class Repository$
|
|
1222
|
+
declare class Repository$D implements Nomalism$1.Settings.IRepository {
|
|
1223
1223
|
route: string;
|
|
1224
1224
|
publicRoute: string;
|
|
1225
1225
|
private api;
|
|
@@ -1232,10 +1232,10 @@ declare class Repository$C implements Nomalism$1.Settings.IRepository {
|
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
1234
|
declare namespace settings {
|
|
1235
|
-
export { Repository$
|
|
1235
|
+
export { Repository$D as default };
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
|
-
declare class Repository$
|
|
1238
|
+
declare class Repository$C implements Nomalism$1.Tickets.IRepository {
|
|
1239
1239
|
route: string;
|
|
1240
1240
|
publicRoute: string;
|
|
1241
1241
|
private api;
|
|
@@ -1247,10 +1247,10 @@ declare class Repository$B implements Nomalism$1.Tickets.IRepository {
|
|
|
1247
1247
|
}
|
|
1248
1248
|
|
|
1249
1249
|
declare namespace tickets {
|
|
1250
|
-
export { Repository$
|
|
1250
|
+
export { Repository$C as default };
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
|
-
declare class Repository$
|
|
1253
|
+
declare class Repository$B implements Nomalism$1.Channel.IRepository {
|
|
1254
1254
|
route: string;
|
|
1255
1255
|
publicRoute: string;
|
|
1256
1256
|
private api;
|
|
@@ -1264,10 +1264,10 @@ declare class Repository$A implements Nomalism$1.Channel.IRepository {
|
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
declare namespace channel {
|
|
1267
|
-
export { Repository$
|
|
1267
|
+
export { Repository$B as default };
|
|
1268
1268
|
}
|
|
1269
1269
|
|
|
1270
|
-
declare class Repository$
|
|
1270
|
+
declare class Repository$A implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1271
1271
|
route: string;
|
|
1272
1272
|
publicRoute: string;
|
|
1273
1273
|
private api;
|
|
@@ -1281,10 +1281,10 @@ declare class Repository$z implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
1283
|
declare namespace language {
|
|
1284
|
-
export { Repository$
|
|
1284
|
+
export { Repository$A as default };
|
|
1285
1285
|
}
|
|
1286
1286
|
|
|
1287
|
-
declare class Repository$
|
|
1287
|
+
declare class Repository$z implements Nomalism$1.CLT.IRepository {
|
|
1288
1288
|
route: string;
|
|
1289
1289
|
publicRoute: string;
|
|
1290
1290
|
private api;
|
|
@@ -1298,10 +1298,10 @@ declare class Repository$y implements Nomalism$1.CLT.IRepository {
|
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
1300
|
declare namespace clt {
|
|
1301
|
-
export { Repository$
|
|
1301
|
+
export { Repository$z as default };
|
|
1302
1302
|
}
|
|
1303
1303
|
|
|
1304
|
-
declare class Repository$
|
|
1304
|
+
declare class Repository$y implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1305
1305
|
route: string;
|
|
1306
1306
|
publicRoute: string;
|
|
1307
1307
|
private api;
|
|
@@ -1310,10 +1310,10 @@ declare class Repository$x implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1310
1310
|
}
|
|
1311
1311
|
|
|
1312
1312
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1313
|
-
export { Repository$
|
|
1313
|
+
export { Repository$y as default };
|
|
1314
1314
|
}
|
|
1315
1315
|
|
|
1316
|
-
declare class Repository$
|
|
1316
|
+
declare class Repository$x implements Nomalism$1.Persona.IRepository {
|
|
1317
1317
|
route: string;
|
|
1318
1318
|
publicRoute: string;
|
|
1319
1319
|
private api;
|
|
@@ -1328,13 +1328,14 @@ declare class Repository$w implements Nomalism$1.Persona.IRepository {
|
|
|
1328
1328
|
find(data: Nomalism$1.Persona.IFindRequest): Promise<Nomalism$1.Persona.IFindResponse[]>;
|
|
1329
1329
|
findByEmail(data: Nomalism$1.Persona.IFindByEmailRequest): Promise<Nomalism$1.Persona.IFindByEmailResponse[]>;
|
|
1330
1330
|
findClientOrProvider(params: Nomalism$1.Persona.IFindClientOrProviderRequest): Promise<Nomalism$1.Persona.IFindClientOrProviderResponse[]>;
|
|
1331
|
+
findForGmail(params: Nomalism$1.Persona.IFindForGmailRequest): Promise<Nomalism$1.Persona.IFindForGmailResponse | null>;
|
|
1331
1332
|
}
|
|
1332
1333
|
|
|
1333
1334
|
declare namespace persona {
|
|
1334
|
-
export { Repository$
|
|
1335
|
+
export { Repository$x as default };
|
|
1335
1336
|
}
|
|
1336
1337
|
|
|
1337
|
-
declare class Repository$
|
|
1338
|
+
declare class Repository$w implements Nomalism$1.ProjectInfo.IController {
|
|
1338
1339
|
route: string;
|
|
1339
1340
|
publicRoute: string;
|
|
1340
1341
|
private api;
|
|
@@ -1343,10 +1344,10 @@ declare class Repository$v implements Nomalism$1.ProjectInfo.IController {
|
|
|
1343
1344
|
}
|
|
1344
1345
|
|
|
1345
1346
|
declare namespace projectInfo {
|
|
1346
|
-
export { Repository$
|
|
1347
|
+
export { Repository$w as default };
|
|
1347
1348
|
}
|
|
1348
1349
|
|
|
1349
|
-
declare class Repository$
|
|
1350
|
+
declare class Repository$v implements Nomalism$1.Order.IRepository {
|
|
1350
1351
|
route: string;
|
|
1351
1352
|
publicRoute: string;
|
|
1352
1353
|
private api;
|
|
@@ -1361,10 +1362,10 @@ declare class Repository$u implements Nomalism$1.Order.IRepository {
|
|
|
1361
1362
|
}
|
|
1362
1363
|
|
|
1363
1364
|
declare namespace order {
|
|
1364
|
-
export { Repository$
|
|
1365
|
+
export { Repository$v as default };
|
|
1365
1366
|
}
|
|
1366
1367
|
|
|
1367
|
-
declare class Repository$
|
|
1368
|
+
declare class Repository$u implements Nomalism$1.Purchase.IApi {
|
|
1368
1369
|
route: string;
|
|
1369
1370
|
publicRoute: string;
|
|
1370
1371
|
private api;
|
|
@@ -1376,10 +1377,10 @@ declare class Repository$t implements Nomalism$1.Purchase.IApi {
|
|
|
1376
1377
|
}
|
|
1377
1378
|
|
|
1378
1379
|
declare namespace purchase {
|
|
1379
|
-
export { Repository$
|
|
1380
|
+
export { Repository$u as default };
|
|
1380
1381
|
}
|
|
1381
1382
|
|
|
1382
|
-
declare class Repository$
|
|
1383
|
+
declare class Repository$t implements Nomalism$1.MaterialEntrance.IApi {
|
|
1383
1384
|
route: string;
|
|
1384
1385
|
publicRoute: string;
|
|
1385
1386
|
private api;
|
|
@@ -1393,10 +1394,10 @@ declare class Repository$s implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1393
1394
|
}
|
|
1394
1395
|
|
|
1395
1396
|
declare namespace materialEntrance {
|
|
1396
|
-
export { Repository$
|
|
1397
|
+
export { Repository$t as default };
|
|
1397
1398
|
}
|
|
1398
1399
|
|
|
1399
|
-
declare class Repository$
|
|
1400
|
+
declare class Repository$s implements Nomalism$1.Transformado.IRepository {
|
|
1400
1401
|
route: string;
|
|
1401
1402
|
publicRoute: string;
|
|
1402
1403
|
private api;
|
|
@@ -1406,10 +1407,10 @@ declare class Repository$r implements Nomalism$1.Transformado.IRepository {
|
|
|
1406
1407
|
}
|
|
1407
1408
|
|
|
1408
1409
|
declare namespace transformado {
|
|
1409
|
-
export { Repository$
|
|
1410
|
+
export { Repository$s as default };
|
|
1410
1411
|
}
|
|
1411
1412
|
|
|
1412
|
-
declare class Repository$
|
|
1413
|
+
declare class Repository$r implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1413
1414
|
route: string;
|
|
1414
1415
|
publicRoute: string;
|
|
1415
1416
|
private api;
|
|
@@ -1418,10 +1419,10 @@ declare class Repository$q implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1418
1419
|
}
|
|
1419
1420
|
|
|
1420
1421
|
declare namespace upfrontReturn {
|
|
1421
|
-
export { Repository$
|
|
1422
|
+
export { Repository$r as default };
|
|
1422
1423
|
}
|
|
1423
1424
|
|
|
1424
|
-
declare class Repository$
|
|
1425
|
+
declare class Repository$q implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1425
1426
|
route: string;
|
|
1426
1427
|
publicRoute: string;
|
|
1427
1428
|
private api;
|
|
@@ -1433,10 +1434,10 @@ declare class Repository$p implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1433
1434
|
}
|
|
1434
1435
|
|
|
1435
1436
|
declare namespace savedEmPicking {
|
|
1436
|
-
export { Repository$
|
|
1437
|
+
export { Repository$q as default };
|
|
1437
1438
|
}
|
|
1438
1439
|
|
|
1439
|
-
declare class Repository$
|
|
1440
|
+
declare class Repository$p implements Nomalism$1.EmailTemplate.IRepository {
|
|
1440
1441
|
route: string;
|
|
1441
1442
|
publicRoute: string;
|
|
1442
1443
|
private api;
|
|
@@ -1449,10 +1450,10 @@ declare class Repository$o implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1449
1450
|
}
|
|
1450
1451
|
|
|
1451
1452
|
declare namespace emailTemplate {
|
|
1452
|
-
export { Repository$
|
|
1453
|
+
export { Repository$p as default };
|
|
1453
1454
|
}
|
|
1454
1455
|
|
|
1455
|
-
declare class Repository$
|
|
1456
|
+
declare class Repository$o implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1456
1457
|
route: string;
|
|
1457
1458
|
publicRoute: string;
|
|
1458
1459
|
private api;
|
|
@@ -1462,10 +1463,10 @@ declare class Repository$n implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1462
1463
|
}
|
|
1463
1464
|
|
|
1464
1465
|
declare namespace emailTemplateAttachment {
|
|
1465
|
-
export { Repository$
|
|
1466
|
+
export { Repository$o as default };
|
|
1466
1467
|
}
|
|
1467
1468
|
|
|
1468
|
-
declare class Repository$
|
|
1469
|
+
declare class Repository$n implements Nomalism$1.Prison.IApi {
|
|
1469
1470
|
route: string;
|
|
1470
1471
|
publicRoute: string;
|
|
1471
1472
|
private api;
|
|
@@ -1479,10 +1480,10 @@ declare class Repository$m implements Nomalism$1.Prison.IRepository {
|
|
|
1479
1480
|
}
|
|
1480
1481
|
|
|
1481
1482
|
declare namespace prison {
|
|
1482
|
-
export { Repository$
|
|
1483
|
+
export { Repository$n as default };
|
|
1483
1484
|
}
|
|
1484
1485
|
|
|
1485
|
-
declare class Repository$
|
|
1486
|
+
declare class Repository$m implements Nomalism$1.Quebra.IRepository {
|
|
1486
1487
|
route: string;
|
|
1487
1488
|
publicRoute: string;
|
|
1488
1489
|
private api;
|
|
@@ -1495,10 +1496,10 @@ declare class Repository$l implements Nomalism$1.Quebra.IRepository {
|
|
|
1495
1496
|
}
|
|
1496
1497
|
|
|
1497
1498
|
declare namespace quebra {
|
|
1498
|
-
export { Repository$
|
|
1499
|
+
export { Repository$m as default };
|
|
1499
1500
|
}
|
|
1500
1501
|
|
|
1501
|
-
declare class Repository$
|
|
1502
|
+
declare class Repository$l implements Nomalism$1.Inventario.IRepository {
|
|
1502
1503
|
route: string;
|
|
1503
1504
|
publicRoute: string;
|
|
1504
1505
|
private api;
|
|
@@ -1507,10 +1508,10 @@ declare class Repository$k implements Nomalism$1.Inventario.IRepository {
|
|
|
1507
1508
|
}
|
|
1508
1509
|
|
|
1509
1510
|
declare namespace inventario {
|
|
1510
|
-
export { Repository$
|
|
1511
|
+
export { Repository$l as default };
|
|
1511
1512
|
}
|
|
1512
1513
|
|
|
1513
|
-
declare class Repository$
|
|
1514
|
+
declare class Repository$k implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1514
1515
|
route: string;
|
|
1515
1516
|
publicRoute: string;
|
|
1516
1517
|
private api;
|
|
@@ -1521,10 +1522,10 @@ declare class Repository$j implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1521
1522
|
}
|
|
1522
1523
|
|
|
1523
1524
|
declare namespace returnToProvider {
|
|
1524
|
-
export { Repository$
|
|
1525
|
+
export { Repository$k as default };
|
|
1525
1526
|
}
|
|
1526
1527
|
|
|
1527
|
-
declare class Repository$
|
|
1528
|
+
declare class Repository$j implements Nomalism$1.EmailVerification.IApi {
|
|
1528
1529
|
route: string;
|
|
1529
1530
|
publicRoute: string;
|
|
1530
1531
|
private api;
|
|
@@ -1535,10 +1536,10 @@ declare class Repository$i implements Nomalism$1.EmailVerification.IApi {
|
|
|
1535
1536
|
}
|
|
1536
1537
|
|
|
1537
1538
|
declare namespace emailVerification {
|
|
1538
|
-
export { Repository$
|
|
1539
|
+
export { Repository$j as default };
|
|
1539
1540
|
}
|
|
1540
1541
|
|
|
1541
|
-
declare class Repository$
|
|
1542
|
+
declare class Repository$i implements Nomalism$1.EmailLog.IApi {
|
|
1542
1543
|
route: string;
|
|
1543
1544
|
publicRoute: string;
|
|
1544
1545
|
private api;
|
|
@@ -1550,10 +1551,10 @@ declare class Repository$h implements Nomalism$1.EmailLog.IApi {
|
|
|
1550
1551
|
}
|
|
1551
1552
|
|
|
1552
1553
|
declare namespace emailLog {
|
|
1553
|
-
export { Repository$
|
|
1554
|
+
export { Repository$i as default };
|
|
1554
1555
|
}
|
|
1555
1556
|
|
|
1556
|
-
declare class Repository$
|
|
1557
|
+
declare class Repository$h implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1557
1558
|
route: string;
|
|
1558
1559
|
publicRoute: string;
|
|
1559
1560
|
private api;
|
|
@@ -1564,10 +1565,10 @@ declare class Repository$g implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1564
1565
|
}
|
|
1565
1566
|
|
|
1566
1567
|
declare namespace documentLineNote {
|
|
1567
|
-
export { Repository$
|
|
1568
|
+
export { Repository$h as default };
|
|
1568
1569
|
}
|
|
1569
1570
|
|
|
1570
|
-
declare class Repository$
|
|
1571
|
+
declare class Repository$g implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1571
1572
|
route: string;
|
|
1572
1573
|
publicRoute: string;
|
|
1573
1574
|
private api;
|
|
@@ -1579,10 +1580,10 @@ declare class Repository$f implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1579
1580
|
}
|
|
1580
1581
|
|
|
1581
1582
|
declare namespace savedProviderProposal {
|
|
1582
|
-
export { Repository$
|
|
1583
|
+
export { Repository$g as default };
|
|
1583
1584
|
}
|
|
1584
1585
|
|
|
1585
|
-
declare class Repository$
|
|
1586
|
+
declare class Repository$f implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1586
1587
|
route: string;
|
|
1587
1588
|
publicRoute: string;
|
|
1588
1589
|
private api;
|
|
@@ -1613,10 +1614,10 @@ declare class Repository$e implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1613
1614
|
}
|
|
1614
1615
|
|
|
1615
1616
|
declare namespace productGoogleSheets {
|
|
1616
|
-
export { Repository$
|
|
1617
|
+
export { Repository$f as default };
|
|
1617
1618
|
}
|
|
1618
1619
|
|
|
1619
|
-
declare class Repository$
|
|
1620
|
+
declare class Repository$e implements Nomalism$1.Task.IRepository {
|
|
1620
1621
|
route: string;
|
|
1621
1622
|
publicRoute: string;
|
|
1622
1623
|
private api;
|
|
@@ -1631,10 +1632,10 @@ declare class Repository$d implements Nomalism$1.Task.IRepository {
|
|
|
1631
1632
|
}
|
|
1632
1633
|
|
|
1633
1634
|
declare namespace task {
|
|
1634
|
-
export { Repository$
|
|
1635
|
+
export { Repository$e as default };
|
|
1635
1636
|
}
|
|
1636
1637
|
|
|
1637
|
-
declare class Repository$
|
|
1638
|
+
declare class Repository$d implements Nomalism$1.TaskMessage.IRepository {
|
|
1638
1639
|
route: string;
|
|
1639
1640
|
publicRoute: string;
|
|
1640
1641
|
private api;
|
|
@@ -1645,10 +1646,10 @@ declare class Repository$c implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1645
1646
|
}
|
|
1646
1647
|
|
|
1647
1648
|
declare namespace taskMessage {
|
|
1648
|
-
export { Repository$
|
|
1649
|
+
export { Repository$d as default };
|
|
1649
1650
|
}
|
|
1650
1651
|
|
|
1651
|
-
declare class Repository$
|
|
1652
|
+
declare class Repository$c implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1652
1653
|
route: string;
|
|
1653
1654
|
publicRoute: string;
|
|
1654
1655
|
private api;
|
|
@@ -1658,10 +1659,10 @@ declare class Repository$b implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1658
1659
|
}
|
|
1659
1660
|
|
|
1660
1661
|
declare namespace recurrentTasks {
|
|
1661
|
-
export { Repository$
|
|
1662
|
+
export { Repository$c as default };
|
|
1662
1663
|
}
|
|
1663
1664
|
|
|
1664
|
-
declare class Repository$
|
|
1665
|
+
declare class Repository$b implements Nomalism$1.TaskRead.IRepository {
|
|
1665
1666
|
route: string;
|
|
1666
1667
|
publicRoute: string;
|
|
1667
1668
|
private api;
|
|
@@ -1671,10 +1672,10 @@ declare class Repository$a implements Nomalism$1.TaskRead.IRepository {
|
|
|
1671
1672
|
}
|
|
1672
1673
|
|
|
1673
1674
|
declare namespace taskRead {
|
|
1674
|
-
export { Repository$
|
|
1675
|
+
export { Repository$b as default };
|
|
1675
1676
|
}
|
|
1676
1677
|
|
|
1677
|
-
declare class Repository$
|
|
1678
|
+
declare class Repository$a implements Nomalism$1.Theme.IRepository {
|
|
1678
1679
|
route: string;
|
|
1679
1680
|
publicRoute: string;
|
|
1680
1681
|
private api;
|
|
@@ -1683,10 +1684,10 @@ declare class Repository$9 implements Nomalism$1.Theme.IRepository {
|
|
|
1683
1684
|
}
|
|
1684
1685
|
|
|
1685
1686
|
declare namespace theme {
|
|
1686
|
-
export { Repository$
|
|
1687
|
+
export { Repository$a as default };
|
|
1687
1688
|
}
|
|
1688
1689
|
|
|
1689
|
-
declare class Repository$
|
|
1690
|
+
declare class Repository$9 implements Nomalism$1.Dashboard.IRepository {
|
|
1690
1691
|
route: string;
|
|
1691
1692
|
publicRoute: string;
|
|
1692
1693
|
private api;
|
|
@@ -1695,10 +1696,10 @@ declare class Repository$8 implements Nomalism$1.Dashboard.IRepository {
|
|
|
1695
1696
|
}
|
|
1696
1697
|
|
|
1697
1698
|
declare namespace dashboard {
|
|
1698
|
-
export { Repository$
|
|
1699
|
+
export { Repository$9 as default };
|
|
1699
1700
|
}
|
|
1700
1701
|
|
|
1701
|
-
declare class Repository$
|
|
1702
|
+
declare class Repository$8 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1702
1703
|
route: string;
|
|
1703
1704
|
publicRoute: string;
|
|
1704
1705
|
private api;
|
|
@@ -1711,10 +1712,10 @@ declare class Repository$7 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1711
1712
|
}
|
|
1712
1713
|
|
|
1713
1714
|
declare namespace chatRapidMessage {
|
|
1714
|
-
export { Repository$
|
|
1715
|
+
export { Repository$8 as default };
|
|
1715
1716
|
}
|
|
1716
1717
|
|
|
1717
|
-
declare class Repository$
|
|
1718
|
+
declare class Repository$7 implements Nomalism$1.SideMenu.IController {
|
|
1718
1719
|
route: string;
|
|
1719
1720
|
publicRoute: string;
|
|
1720
1721
|
private api;
|
|
@@ -1726,10 +1727,10 @@ declare class Repository$6 implements Nomalism$1.SideMenu.IController {
|
|
|
1726
1727
|
}
|
|
1727
1728
|
|
|
1728
1729
|
declare namespace sideMenu {
|
|
1729
|
-
export { Repository$
|
|
1730
|
+
export { Repository$7 as default };
|
|
1730
1731
|
}
|
|
1731
1732
|
|
|
1732
|
-
declare class Repository$
|
|
1733
|
+
declare class Repository$6 implements Nomalism$1.ErrorLog.IRepository {
|
|
1733
1734
|
route: string;
|
|
1734
1735
|
publicRoute: string;
|
|
1735
1736
|
private api;
|
|
@@ -1738,10 +1739,10 @@ declare class Repository$5 implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1738
1739
|
}
|
|
1739
1740
|
|
|
1740
1741
|
declare namespace errorLog {
|
|
1741
|
-
export { Repository$
|
|
1742
|
+
export { Repository$6 as default };
|
|
1742
1743
|
}
|
|
1743
1744
|
|
|
1744
|
-
declare class Repository$
|
|
1745
|
+
declare class Repository$5 implements Nomalism$1.AdminPanel.IRepository {
|
|
1745
1746
|
route: string;
|
|
1746
1747
|
publicRoute: string;
|
|
1747
1748
|
private api;
|
|
@@ -1750,10 +1751,10 @@ declare class Repository$4 implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1750
1751
|
}
|
|
1751
1752
|
|
|
1752
1753
|
declare namespace adminPanel {
|
|
1753
|
-
export { Repository$
|
|
1754
|
+
export { Repository$5 as default };
|
|
1754
1755
|
}
|
|
1755
1756
|
|
|
1756
|
-
declare class Repository$
|
|
1757
|
+
declare class Repository$4 implements Nomalism$1.DocumentLineRm.IController {
|
|
1757
1758
|
route: string;
|
|
1758
1759
|
publicRoute: string;
|
|
1759
1760
|
private api;
|
|
@@ -1763,10 +1764,10 @@ declare class Repository$3 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1763
1764
|
}
|
|
1764
1765
|
|
|
1765
1766
|
declare namespace documentLineRm {
|
|
1766
|
-
export { Repository$
|
|
1767
|
+
export { Repository$4 as default };
|
|
1767
1768
|
}
|
|
1768
1769
|
|
|
1769
|
-
declare class Repository$
|
|
1770
|
+
declare class Repository$3 implements Nomalism$1.DocumentLineRm.IController {
|
|
1770
1771
|
route: string;
|
|
1771
1772
|
publicRoute: string;
|
|
1772
1773
|
private api;
|
|
@@ -1776,10 +1777,10 @@ declare class Repository$2 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1776
1777
|
}
|
|
1777
1778
|
|
|
1778
1779
|
declare namespace documentLineMt {
|
|
1779
|
-
export { Repository$
|
|
1780
|
+
export { Repository$3 as default };
|
|
1780
1781
|
}
|
|
1781
1782
|
|
|
1782
|
-
declare class Repository$
|
|
1783
|
+
declare class Repository$2 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1783
1784
|
route: string;
|
|
1784
1785
|
publicRoute: string;
|
|
1785
1786
|
private api;
|
|
@@ -1792,10 +1793,10 @@ declare class Repository$1 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1792
1793
|
}
|
|
1793
1794
|
|
|
1794
1795
|
declare namespace chatSubscriber {
|
|
1795
|
-
export { Repository$
|
|
1796
|
+
export { Repository$2 as default };
|
|
1796
1797
|
}
|
|
1797
1798
|
|
|
1798
|
-
declare class Repository implements Nomalism$1.Tag.IRepository {
|
|
1799
|
+
declare class Repository$1 implements Nomalism$1.Tag.IRepository {
|
|
1799
1800
|
route: string;
|
|
1800
1801
|
publicRoute: string;
|
|
1801
1802
|
private api;
|
|
@@ -1807,6 +1808,20 @@ declare class Repository implements Nomalism$1.Tag.IRepository {
|
|
|
1807
1808
|
}
|
|
1808
1809
|
|
|
1809
1810
|
declare namespace tag {
|
|
1811
|
+
export { Repository$1 as default };
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
declare class Repository implements Nomalism$1.Gmails.IRepository {
|
|
1815
|
+
route: string;
|
|
1816
|
+
publicRoute: string;
|
|
1817
|
+
private api;
|
|
1818
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1819
|
+
emails(): Promise<Nomalism$1.Gmails.IGmailsResponse[]>;
|
|
1820
|
+
executeGmailCommand(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Gmails.IGmailsResponse | null>;
|
|
1821
|
+
editPreviewChatMessage(selector: Nomalism$1.Gmails.IEditPreviewChatMessageRequest): Promise<Nomalism$1.Gmails.IEditPreviewChatMessageResponse | null>;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
declare namespace gmails {
|
|
1810
1825
|
export { Repository as default };
|
|
1811
1826
|
}
|
|
1812
1827
|
|
|
@@ -1828,120 +1843,121 @@ declare class API {
|
|
|
1828
1843
|
processEnvironment: IEnvironment;
|
|
1829
1844
|
client: AxiosInstance;
|
|
1830
1845
|
services: Record<IService, string>;
|
|
1831
|
-
BankData: Repository$
|
|
1832
|
-
Client: Repository$
|
|
1833
|
-
ClientType: Repository$
|
|
1834
|
-
Chat: Repository$
|
|
1835
|
-
Commissioner: Repository$
|
|
1836
|
-
Country: Repository$
|
|
1837
|
-
DocumentHeader: Repository$
|
|
1838
|
-
DocumentHeaderHistory: 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
|
-
VatValidation: Repository$
|
|
1891
|
-
StockMovement: Repository$
|
|
1892
|
-
ZipCode: Repository$
|
|
1893
|
-
Tenant: Repository$
|
|
1894
|
-
PreSale: Repository$
|
|
1895
|
-
PreSaleProduct: Repository$
|
|
1896
|
-
OrderManagement: Repository$
|
|
1897
|
-
Npc: Repository$
|
|
1898
|
-
Printer: Repository$
|
|
1899
|
-
SchedulePrintJob: Repository$
|
|
1900
|
-
QueryList: Repository$
|
|
1901
|
-
QueryParameter: Repository$
|
|
1902
|
-
ReturnReason: Repository$
|
|
1903
|
-
PropostaSheets: Repository$
|
|
1904
|
-
Schedule: Repository$
|
|
1905
|
-
GoogleFilePermission: Repository$
|
|
1906
|
-
Settings: Repository$
|
|
1907
|
-
Tickets: Repository$
|
|
1908
|
-
Channel: Repository$
|
|
1909
|
-
TicketsLanguage: Repository$
|
|
1910
|
-
Clt: Repository$
|
|
1911
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1912
|
-
Persona: Repository$
|
|
1913
|
-
ProjectInfo: Repository$
|
|
1914
|
-
Order: Repository$
|
|
1915
|
-
Purchase: Repository$
|
|
1916
|
-
MaterialEntrance: Repository$
|
|
1917
|
-
Transformado: Repository$
|
|
1918
|
-
UpfrontReturn: Repository$
|
|
1919
|
-
SavedEmPicking: Repository$
|
|
1920
|
-
EmailTemplate: Repository$
|
|
1921
|
-
EmailTemplateAttachment: Repository$
|
|
1922
|
-
Prison: Repository$
|
|
1923
|
-
Quebra: Repository$
|
|
1924
|
-
Inventario: Repository$
|
|
1925
|
-
ReturnToProvider: Repository$
|
|
1926
|
-
EmailVerification: Repository$
|
|
1927
|
-
EmailLog: Repository$
|
|
1928
|
-
DocumentLineNote: Repository$
|
|
1929
|
-
SavedProviderProposal: Repository$
|
|
1930
|
-
ProductGoogleSheets: Repository$
|
|
1931
|
-
Task: Repository$
|
|
1932
|
-
TaskMessage: Repository$
|
|
1933
|
-
RecurrentTasks: Repository$
|
|
1934
|
-
TaskRead: Repository$
|
|
1935
|
-
Theme: Repository$
|
|
1936
|
-
Dashboard: Repository$
|
|
1937
|
-
ChatRapidMessage: Repository$
|
|
1938
|
-
SideMenu: Repository$
|
|
1939
|
-
ErrorLog: Repository$
|
|
1940
|
-
AdminPanel: Repository$
|
|
1941
|
-
DocumentLineRm: Repository$
|
|
1942
|
-
DocumentLineMt: Repository$
|
|
1943
|
-
ChatSubscriber: Repository$
|
|
1944
|
-
Tag: Repository;
|
|
1846
|
+
BankData: Repository$1O;
|
|
1847
|
+
Client: Repository$1N;
|
|
1848
|
+
ClientType: Repository$1M;
|
|
1849
|
+
Chat: Repository$1L;
|
|
1850
|
+
Commissioner: Repository$1K;
|
|
1851
|
+
Country: Repository$1J;
|
|
1852
|
+
DocumentHeader: Repository$1I;
|
|
1853
|
+
DocumentHeaderHistory: Repository$1H;
|
|
1854
|
+
BillOfLading: Repository$1G;
|
|
1855
|
+
ProductionOrder: Repository$1F;
|
|
1856
|
+
Proforma: Repository$1E;
|
|
1857
|
+
PropostaFornecedor: Repository$1D;
|
|
1858
|
+
ProviderCreditNoteFromReturn: Repository$1C;
|
|
1859
|
+
ProviderFinancialCreditNote: Repository$1B;
|
|
1860
|
+
ProviderServiceInvoice: Repository$1A;
|
|
1861
|
+
DocumentLine: Repository$1z;
|
|
1862
|
+
DocumentLineAssoc: Repository$1y;
|
|
1863
|
+
DocumentType: Repository$1x;
|
|
1864
|
+
Favorites: Repository$1w;
|
|
1865
|
+
File: Repository$1v;
|
|
1866
|
+
GoogleSheets: Repository$1u;
|
|
1867
|
+
GroupPermissions: Repository$1t;
|
|
1868
|
+
Language: Repository$1s;
|
|
1869
|
+
Location: Repository$1r;
|
|
1870
|
+
Logout: Repository$1q;
|
|
1871
|
+
Multimedia: Repository$1p;
|
|
1872
|
+
Observation: Repository$1o;
|
|
1873
|
+
ObservationType: Repository$1n;
|
|
1874
|
+
Password: Repository$1m;
|
|
1875
|
+
Permissions: Repository$1l;
|
|
1876
|
+
ProductImage: Repository$1k;
|
|
1877
|
+
Promotion: Repository$1j;
|
|
1878
|
+
PromotionAssoc: Repository$1i;
|
|
1879
|
+
Providers: Repository$1h;
|
|
1880
|
+
ProviderType: Repository$1g;
|
|
1881
|
+
PurchaseConditions: Repository$1f;
|
|
1882
|
+
ReasonForExemption: Repository$1e;
|
|
1883
|
+
RefreshToken: Repository$1d;
|
|
1884
|
+
SegmentsArea: Repository$1c;
|
|
1885
|
+
Sessions: Repository$1b;
|
|
1886
|
+
Shippings: Repository$1a;
|
|
1887
|
+
StoreOperator: Repository$19;
|
|
1888
|
+
Swift: Repository$18;
|
|
1889
|
+
TypeOfLocation: Repository$17;
|
|
1890
|
+
UnitOfMeasure: Repository$16;
|
|
1891
|
+
UserPermissions: Repository$15;
|
|
1892
|
+
UserPositions: Repository$14;
|
|
1893
|
+
Users: Repository$13;
|
|
1894
|
+
VatTax: Repository$12;
|
|
1895
|
+
VatTaxZone: Repository$11;
|
|
1896
|
+
Workflow: Repository$10;
|
|
1897
|
+
DeliveryMethods: Repository$$;
|
|
1898
|
+
MaturityDates: Repository$_;
|
|
1899
|
+
PaymentMethods: Repository$Z;
|
|
1900
|
+
Vehicles: Repository$Y;
|
|
1901
|
+
ExternalDocumentType: Repository$X;
|
|
1902
|
+
DocumentSet: Repository$W;
|
|
1903
|
+
Payment: Repository$V;
|
|
1904
|
+
ExternalDocumentHeader: Repository$U;
|
|
1905
|
+
VatValidation: Repository$T;
|
|
1906
|
+
StockMovement: Repository$S;
|
|
1907
|
+
ZipCode: Repository$R;
|
|
1908
|
+
Tenant: Repository$Q;
|
|
1909
|
+
PreSale: Repository$P;
|
|
1910
|
+
PreSaleProduct: Repository$O;
|
|
1911
|
+
OrderManagement: Repository$N;
|
|
1912
|
+
Npc: Repository$M;
|
|
1913
|
+
Printer: Repository$L;
|
|
1914
|
+
SchedulePrintJob: Repository$K;
|
|
1915
|
+
QueryList: Repository$J;
|
|
1916
|
+
QueryParameter: Repository$I;
|
|
1917
|
+
ReturnReason: Repository$H;
|
|
1918
|
+
PropostaSheets: Repository$G;
|
|
1919
|
+
Schedule: Repository$F;
|
|
1920
|
+
GoogleFilePermission: Repository$E;
|
|
1921
|
+
Settings: Repository$D;
|
|
1922
|
+
Tickets: Repository$C;
|
|
1923
|
+
Channel: Repository$B;
|
|
1924
|
+
TicketsLanguage: Repository$A;
|
|
1925
|
+
Clt: Repository$z;
|
|
1926
|
+
StartDocumentHeaderLastUpdate: Repository$y;
|
|
1927
|
+
Persona: Repository$x;
|
|
1928
|
+
ProjectInfo: Repository$w;
|
|
1929
|
+
Order: Repository$v;
|
|
1930
|
+
Purchase: Repository$u;
|
|
1931
|
+
MaterialEntrance: Repository$t;
|
|
1932
|
+
Transformado: Repository$s;
|
|
1933
|
+
UpfrontReturn: Repository$r;
|
|
1934
|
+
SavedEmPicking: Repository$q;
|
|
1935
|
+
EmailTemplate: Repository$p;
|
|
1936
|
+
EmailTemplateAttachment: Repository$o;
|
|
1937
|
+
Prison: Repository$n;
|
|
1938
|
+
Quebra: Repository$m;
|
|
1939
|
+
Inventario: Repository$l;
|
|
1940
|
+
ReturnToProvider: Repository$k;
|
|
1941
|
+
EmailVerification: Repository$j;
|
|
1942
|
+
EmailLog: Repository$i;
|
|
1943
|
+
DocumentLineNote: Repository$h;
|
|
1944
|
+
SavedProviderProposal: Repository$g;
|
|
1945
|
+
ProductGoogleSheets: Repository$f;
|
|
1946
|
+
Task: Repository$e;
|
|
1947
|
+
TaskMessage: Repository$d;
|
|
1948
|
+
RecurrentTasks: Repository$c;
|
|
1949
|
+
TaskRead: Repository$b;
|
|
1950
|
+
Theme: Repository$a;
|
|
1951
|
+
Dashboard: Repository$9;
|
|
1952
|
+
ChatRapidMessage: Repository$8;
|
|
1953
|
+
SideMenu: Repository$7;
|
|
1954
|
+
ErrorLog: Repository$6;
|
|
1955
|
+
AdminPanel: Repository$5;
|
|
1956
|
+
DocumentLineRm: Repository$4;
|
|
1957
|
+
DocumentLineMt: Repository$3;
|
|
1958
|
+
ChatSubscriber: Repository$2;
|
|
1959
|
+
Tag: Repository$1;
|
|
1960
|
+
Gmails: Repository;
|
|
1945
1961
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1946
1962
|
}
|
|
1947
1963
|
|
|
@@ -1951,7 +1967,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1951
1967
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1952
1968
|
type Nomalism_IOptions = IOptions;
|
|
1953
1969
|
declare namespace Nomalism {
|
|
1954
|
-
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, 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, 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, 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 };
|
|
1970
|
+
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, 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, 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 };
|
|
1955
1971
|
}
|
|
1956
1972
|
|
|
1957
1973
|
export { Nomalism as default };
|