@nomalism-com/api 0.40.2 → 0.40.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +414 -365
- package/dist/index.js +174 -123
- package/package.json +3 -3
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$1S implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1O implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1S 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$1R implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1N 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$1R as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1Q implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1M implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1Q as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1P implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1L 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$1O implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1K 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$1O 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$1N implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,23 +110,19 @@ declare class Repository$1J 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$1N as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1M implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
120
120
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
121
121
|
findOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindOneBase | null>;
|
|
122
|
-
findStart(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindOneBase | null>;
|
|
123
122
|
findStartVirtual(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IStartDocumentHeaderVirtuals | null>;
|
|
124
123
|
findByBasicSearch(params: Nomalism$1.DocumentHeader.IBasicSearchRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.DocumentHeader.IBasicSearchResponse>>;
|
|
125
124
|
findByType(params: Nomalism$1.DocumentHeader.IFindByTypeRequest): Promise<Nomalism$1.DocumentHeader.IFindByTypeResponse[]>;
|
|
126
125
|
find(params: Nomalism$1.DocumentHeader.IFindRequest): Promise<Nomalism$1.DocumentHeader.IFindResponse[]>;
|
|
127
|
-
findClientUnpaidCredit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
128
|
-
findClientUnpaidDebit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
129
|
-
findUnpaidCommissions(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
130
126
|
create(body: Nomalism$1.DocumentHeader.ICreateRequest): Promise<Nomalism$1.DocumentHeader.ICreateResponse>;
|
|
131
127
|
createFromHeader(body: Nomalism$1.DocumentHeader.ICreateFromHeaderRequest): Promise<void>;
|
|
132
128
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.DocumentHeader.IUpdateRequest): Promise<void>;
|
|
@@ -141,15 +137,13 @@ declare class Repository$1I implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
141
137
|
documentThermalPrint({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<string>;
|
|
142
138
|
documentList({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IDocumentListResponse[]>;
|
|
143
139
|
findStartDocumentHeaderSiblings({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindStartDocumentHeaderSiblingsResponse>;
|
|
144
|
-
findRmOpenDocuments(): Promise<Nomalism$1.DocumentHeader.IFindRmOpenDocuments[]>;
|
|
145
|
-
regularizarMultiplosDocumentos(data: Nomalism$1.DocumentHeader.IMultipleRegularizations): Promise<void>;
|
|
146
140
|
}
|
|
147
141
|
|
|
148
142
|
declare namespace documentHeader {
|
|
149
|
-
export { Repository$
|
|
143
|
+
export { Repository$1M as default };
|
|
150
144
|
}
|
|
151
145
|
|
|
152
|
-
declare class Repository$
|
|
146
|
+
declare class Repository$1L implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
153
147
|
route: string;
|
|
154
148
|
publicRoute: string;
|
|
155
149
|
private api;
|
|
@@ -158,10 +152,10 @@ declare class Repository$1H implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
158
152
|
}
|
|
159
153
|
|
|
160
154
|
declare namespace documentHeaderHistory {
|
|
161
|
-
export { Repository$
|
|
155
|
+
export { Repository$1L as default };
|
|
162
156
|
}
|
|
163
157
|
|
|
164
|
-
declare class Repository$
|
|
158
|
+
declare class Repository$1K implements Nomalism$1.BillOfLading.IRepository {
|
|
165
159
|
route: string;
|
|
166
160
|
publicRoute: string;
|
|
167
161
|
private api;
|
|
@@ -169,7 +163,7 @@ declare class Repository$1G implements Nomalism$1.BillOfLading.IRepository {
|
|
|
169
163
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
170
164
|
}
|
|
171
165
|
|
|
172
|
-
declare class Repository$
|
|
166
|
+
declare class Repository$1J implements Nomalism$1.ProductionOrder.IRepository {
|
|
173
167
|
route: string;
|
|
174
168
|
publicRoute: string;
|
|
175
169
|
private api;
|
|
@@ -177,7 +171,7 @@ declare class Repository$1F implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
177
171
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
178
172
|
}
|
|
179
173
|
|
|
180
|
-
declare class Repository$
|
|
174
|
+
declare class Repository$1I implements Nomalism$1.Proforma.IRepository {
|
|
181
175
|
route: string;
|
|
182
176
|
publicRoute: string;
|
|
183
177
|
private api;
|
|
@@ -185,7 +179,7 @@ declare class Repository$1E implements Nomalism$1.Proforma.IRepository {
|
|
|
185
179
|
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<void>;
|
|
186
180
|
}
|
|
187
181
|
|
|
188
|
-
declare class Repository$
|
|
182
|
+
declare class Repository$1H implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
189
183
|
route: string;
|
|
190
184
|
publicRoute: string;
|
|
191
185
|
private api;
|
|
@@ -193,7 +187,7 @@ declare class Repository$1D implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
193
187
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
194
188
|
}
|
|
195
189
|
|
|
196
|
-
declare class Repository$
|
|
190
|
+
declare class Repository$1G implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
197
191
|
route: string;
|
|
198
192
|
publicRoute: string;
|
|
199
193
|
private api;
|
|
@@ -202,7 +196,7 @@ declare class Repository$1C implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
202
196
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
203
197
|
}
|
|
204
198
|
|
|
205
|
-
declare class Repository$
|
|
199
|
+
declare class Repository$1F implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
206
200
|
route: string;
|
|
207
201
|
publicRoute: string;
|
|
208
202
|
private api;
|
|
@@ -211,7 +205,7 @@ declare class Repository$1B implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
211
205
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
212
206
|
}
|
|
213
207
|
|
|
214
|
-
declare class Repository$
|
|
208
|
+
declare class Repository$1E implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
215
209
|
route: string;
|
|
216
210
|
publicRoute: string;
|
|
217
211
|
private api;
|
|
@@ -219,7 +213,7 @@ declare class Repository$1A implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
219
213
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
220
214
|
}
|
|
221
215
|
|
|
222
|
-
declare class Repository$
|
|
216
|
+
declare class Repository$1D implements Nomalism$1.DocumentLine.IRepository {
|
|
223
217
|
route: string;
|
|
224
218
|
publicRoute: string;
|
|
225
219
|
private api;
|
|
@@ -236,10 +230,10 @@ declare class Repository$1z implements Nomalism$1.DocumentLine.IRepository {
|
|
|
236
230
|
}
|
|
237
231
|
|
|
238
232
|
declare namespace documentLine {
|
|
239
|
-
export { Repository$
|
|
233
|
+
export { Repository$1D as default };
|
|
240
234
|
}
|
|
241
235
|
|
|
242
|
-
declare class Repository$
|
|
236
|
+
declare class Repository$1C implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
243
237
|
route: string;
|
|
244
238
|
publicRoute: string;
|
|
245
239
|
private api;
|
|
@@ -252,10 +246,10 @@ declare class Repository$1y implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
252
246
|
}
|
|
253
247
|
|
|
254
248
|
declare namespace documentLineAssoc {
|
|
255
|
-
export { Repository$
|
|
249
|
+
export { Repository$1C as default };
|
|
256
250
|
}
|
|
257
251
|
|
|
258
|
-
declare class Repository$
|
|
252
|
+
declare class Repository$1B implements Nomalism$1.DocumentType.IApi {
|
|
259
253
|
route: string;
|
|
260
254
|
publicRoute: string;
|
|
261
255
|
private api;
|
|
@@ -269,10 +263,10 @@ declare class Repository$1x implements Nomalism$1.DocumentType.IApi {
|
|
|
269
263
|
}
|
|
270
264
|
|
|
271
265
|
declare namespace documentType {
|
|
272
|
-
export { Repository$
|
|
266
|
+
export { Repository$1B as default };
|
|
273
267
|
}
|
|
274
268
|
|
|
275
|
-
declare class Repository$
|
|
269
|
+
declare class Repository$1A implements Nomalism$1.Favorites.IRepository {
|
|
276
270
|
route: string;
|
|
277
271
|
publicRoute: string;
|
|
278
272
|
private api;
|
|
@@ -284,10 +278,10 @@ declare class Repository$1w implements Nomalism$1.Favorites.IRepository {
|
|
|
284
278
|
}
|
|
285
279
|
|
|
286
280
|
declare namespace favorites {
|
|
287
|
-
export { Repository$
|
|
281
|
+
export { Repository$1A as default };
|
|
288
282
|
}
|
|
289
283
|
|
|
290
|
-
declare class Repository$
|
|
284
|
+
declare class Repository$1z implements Nomalism$1.File.IRepository {
|
|
291
285
|
route: string;
|
|
292
286
|
publicRoute: string;
|
|
293
287
|
private api;
|
|
@@ -299,10 +293,10 @@ declare class Repository$1v implements Nomalism$1.File.IRepository {
|
|
|
299
293
|
}
|
|
300
294
|
|
|
301
295
|
declare namespace file {
|
|
302
|
-
export { Repository$
|
|
296
|
+
export { Repository$1z as default };
|
|
303
297
|
}
|
|
304
298
|
|
|
305
|
-
declare class Repository$
|
|
299
|
+
declare class Repository$1y implements Nomalism$1.GoogleSheets.IController {
|
|
306
300
|
route: string;
|
|
307
301
|
publicRoute: string;
|
|
308
302
|
private api;
|
|
@@ -314,10 +308,10 @@ declare class Repository$1u implements Nomalism$1.GoogleSheets.IController {
|
|
|
314
308
|
}
|
|
315
309
|
|
|
316
310
|
declare namespace googleSheets {
|
|
317
|
-
export { Repository$
|
|
311
|
+
export { Repository$1y as default };
|
|
318
312
|
}
|
|
319
313
|
|
|
320
|
-
declare class Repository$
|
|
314
|
+
declare class Repository$1x implements Nomalism$1.GroupPermissions.IApi {
|
|
321
315
|
route: string;
|
|
322
316
|
publicRoute: string;
|
|
323
317
|
private api;
|
|
@@ -329,11 +323,11 @@ declare class Repository$1t implements Nomalism$1.GroupPermissions.IApi {
|
|
|
329
323
|
}
|
|
330
324
|
|
|
331
325
|
declare namespace groupPermission {
|
|
332
|
-
export { Repository$
|
|
326
|
+
export { Repository$1x as default };
|
|
333
327
|
}
|
|
334
328
|
|
|
335
329
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
336
|
-
declare class Repository$
|
|
330
|
+
declare class Repository$1w implements Nomalism$1.Language.IRepository {
|
|
337
331
|
route: string;
|
|
338
332
|
publicRoute: string;
|
|
339
333
|
private api;
|
|
@@ -348,10 +342,10 @@ declare class Repository$1s implements Nomalism$1.Language.IRepository {
|
|
|
348
342
|
}
|
|
349
343
|
|
|
350
344
|
declare namespace language$1 {
|
|
351
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
345
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1w as default };
|
|
352
346
|
}
|
|
353
347
|
|
|
354
|
-
declare class Repository$
|
|
348
|
+
declare class Repository$1v implements Nomalism$1.Location.IRepository {
|
|
355
349
|
route: string;
|
|
356
350
|
publicRoute: string;
|
|
357
351
|
private api;
|
|
@@ -367,10 +361,10 @@ declare class Repository$1r implements Nomalism$1.Location.IRepository {
|
|
|
367
361
|
}
|
|
368
362
|
|
|
369
363
|
declare namespace location {
|
|
370
|
-
export { Repository$
|
|
364
|
+
export { Repository$1v as default };
|
|
371
365
|
}
|
|
372
366
|
|
|
373
|
-
declare class Repository$
|
|
367
|
+
declare class Repository$1u {
|
|
374
368
|
route: string;
|
|
375
369
|
publicRoute: string;
|
|
376
370
|
private api;
|
|
@@ -379,10 +373,10 @@ declare class Repository$1q {
|
|
|
379
373
|
}
|
|
380
374
|
|
|
381
375
|
declare namespace logout {
|
|
382
|
-
export { Repository$
|
|
376
|
+
export { Repository$1u as default };
|
|
383
377
|
}
|
|
384
378
|
|
|
385
|
-
declare class Repository$
|
|
379
|
+
declare class Repository$1t implements Nomalism$1.Multimedia.IApi {
|
|
386
380
|
route: string;
|
|
387
381
|
publicRoute: string;
|
|
388
382
|
private api;
|
|
@@ -392,10 +386,10 @@ declare class Repository$1p implements Nomalism$1.Multimedia.IApi {
|
|
|
392
386
|
}
|
|
393
387
|
|
|
394
388
|
declare namespace multimedia {
|
|
395
|
-
export { Repository$
|
|
389
|
+
export { Repository$1t as default };
|
|
396
390
|
}
|
|
397
391
|
|
|
398
|
-
declare class Repository$
|
|
392
|
+
declare class Repository$1s implements Nomalism$1.Observation.IApi {
|
|
399
393
|
route: string;
|
|
400
394
|
publicRoute: string;
|
|
401
395
|
private api;
|
|
@@ -408,10 +402,10 @@ declare class Repository$1o implements Nomalism$1.Observation.IApi {
|
|
|
408
402
|
}
|
|
409
403
|
|
|
410
404
|
declare namespace observation {
|
|
411
|
-
export { Repository$
|
|
405
|
+
export { Repository$1s as default };
|
|
412
406
|
}
|
|
413
407
|
|
|
414
|
-
declare class Repository$
|
|
408
|
+
declare class Repository$1r implements Nomalism$1.ObservationType.IApi {
|
|
415
409
|
route: string;
|
|
416
410
|
publicRoute: string;
|
|
417
411
|
private api;
|
|
@@ -424,10 +418,10 @@ declare class Repository$1n implements Nomalism$1.ObservationType.IApi {
|
|
|
424
418
|
}
|
|
425
419
|
|
|
426
420
|
declare namespace observationType {
|
|
427
|
-
export { Repository$
|
|
421
|
+
export { Repository$1r as default };
|
|
428
422
|
}
|
|
429
423
|
|
|
430
|
-
declare class Repository$
|
|
424
|
+
declare class Repository$1q implements Nomalism$1.Password.IRepository {
|
|
431
425
|
route: string;
|
|
432
426
|
publicRoute: string;
|
|
433
427
|
private api;
|
|
@@ -437,10 +431,10 @@ declare class Repository$1m implements Nomalism$1.Password.IRepository {
|
|
|
437
431
|
}
|
|
438
432
|
|
|
439
433
|
declare namespace password {
|
|
440
|
-
export { Repository$
|
|
434
|
+
export { Repository$1q as default };
|
|
441
435
|
}
|
|
442
436
|
|
|
443
|
-
declare class Repository$
|
|
437
|
+
declare class Repository$1p implements Nomalism$1.Permissions.IApi {
|
|
444
438
|
route: string;
|
|
445
439
|
publicRoute: string;
|
|
446
440
|
private api;
|
|
@@ -452,10 +446,10 @@ declare class Repository$1l implements Nomalism$1.Permissions.IApi {
|
|
|
452
446
|
}
|
|
453
447
|
|
|
454
448
|
declare namespace permission {
|
|
455
|
-
export { Repository$
|
|
449
|
+
export { Repository$1p as default };
|
|
456
450
|
}
|
|
457
451
|
|
|
458
|
-
declare class Repository$
|
|
452
|
+
declare class Repository$1o implements Nomalism$1.ProductImage.IRepository {
|
|
459
453
|
route: string;
|
|
460
454
|
publicRoute: string;
|
|
461
455
|
private api;
|
|
@@ -470,10 +464,10 @@ declare class Repository$1k implements Nomalism$1.ProductImage.IRepository {
|
|
|
470
464
|
}
|
|
471
465
|
|
|
472
466
|
declare namespace productImage {
|
|
473
|
-
export { Repository$
|
|
467
|
+
export { Repository$1o as default };
|
|
474
468
|
}
|
|
475
469
|
|
|
476
|
-
declare class Repository$
|
|
470
|
+
declare class Repository$1n implements Nomalism$1.Promotion.IRepository {
|
|
477
471
|
route: string;
|
|
478
472
|
publicRoute: string;
|
|
479
473
|
private api;
|
|
@@ -490,10 +484,10 @@ declare class Repository$1j implements Nomalism$1.Promotion.IRepository {
|
|
|
490
484
|
}
|
|
491
485
|
|
|
492
486
|
declare namespace promotion {
|
|
493
|
-
export { Repository$
|
|
487
|
+
export { Repository$1n as default };
|
|
494
488
|
}
|
|
495
489
|
|
|
496
|
-
declare class Repository$
|
|
490
|
+
declare class Repository$1m implements Nomalism$1.PromotionAssoc.IRepository {
|
|
497
491
|
route: string;
|
|
498
492
|
publicRoute: string;
|
|
499
493
|
private api;
|
|
@@ -508,10 +502,10 @@ declare class Repository$1i implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
508
502
|
}
|
|
509
503
|
|
|
510
504
|
declare namespace promotionAssoc {
|
|
511
|
-
export { Repository$
|
|
505
|
+
export { Repository$1m as default };
|
|
512
506
|
}
|
|
513
507
|
|
|
514
|
-
declare class Repository$
|
|
508
|
+
declare class Repository$1l implements Nomalism$1.Providers.IRepository {
|
|
515
509
|
route: string;
|
|
516
510
|
publicRoute: string;
|
|
517
511
|
private api;
|
|
@@ -526,14 +520,15 @@ declare class Repository$1h implements Nomalism$1.Providers.IRepository {
|
|
|
526
520
|
create(body: Nomalism$1.Providers.ICreateRequest): Promise<Nomalism$1.Providers.IFindResponse>;
|
|
527
521
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.Providers.IUpdateRequest): Promise<Nomalism$1.Providers.IFindResponse | null>;
|
|
528
522
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Providers.IFindResponse | null>;
|
|
523
|
+
findByNumber(selector: Nomalism$1.Providers.IFindByNumberRequest): Promise<Nomalism$1.Providers.IFindByNumberResponse | null>;
|
|
529
524
|
}
|
|
530
525
|
|
|
531
526
|
declare namespace provider {
|
|
532
|
-
export { Repository$
|
|
527
|
+
export { Repository$1l as default };
|
|
533
528
|
}
|
|
534
529
|
|
|
535
530
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
536
|
-
declare class Repository$
|
|
531
|
+
declare class Repository$1k implements Nomalism$1.ProviderType.IRepository {
|
|
537
532
|
route: string;
|
|
538
533
|
publicRoute: string;
|
|
539
534
|
private api;
|
|
@@ -548,10 +543,10 @@ declare class Repository$1g implements Nomalism$1.ProviderType.IRepository {
|
|
|
548
543
|
}
|
|
549
544
|
|
|
550
545
|
declare namespace providerType {
|
|
551
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
546
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1k as default };
|
|
552
547
|
}
|
|
553
548
|
|
|
554
|
-
declare class Repository$
|
|
549
|
+
declare class Repository$1j implements Nomalism$1.PurchaseConditions.IRepository {
|
|
555
550
|
route: string;
|
|
556
551
|
publicRoute: string;
|
|
557
552
|
private api;
|
|
@@ -566,10 +561,10 @@ declare class Repository$1f implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
566
561
|
}
|
|
567
562
|
|
|
568
563
|
declare namespace purchaseCondition {
|
|
569
|
-
export { Repository$
|
|
564
|
+
export { Repository$1j as default };
|
|
570
565
|
}
|
|
571
566
|
|
|
572
|
-
declare class Repository$
|
|
567
|
+
declare class Repository$1i implements Nomalism$1.ReasonForExemption.IRepository {
|
|
573
568
|
route: string;
|
|
574
569
|
publicRoute: string;
|
|
575
570
|
private api;
|
|
@@ -584,10 +579,10 @@ declare class Repository$1e implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
584
579
|
}
|
|
585
580
|
|
|
586
581
|
declare namespace reasonForExemption {
|
|
587
|
-
export { Repository$
|
|
582
|
+
export { Repository$1i as default };
|
|
588
583
|
}
|
|
589
584
|
|
|
590
|
-
declare class Repository$
|
|
585
|
+
declare class Repository$1h implements Nomalism$1.RefreshToken.IRepository {
|
|
591
586
|
route: string;
|
|
592
587
|
publicRoute: string;
|
|
593
588
|
private api;
|
|
@@ -596,10 +591,10 @@ declare class Repository$1d implements Nomalism$1.RefreshToken.IRepository {
|
|
|
596
591
|
}
|
|
597
592
|
|
|
598
593
|
declare namespace refreshToken {
|
|
599
|
-
export { Repository$
|
|
594
|
+
export { Repository$1h as default };
|
|
600
595
|
}
|
|
601
596
|
|
|
602
|
-
declare class Repository$
|
|
597
|
+
declare class Repository$1g implements Nomalism$1.SegmentsArea.IRepository {
|
|
603
598
|
route: string;
|
|
604
599
|
publicRoute: string;
|
|
605
600
|
private api;
|
|
@@ -614,10 +609,10 @@ declare class Repository$1c implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
614
609
|
}
|
|
615
610
|
|
|
616
611
|
declare namespace segmentsArea {
|
|
617
|
-
export { Repository$
|
|
612
|
+
export { Repository$1g as default };
|
|
618
613
|
}
|
|
619
614
|
|
|
620
|
-
declare class Repository$
|
|
615
|
+
declare class Repository$1f implements Nomalism$1.Sessions.IRepository {
|
|
621
616
|
route: string;
|
|
622
617
|
publicRoute: string;
|
|
623
618
|
private api;
|
|
@@ -626,10 +621,10 @@ declare class Repository$1b implements Nomalism$1.Sessions.IRepository {
|
|
|
626
621
|
}
|
|
627
622
|
|
|
628
623
|
declare namespace sessions {
|
|
629
|
-
export { Repository$
|
|
624
|
+
export { Repository$1f as default };
|
|
630
625
|
}
|
|
631
626
|
|
|
632
|
-
declare class Repository$
|
|
627
|
+
declare class Repository$1e implements Nomalism$1.Shippings.IRepository {
|
|
633
628
|
route: string;
|
|
634
629
|
publicRoute: string;
|
|
635
630
|
private api;
|
|
@@ -644,10 +639,10 @@ declare class Repository$1a implements Nomalism$1.Shippings.IRepository {
|
|
|
644
639
|
}
|
|
645
640
|
|
|
646
641
|
declare namespace shippings {
|
|
647
|
-
export { Repository$
|
|
642
|
+
export { Repository$1e as default };
|
|
648
643
|
}
|
|
649
644
|
|
|
650
|
-
declare class Repository$
|
|
645
|
+
declare class Repository$1d implements Nomalism$1.StoreOperator.IRepository {
|
|
651
646
|
route: string;
|
|
652
647
|
publicRoute: string;
|
|
653
648
|
private api;
|
|
@@ -657,15 +652,16 @@ declare class Repository$19 implements Nomalism$1.StoreOperator.IRepository {
|
|
|
657
652
|
findMinified(params?: Nomalism$1.shared.IFindMinifiedRequest): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
658
653
|
create(body: Nomalism$1.StoreOperator.ICreateRequest): Promise<string>;
|
|
659
654
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.StoreOperator.IUpdateRequest): Promise<void>;
|
|
655
|
+
updatePassword(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.StoreOperator.IUpdatePasswordRequest): Promise<void>;
|
|
660
656
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
661
657
|
}
|
|
662
658
|
|
|
663
659
|
declare namespace storeOperator {
|
|
664
|
-
export { Repository$
|
|
660
|
+
export { Repository$1d as default };
|
|
665
661
|
}
|
|
666
662
|
|
|
667
663
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
668
|
-
declare class Repository$
|
|
664
|
+
declare class Repository$1c implements Nomalism$1.Swift.IRepository {
|
|
669
665
|
route: string;
|
|
670
666
|
publicRoute: string;
|
|
671
667
|
private api;
|
|
@@ -681,10 +677,10 @@ declare class Repository$18 implements Nomalism$1.Swift.IRepository {
|
|
|
681
677
|
|
|
682
678
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
683
679
|
declare namespace swift {
|
|
684
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
680
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1c as default };
|
|
685
681
|
}
|
|
686
682
|
|
|
687
|
-
declare class Repository$
|
|
683
|
+
declare class Repository$1b implements Nomalism$1.TypeOfLocation.IRepository {
|
|
688
684
|
route: string;
|
|
689
685
|
publicRoute: string;
|
|
690
686
|
private api;
|
|
@@ -700,10 +696,10 @@ declare class Repository$17 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
700
696
|
}
|
|
701
697
|
|
|
702
698
|
declare namespace typeOfLocation {
|
|
703
|
-
export { Repository$
|
|
699
|
+
export { Repository$1b as default };
|
|
704
700
|
}
|
|
705
701
|
|
|
706
|
-
declare class Repository$
|
|
702
|
+
declare class Repository$1a implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
707
703
|
route: string;
|
|
708
704
|
publicRoute: string;
|
|
709
705
|
private api;
|
|
@@ -719,10 +715,10 @@ declare class Repository$16 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
719
715
|
}
|
|
720
716
|
|
|
721
717
|
declare namespace unitOfMeasure {
|
|
722
|
-
export { Repository$
|
|
718
|
+
export { Repository$1a as default };
|
|
723
719
|
}
|
|
724
720
|
|
|
725
|
-
declare class Repository$
|
|
721
|
+
declare class Repository$19 implements Nomalism$1.UserPermissions.IRepository {
|
|
726
722
|
route: string;
|
|
727
723
|
publicRoute: string;
|
|
728
724
|
private api;
|
|
@@ -733,10 +729,10 @@ declare class Repository$15 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
733
729
|
}
|
|
734
730
|
|
|
735
731
|
declare namespace userPermission {
|
|
736
|
-
export { Repository$
|
|
732
|
+
export { Repository$19 as default };
|
|
737
733
|
}
|
|
738
734
|
|
|
739
|
-
declare class Repository$
|
|
735
|
+
declare class Repository$18 implements Nomalism$1.UserPositions.IRepository {
|
|
740
736
|
route: string;
|
|
741
737
|
publicRoute: string;
|
|
742
738
|
private api;
|
|
@@ -751,10 +747,10 @@ declare class Repository$14 implements Nomalism$1.UserPositions.IRepository {
|
|
|
751
747
|
}
|
|
752
748
|
|
|
753
749
|
declare namespace userPositions {
|
|
754
|
-
export { Repository$
|
|
750
|
+
export { Repository$18 as default };
|
|
755
751
|
}
|
|
756
752
|
|
|
757
|
-
declare class Repository$
|
|
753
|
+
declare class Repository$17 implements Nomalism$1.Users.IApi {
|
|
758
754
|
route: string;
|
|
759
755
|
publicRoute: string;
|
|
760
756
|
private api;
|
|
@@ -771,10 +767,10 @@ declare class Repository$13 implements Nomalism$1.Users.IApi {
|
|
|
771
767
|
}
|
|
772
768
|
|
|
773
769
|
declare namespace user {
|
|
774
|
-
export { Repository$
|
|
770
|
+
export { Repository$17 as default };
|
|
775
771
|
}
|
|
776
772
|
|
|
777
|
-
declare class Repository$
|
|
773
|
+
declare class Repository$16 implements Nomalism$1.VatTax.IRepository {
|
|
778
774
|
route: string;
|
|
779
775
|
publicRoute: string;
|
|
780
776
|
private api;
|
|
@@ -790,10 +786,10 @@ declare class Repository$12 implements Nomalism$1.VatTax.IRepository {
|
|
|
790
786
|
}
|
|
791
787
|
|
|
792
788
|
declare namespace vatTax {
|
|
793
|
-
export { Repository$
|
|
789
|
+
export { Repository$16 as default };
|
|
794
790
|
}
|
|
795
791
|
|
|
796
|
-
declare class Repository$
|
|
792
|
+
declare class Repository$15 implements Nomalism$1.VatTaxZone.IRepository {
|
|
797
793
|
route: string;
|
|
798
794
|
publicRoute: string;
|
|
799
795
|
private api;
|
|
@@ -809,10 +805,10 @@ declare class Repository$11 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
809
805
|
}
|
|
810
806
|
|
|
811
807
|
declare namespace vatTaxZone {
|
|
812
|
-
export { Repository$
|
|
808
|
+
export { Repository$15 as default };
|
|
813
809
|
}
|
|
814
810
|
|
|
815
|
-
declare class Repository$
|
|
811
|
+
declare class Repository$14 implements Nomalism$1.Workflow.IApi {
|
|
816
812
|
route: string;
|
|
817
813
|
publicRoute: string;
|
|
818
814
|
private api;
|
|
@@ -825,10 +821,10 @@ declare class Repository$10 implements Nomalism$1.Workflow.IApi {
|
|
|
825
821
|
}
|
|
826
822
|
|
|
827
823
|
declare namespace workflow {
|
|
828
|
-
export { Repository$
|
|
824
|
+
export { Repository$14 as default };
|
|
829
825
|
}
|
|
830
826
|
|
|
831
|
-
declare class Repository
|
|
827
|
+
declare class Repository$13 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
832
828
|
route: string;
|
|
833
829
|
publicRoute: string;
|
|
834
830
|
private api;
|
|
@@ -842,10 +838,10 @@ declare class Repository$$ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
842
838
|
}
|
|
843
839
|
|
|
844
840
|
declare namespace deliveryMethods {
|
|
845
|
-
export { Repository
|
|
841
|
+
export { Repository$13 as default };
|
|
846
842
|
}
|
|
847
843
|
|
|
848
|
-
declare class Repository$
|
|
844
|
+
declare class Repository$12 implements Nomalism$1.MaturityDates.IRepository {
|
|
849
845
|
route: string;
|
|
850
846
|
publicRoute: string;
|
|
851
847
|
private api;
|
|
@@ -859,10 +855,10 @@ declare class Repository$_ implements Nomalism$1.MaturityDates.IRepository {
|
|
|
859
855
|
}
|
|
860
856
|
|
|
861
857
|
declare namespace maturityDates {
|
|
862
|
-
export { Repository$
|
|
858
|
+
export { Repository$12 as default };
|
|
863
859
|
}
|
|
864
860
|
|
|
865
|
-
declare class Repository$
|
|
861
|
+
declare class Repository$11 implements Nomalism$1.PaymentMethods.IRepository {
|
|
866
862
|
route: string;
|
|
867
863
|
publicRoute: string;
|
|
868
864
|
private api;
|
|
@@ -876,10 +872,10 @@ declare class Repository$Z implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
876
872
|
}
|
|
877
873
|
|
|
878
874
|
declare namespace paymentMethods {
|
|
879
|
-
export { Repository$
|
|
875
|
+
export { Repository$11 as default };
|
|
880
876
|
}
|
|
881
877
|
|
|
882
|
-
declare class Repository$
|
|
878
|
+
declare class Repository$10 implements Nomalism$1.Vehicles.IApi {
|
|
883
879
|
route: string;
|
|
884
880
|
publicRoute: string;
|
|
885
881
|
private api;
|
|
@@ -891,10 +887,10 @@ declare class Repository$Y implements Nomalism$1.Vehicles.IApi {
|
|
|
891
887
|
}
|
|
892
888
|
|
|
893
889
|
declare namespace vehicles {
|
|
894
|
-
export { Repository$
|
|
890
|
+
export { Repository$10 as default };
|
|
895
891
|
}
|
|
896
892
|
|
|
897
|
-
declare class Repository
|
|
893
|
+
declare class Repository$$ implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
898
894
|
route: string;
|
|
899
895
|
publicRoute: string;
|
|
900
896
|
private api;
|
|
@@ -904,10 +900,10 @@ declare class Repository$X implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
904
900
|
}
|
|
905
901
|
|
|
906
902
|
declare namespace externalDocumentType {
|
|
907
|
-
export { Repository
|
|
903
|
+
export { Repository$$ as default };
|
|
908
904
|
}
|
|
909
905
|
|
|
910
|
-
declare class Repository$
|
|
906
|
+
declare class Repository$_ implements Nomalism$1.DocumentSet.IRepository {
|
|
911
907
|
route: string;
|
|
912
908
|
publicRoute: string;
|
|
913
909
|
private api;
|
|
@@ -921,39 +917,28 @@ declare class Repository$W implements Nomalism$1.DocumentSet.IRepository {
|
|
|
921
917
|
}
|
|
922
918
|
|
|
923
919
|
declare namespace documentSet {
|
|
924
|
-
export { Repository$
|
|
920
|
+
export { Repository$_ as default };
|
|
925
921
|
}
|
|
926
922
|
|
|
927
|
-
declare class Repository$
|
|
923
|
+
declare class Repository$Z implements Nomalism$1.Payment.IRepository {
|
|
928
924
|
route: string;
|
|
929
925
|
publicRoute: string;
|
|
930
926
|
private api;
|
|
931
927
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
928
|
+
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Payment.Entity | null>;
|
|
929
|
+
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Payment.IFindResponse[]>;
|
|
932
930
|
find(params: Nomalism$1.Payment.IFindRequest): Promise<Nomalism$1.Payment.IFindResponse[]>;
|
|
933
931
|
findPaginated(params: Nomalism$1.Payment.IFindPaginatedRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.Payment.IFindResponse>>;
|
|
934
|
-
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Payment.IFindResponse[]>;
|
|
935
|
-
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Payment.Entity | null>;
|
|
936
|
-
deleteBatch(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
937
|
-
findCurrentAccountByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Payment.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
938
|
-
findBalanceByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<number>;
|
|
939
932
|
findSettledMaterialEntrance(params: Nomalism$1.Payment.IUnpaidPurchasesRequest): Promise<Nomalism$1.Payment.IUnpaidPurchasesResponse[]>;
|
|
940
|
-
findSettledMaterialEntranceProviders(): Promise<Nomalism$1.Users.IFindProvidersWithClientIdResponse[]>;
|
|
941
|
-
createProvidersPayments(body: Nomalism$1.Payment.IProviderPaymentRequest[]): Promise<string[]>;
|
|
942
|
-
findPaymentsNotExported(params: Nomalism$1.Payment.IPaymentsNotExportedRequest): Promise<Nomalism$1.Payment.IPaymentsNotExportedResponse[]>;
|
|
943
|
-
findPaymentBatches(): Promise<Nomalism$1.Payment.IPaymentsBatchResponse[]>;
|
|
944
|
-
updateDownloadedBatchNumber(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
945
|
-
exportCurrentAccount(params: Nomalism$1.Payment.IExportCurrentAccountRequest): Promise<Nomalism$1.Payment.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
946
933
|
findSettledMaterialEntranceByDate(params: Nomalism$1.Payment.IUnpaidByDatePurchasesRequest): Promise<Nomalism$1.Payment.IUnpaidPurchasesResponse[]>;
|
|
947
|
-
|
|
948
|
-
getExportCurrentAccountUrl({ owner_id, start_date, end_date, output, token, }: Nomalism$1.Payment.IExportCurrentAccountRequest): string;
|
|
949
|
-
findCurrentAccountPaginated(params: Nomalism$1.Payment.IFindCurrentAccountPaginatedRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.Payment.IFindCurrentAccountByOwnerIdResponse>>;
|
|
934
|
+
findSettledMaterialEntranceProviders(): Promise<Nomalism$1.Users.IFindProvidersWithClientIdResponse[]>;
|
|
950
935
|
}
|
|
951
936
|
|
|
952
937
|
declare namespace payment {
|
|
953
|
-
export { Repository$
|
|
938
|
+
export { Repository$Z as default };
|
|
954
939
|
}
|
|
955
940
|
|
|
956
|
-
declare class Repository$
|
|
941
|
+
declare class Repository$Y implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
957
942
|
route: string;
|
|
958
943
|
publicRoute: string;
|
|
959
944
|
private api;
|
|
@@ -972,10 +957,10 @@ declare class Repository$U implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
972
957
|
}
|
|
973
958
|
|
|
974
959
|
declare namespace externalDocumentHeader {
|
|
975
|
-
export { Repository$
|
|
960
|
+
export { Repository$Y as default };
|
|
976
961
|
}
|
|
977
962
|
|
|
978
|
-
declare class Repository$
|
|
963
|
+
declare class Repository$X implements Nomalism$1.VatValidation.IRepository {
|
|
979
964
|
route: string;
|
|
980
965
|
publicRoute: string;
|
|
981
966
|
private api;
|
|
@@ -984,10 +969,10 @@ declare class Repository$T implements Nomalism$1.VatValidation.IRepository {
|
|
|
984
969
|
}
|
|
985
970
|
|
|
986
971
|
declare namespace vatValidation {
|
|
987
|
-
export { Repository$
|
|
972
|
+
export { Repository$X as default };
|
|
988
973
|
}
|
|
989
974
|
|
|
990
|
-
declare class Repository$
|
|
975
|
+
declare class Repository$W implements Nomalism$1.StockMovement.IRepository {
|
|
991
976
|
route: string;
|
|
992
977
|
publicRoute: string;
|
|
993
978
|
private api;
|
|
@@ -1000,10 +985,10 @@ declare class Repository$S implements Nomalism$1.StockMovement.IRepository {
|
|
|
1000
985
|
}
|
|
1001
986
|
|
|
1002
987
|
declare namespace stockMovement {
|
|
1003
|
-
export { Repository$
|
|
988
|
+
export { Repository$W as default };
|
|
1004
989
|
}
|
|
1005
990
|
|
|
1006
|
-
declare class Repository$
|
|
991
|
+
declare class Repository$V implements Nomalism$1.ZipCode.IRepository {
|
|
1007
992
|
route: string;
|
|
1008
993
|
publicRoute: string;
|
|
1009
994
|
private api;
|
|
@@ -1013,10 +998,10 @@ declare class Repository$R implements Nomalism$1.ZipCode.IRepository {
|
|
|
1013
998
|
}
|
|
1014
999
|
|
|
1015
1000
|
declare namespace zipCode {
|
|
1016
|
-
export { Repository$
|
|
1001
|
+
export { Repository$V as default };
|
|
1017
1002
|
}
|
|
1018
1003
|
|
|
1019
|
-
declare class Repository$
|
|
1004
|
+
declare class Repository$U implements Nomalism$1.Tenant.IRepository {
|
|
1020
1005
|
route: string;
|
|
1021
1006
|
publicRoute: string;
|
|
1022
1007
|
private api;
|
|
@@ -1028,10 +1013,10 @@ declare class Repository$Q implements Nomalism$1.Tenant.IRepository {
|
|
|
1028
1013
|
}
|
|
1029
1014
|
|
|
1030
1015
|
declare namespace tenant {
|
|
1031
|
-
export { Repository$
|
|
1016
|
+
export { Repository$U as default };
|
|
1032
1017
|
}
|
|
1033
1018
|
|
|
1034
|
-
declare class Repository$
|
|
1019
|
+
declare class Repository$T implements Nomalism$1.PreSale.IRepository {
|
|
1035
1020
|
route: string;
|
|
1036
1021
|
publicRoute: string;
|
|
1037
1022
|
private api;
|
|
@@ -1047,10 +1032,10 @@ declare class Repository$P implements Nomalism$1.PreSale.IRepository {
|
|
|
1047
1032
|
}
|
|
1048
1033
|
|
|
1049
1034
|
declare namespace preSale {
|
|
1050
|
-
export { Repository$
|
|
1035
|
+
export { Repository$T as default };
|
|
1051
1036
|
}
|
|
1052
1037
|
|
|
1053
|
-
declare class Repository$
|
|
1038
|
+
declare class Repository$S implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1054
1039
|
route: string;
|
|
1055
1040
|
publicRoute: string;
|
|
1056
1041
|
private api;
|
|
@@ -1060,10 +1045,10 @@ declare class Repository$O implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1060
1045
|
}
|
|
1061
1046
|
|
|
1062
1047
|
declare namespace preSaleProduct {
|
|
1063
|
-
export { Repository$
|
|
1048
|
+
export { Repository$S as default };
|
|
1064
1049
|
}
|
|
1065
1050
|
|
|
1066
|
-
declare class Repository$
|
|
1051
|
+
declare class Repository$R implements Nomalism$1.OrderManagement.IRepository {
|
|
1067
1052
|
route: string;
|
|
1068
1053
|
publicRoute: string;
|
|
1069
1054
|
private api;
|
|
@@ -1073,10 +1058,10 @@ declare class Repository$N implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1073
1058
|
}
|
|
1074
1059
|
|
|
1075
1060
|
declare namespace orderManagement {
|
|
1076
|
-
export { Repository$
|
|
1061
|
+
export { Repository$R as default };
|
|
1077
1062
|
}
|
|
1078
1063
|
|
|
1079
|
-
declare class Repository$
|
|
1064
|
+
declare class Repository$Q implements Nomalism$1.Npc.IRepository {
|
|
1080
1065
|
route: string;
|
|
1081
1066
|
publicRoute: string;
|
|
1082
1067
|
private api;
|
|
@@ -1087,10 +1072,10 @@ declare class Repository$M implements Nomalism$1.Npc.IRepository {
|
|
|
1087
1072
|
}
|
|
1088
1073
|
|
|
1089
1074
|
declare namespace npc {
|
|
1090
|
-
export { Repository$
|
|
1075
|
+
export { Repository$Q as default };
|
|
1091
1076
|
}
|
|
1092
1077
|
|
|
1093
|
-
declare class Repository$
|
|
1078
|
+
declare class Repository$P implements Nomalism$1.Printer.IRepository {
|
|
1094
1079
|
route: string;
|
|
1095
1080
|
publicRoute: string;
|
|
1096
1081
|
private api;
|
|
@@ -1103,10 +1088,10 @@ declare class Repository$L implements Nomalism$1.Printer.IRepository {
|
|
|
1103
1088
|
}
|
|
1104
1089
|
|
|
1105
1090
|
declare namespace printer {
|
|
1106
|
-
export { Repository$
|
|
1091
|
+
export { Repository$P as default };
|
|
1107
1092
|
}
|
|
1108
1093
|
|
|
1109
|
-
declare class Repository$
|
|
1094
|
+
declare class Repository$O implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1110
1095
|
route: string;
|
|
1111
1096
|
publicRoute: string;
|
|
1112
1097
|
private api;
|
|
@@ -1119,10 +1104,10 @@ declare class Repository$K implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1119
1104
|
}
|
|
1120
1105
|
|
|
1121
1106
|
declare namespace schedulePrintJob {
|
|
1122
|
-
export { Repository$
|
|
1107
|
+
export { Repository$O as default };
|
|
1123
1108
|
}
|
|
1124
1109
|
|
|
1125
|
-
declare class Repository$
|
|
1110
|
+
declare class Repository$N implements Nomalism$1.QueryList.IRepository {
|
|
1126
1111
|
route: string;
|
|
1127
1112
|
publicRoute: string;
|
|
1128
1113
|
private api;
|
|
@@ -1137,10 +1122,10 @@ declare class Repository$J implements Nomalism$1.QueryList.IRepository {
|
|
|
1137
1122
|
}
|
|
1138
1123
|
|
|
1139
1124
|
declare namespace queryList {
|
|
1140
|
-
export { Repository$
|
|
1125
|
+
export { Repository$N as default };
|
|
1141
1126
|
}
|
|
1142
1127
|
|
|
1143
|
-
declare class Repository$
|
|
1128
|
+
declare class Repository$M implements Nomalism$1.QueryParameter.IRepository {
|
|
1144
1129
|
route: string;
|
|
1145
1130
|
publicRoute: string;
|
|
1146
1131
|
private api;
|
|
@@ -1154,10 +1139,10 @@ declare class Repository$I implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1154
1139
|
}
|
|
1155
1140
|
|
|
1156
1141
|
declare namespace queryParameter {
|
|
1157
|
-
export { Repository$
|
|
1142
|
+
export { Repository$M as default };
|
|
1158
1143
|
}
|
|
1159
1144
|
|
|
1160
|
-
declare class Repository$
|
|
1145
|
+
declare class Repository$L implements Nomalism$1.ReturnReason.IRepository {
|
|
1161
1146
|
route: string;
|
|
1162
1147
|
publicRoute: string;
|
|
1163
1148
|
private api;
|
|
@@ -1169,10 +1154,10 @@ declare class Repository$H implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1169
1154
|
}
|
|
1170
1155
|
|
|
1171
1156
|
declare namespace returnReason {
|
|
1172
|
-
export { Repository$
|
|
1157
|
+
export { Repository$L as default };
|
|
1173
1158
|
}
|
|
1174
1159
|
|
|
1175
|
-
declare class Repository$
|
|
1160
|
+
declare class Repository$K implements Nomalism$1.PropostaSheets.IRepository {
|
|
1176
1161
|
route: string;
|
|
1177
1162
|
publicRoute: string;
|
|
1178
1163
|
private api;
|
|
@@ -1180,19 +1165,20 @@ declare class Repository$G implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1180
1165
|
isProcessing(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.PropostaSheets.IIsProcessingResponse>;
|
|
1181
1166
|
importFromSheet(params: Nomalism$1.PropostaSheets.IImportFromSheetRequest): Promise<Nomalism$1.PropostaSheets.IFindByGooglesheetIdResponse>;
|
|
1182
1167
|
createSheetFromDocument(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.PropostaSheets.ICreateSheetFromDocumentResponse>;
|
|
1183
|
-
|
|
1168
|
+
cloneSheetToNewDocument(params: Nomalism$1.PropostaSheets.ICloneSheetToNewDocumentRequest): Promise<Nomalism$1.PropostaSheets.ICloneSheetToNewDocumentResponse>;
|
|
1184
1169
|
conflictAccept(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1185
1170
|
conflictDelete(data: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1186
1171
|
conflictFindByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.PropostaSheets.IConflictFindByOwnerIdResponse[]>;
|
|
1187
1172
|
rmGetDataBySheetId(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.PropostaSheets.IRmGetDataBySheetIdResponse>;
|
|
1188
1173
|
rmUpdateDataBySheetId(params: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.PropostaSheets.IRmUpdateDataBySheetIdRequest): Promise<void>;
|
|
1174
|
+
findRmOpenDocuments(): Promise<Nomalism$1.PropostaSheets.IFindRmOpenDocuments[]>;
|
|
1189
1175
|
}
|
|
1190
1176
|
|
|
1191
1177
|
declare namespace propostaSheets {
|
|
1192
|
-
export { Repository$
|
|
1178
|
+
export { Repository$K as default };
|
|
1193
1179
|
}
|
|
1194
1180
|
|
|
1195
|
-
declare class Repository$
|
|
1181
|
+
declare class Repository$J implements Nomalism$1.Schedule.IRepository {
|
|
1196
1182
|
route: string;
|
|
1197
1183
|
publicRoute: string;
|
|
1198
1184
|
private api;
|
|
@@ -1201,10 +1187,10 @@ declare class Repository$F implements Nomalism$1.Schedule.IRepository {
|
|
|
1201
1187
|
}
|
|
1202
1188
|
|
|
1203
1189
|
declare namespace schedule {
|
|
1204
|
-
export { Repository$
|
|
1190
|
+
export { Repository$J as default };
|
|
1205
1191
|
}
|
|
1206
1192
|
|
|
1207
|
-
declare class Repository$
|
|
1193
|
+
declare class Repository$I implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1208
1194
|
route: string;
|
|
1209
1195
|
publicRoute: string;
|
|
1210
1196
|
private api;
|
|
@@ -1216,10 +1202,10 @@ declare class Repository$E implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1216
1202
|
}
|
|
1217
1203
|
|
|
1218
1204
|
declare namespace googleFilePermission {
|
|
1219
|
-
export { Repository$
|
|
1205
|
+
export { Repository$I as default };
|
|
1220
1206
|
}
|
|
1221
1207
|
|
|
1222
|
-
declare class Repository$
|
|
1208
|
+
declare class Repository$H implements Nomalism$1.Settings.IRepository {
|
|
1223
1209
|
route: string;
|
|
1224
1210
|
publicRoute: string;
|
|
1225
1211
|
private api;
|
|
@@ -1232,10 +1218,10 @@ declare class Repository$D implements Nomalism$1.Settings.IRepository {
|
|
|
1232
1218
|
}
|
|
1233
1219
|
|
|
1234
1220
|
declare namespace settings {
|
|
1235
|
-
export { Repository$
|
|
1221
|
+
export { Repository$H as default };
|
|
1236
1222
|
}
|
|
1237
1223
|
|
|
1238
|
-
declare class Repository$
|
|
1224
|
+
declare class Repository$G implements Nomalism$1.Tickets.IRepository {
|
|
1239
1225
|
route: string;
|
|
1240
1226
|
publicRoute: string;
|
|
1241
1227
|
private api;
|
|
@@ -1247,10 +1233,10 @@ declare class Repository$C implements Nomalism$1.Tickets.IRepository {
|
|
|
1247
1233
|
}
|
|
1248
1234
|
|
|
1249
1235
|
declare namespace tickets {
|
|
1250
|
-
export { Repository$
|
|
1236
|
+
export { Repository$G as default };
|
|
1251
1237
|
}
|
|
1252
1238
|
|
|
1253
|
-
declare class Repository$
|
|
1239
|
+
declare class Repository$F implements Nomalism$1.Channel.IRepository {
|
|
1254
1240
|
route: string;
|
|
1255
1241
|
publicRoute: string;
|
|
1256
1242
|
private api;
|
|
@@ -1264,10 +1250,10 @@ declare class Repository$B implements Nomalism$1.Channel.IRepository {
|
|
|
1264
1250
|
}
|
|
1265
1251
|
|
|
1266
1252
|
declare namespace channel {
|
|
1267
|
-
export { Repository$
|
|
1253
|
+
export { Repository$F as default };
|
|
1268
1254
|
}
|
|
1269
1255
|
|
|
1270
|
-
declare class Repository$
|
|
1256
|
+
declare class Repository$E implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1271
1257
|
route: string;
|
|
1272
1258
|
publicRoute: string;
|
|
1273
1259
|
private api;
|
|
@@ -1281,10 +1267,10 @@ declare class Repository$A implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1281
1267
|
}
|
|
1282
1268
|
|
|
1283
1269
|
declare namespace language {
|
|
1284
|
-
export { Repository$
|
|
1270
|
+
export { Repository$E as default };
|
|
1285
1271
|
}
|
|
1286
1272
|
|
|
1287
|
-
declare class Repository$
|
|
1273
|
+
declare class Repository$D implements Nomalism$1.CLT.IRepository {
|
|
1288
1274
|
route: string;
|
|
1289
1275
|
publicRoute: string;
|
|
1290
1276
|
private api;
|
|
@@ -1298,10 +1284,10 @@ declare class Repository$z implements Nomalism$1.CLT.IRepository {
|
|
|
1298
1284
|
}
|
|
1299
1285
|
|
|
1300
1286
|
declare namespace clt {
|
|
1301
|
-
export { Repository$
|
|
1287
|
+
export { Repository$D as default };
|
|
1302
1288
|
}
|
|
1303
1289
|
|
|
1304
|
-
declare class Repository$
|
|
1290
|
+
declare class Repository$C implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1305
1291
|
route: string;
|
|
1306
1292
|
publicRoute: string;
|
|
1307
1293
|
private api;
|
|
@@ -1310,10 +1296,10 @@ declare class Repository$y implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1310
1296
|
}
|
|
1311
1297
|
|
|
1312
1298
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1313
|
-
export { Repository$
|
|
1299
|
+
export { Repository$C as default };
|
|
1314
1300
|
}
|
|
1315
1301
|
|
|
1316
|
-
declare class Repository$
|
|
1302
|
+
declare class Repository$B implements Nomalism$1.Persona.IRepository {
|
|
1317
1303
|
route: string;
|
|
1318
1304
|
publicRoute: string;
|
|
1319
1305
|
private api;
|
|
@@ -1332,10 +1318,10 @@ declare class Repository$x implements Nomalism$1.Persona.IRepository {
|
|
|
1332
1318
|
}
|
|
1333
1319
|
|
|
1334
1320
|
declare namespace persona {
|
|
1335
|
-
export { Repository$
|
|
1321
|
+
export { Repository$B as default };
|
|
1336
1322
|
}
|
|
1337
1323
|
|
|
1338
|
-
declare class Repository$
|
|
1324
|
+
declare class Repository$A implements Nomalism$1.ProjectInfo.IController {
|
|
1339
1325
|
route: string;
|
|
1340
1326
|
publicRoute: string;
|
|
1341
1327
|
private api;
|
|
@@ -1344,10 +1330,10 @@ declare class Repository$w implements Nomalism$1.ProjectInfo.IController {
|
|
|
1344
1330
|
}
|
|
1345
1331
|
|
|
1346
1332
|
declare namespace projectInfo {
|
|
1347
|
-
export { Repository$
|
|
1333
|
+
export { Repository$A as default };
|
|
1348
1334
|
}
|
|
1349
1335
|
|
|
1350
|
-
declare class Repository$
|
|
1336
|
+
declare class Repository$z implements Nomalism$1.Order.IRepository {
|
|
1351
1337
|
route: string;
|
|
1352
1338
|
publicRoute: string;
|
|
1353
1339
|
private api;
|
|
@@ -1362,10 +1348,10 @@ declare class Repository$v implements Nomalism$1.Order.IRepository {
|
|
|
1362
1348
|
}
|
|
1363
1349
|
|
|
1364
1350
|
declare namespace order {
|
|
1365
|
-
export { Repository$
|
|
1351
|
+
export { Repository$z as default };
|
|
1366
1352
|
}
|
|
1367
1353
|
|
|
1368
|
-
declare class Repository$
|
|
1354
|
+
declare class Repository$y implements Nomalism$1.Purchase.IApi {
|
|
1369
1355
|
route: string;
|
|
1370
1356
|
publicRoute: string;
|
|
1371
1357
|
private api;
|
|
@@ -1377,10 +1363,10 @@ declare class Repository$u implements Nomalism$1.Purchase.IApi {
|
|
|
1377
1363
|
}
|
|
1378
1364
|
|
|
1379
1365
|
declare namespace purchase {
|
|
1380
|
-
export { Repository$
|
|
1366
|
+
export { Repository$y as default };
|
|
1381
1367
|
}
|
|
1382
1368
|
|
|
1383
|
-
declare class Repository$
|
|
1369
|
+
declare class Repository$x implements Nomalism$1.MaterialEntrance.IApi {
|
|
1384
1370
|
route: string;
|
|
1385
1371
|
publicRoute: string;
|
|
1386
1372
|
private api;
|
|
@@ -1394,10 +1380,10 @@ declare class Repository$t implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1394
1380
|
}
|
|
1395
1381
|
|
|
1396
1382
|
declare namespace materialEntrance {
|
|
1397
|
-
export { Repository$
|
|
1383
|
+
export { Repository$x as default };
|
|
1398
1384
|
}
|
|
1399
1385
|
|
|
1400
|
-
declare class Repository$
|
|
1386
|
+
declare class Repository$w implements Nomalism$1.Transformado.IRepository {
|
|
1401
1387
|
route: string;
|
|
1402
1388
|
publicRoute: string;
|
|
1403
1389
|
private api;
|
|
@@ -1407,10 +1393,10 @@ declare class Repository$s implements Nomalism$1.Transformado.IRepository {
|
|
|
1407
1393
|
}
|
|
1408
1394
|
|
|
1409
1395
|
declare namespace transformado {
|
|
1410
|
-
export { Repository$
|
|
1396
|
+
export { Repository$w as default };
|
|
1411
1397
|
}
|
|
1412
1398
|
|
|
1413
|
-
declare class Repository$
|
|
1399
|
+
declare class Repository$v implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1414
1400
|
route: string;
|
|
1415
1401
|
publicRoute: string;
|
|
1416
1402
|
private api;
|
|
@@ -1419,10 +1405,10 @@ declare class Repository$r implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1419
1405
|
}
|
|
1420
1406
|
|
|
1421
1407
|
declare namespace upfrontReturn {
|
|
1422
|
-
export { Repository$
|
|
1408
|
+
export { Repository$v as default };
|
|
1423
1409
|
}
|
|
1424
1410
|
|
|
1425
|
-
declare class Repository$
|
|
1411
|
+
declare class Repository$u implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1426
1412
|
route: string;
|
|
1427
1413
|
publicRoute: string;
|
|
1428
1414
|
private api;
|
|
@@ -1434,10 +1420,10 @@ declare class Repository$q implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1434
1420
|
}
|
|
1435
1421
|
|
|
1436
1422
|
declare namespace savedEmPicking {
|
|
1437
|
-
export { Repository$
|
|
1423
|
+
export { Repository$u as default };
|
|
1438
1424
|
}
|
|
1439
1425
|
|
|
1440
|
-
declare class Repository$
|
|
1426
|
+
declare class Repository$t implements Nomalism$1.EmailTemplate.IRepository {
|
|
1441
1427
|
route: string;
|
|
1442
1428
|
publicRoute: string;
|
|
1443
1429
|
private api;
|
|
@@ -1450,10 +1436,10 @@ declare class Repository$p implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1450
1436
|
}
|
|
1451
1437
|
|
|
1452
1438
|
declare namespace emailTemplate {
|
|
1453
|
-
export { Repository$
|
|
1439
|
+
export { Repository$t as default };
|
|
1454
1440
|
}
|
|
1455
1441
|
|
|
1456
|
-
declare class Repository$
|
|
1442
|
+
declare class Repository$s implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1457
1443
|
route: string;
|
|
1458
1444
|
publicRoute: string;
|
|
1459
1445
|
private api;
|
|
@@ -1463,10 +1449,10 @@ declare class Repository$o implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1463
1449
|
}
|
|
1464
1450
|
|
|
1465
1451
|
declare namespace emailTemplateAttachment {
|
|
1466
|
-
export { Repository$
|
|
1452
|
+
export { Repository$s as default };
|
|
1467
1453
|
}
|
|
1468
1454
|
|
|
1469
|
-
declare class Repository$
|
|
1455
|
+
declare class Repository$r implements Nomalism$1.Prison.IRepository {
|
|
1470
1456
|
route: string;
|
|
1471
1457
|
publicRoute: string;
|
|
1472
1458
|
private api;
|
|
@@ -1475,15 +1461,15 @@ declare class Repository$n implements Nomalism$1.Prison.IRepository {
|
|
|
1475
1461
|
removeLineFromPrison(data: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1476
1462
|
findLinesInPrison(): Promise<Nomalism$1.Prison.IFindLinesInPrisonResponse[]>;
|
|
1477
1463
|
findLinesInPrisonProviders(): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
1478
|
-
checkLinesInPrison(data: Nomalism$1.Prison.ICheckLinesInPrisonRequest): Promise<
|
|
1464
|
+
checkLinesInPrison(data: Nomalism$1.Prison.ICheckLinesInPrisonRequest): Promise<string>;
|
|
1479
1465
|
createLinesInPrison(data: Nomalism$1.Prison.ICreateLinesInPrisonRequest): Promise<string[]>;
|
|
1480
1466
|
}
|
|
1481
1467
|
|
|
1482
1468
|
declare namespace prison {
|
|
1483
|
-
export { Repository$
|
|
1469
|
+
export { Repository$r as default };
|
|
1484
1470
|
}
|
|
1485
1471
|
|
|
1486
|
-
declare class Repository$
|
|
1472
|
+
declare class Repository$q implements Nomalism$1.Quebra.IRepository {
|
|
1487
1473
|
route: string;
|
|
1488
1474
|
publicRoute: string;
|
|
1489
1475
|
private api;
|
|
@@ -1496,10 +1482,10 @@ declare class Repository$m implements Nomalism$1.Quebra.IRepository {
|
|
|
1496
1482
|
}
|
|
1497
1483
|
|
|
1498
1484
|
declare namespace quebra {
|
|
1499
|
-
export { Repository$
|
|
1485
|
+
export { Repository$q as default };
|
|
1500
1486
|
}
|
|
1501
1487
|
|
|
1502
|
-
declare class Repository$
|
|
1488
|
+
declare class Repository$p implements Nomalism$1.Inventario.IRepository {
|
|
1503
1489
|
route: string;
|
|
1504
1490
|
publicRoute: string;
|
|
1505
1491
|
private api;
|
|
@@ -1509,10 +1495,10 @@ declare class Repository$l implements Nomalism$1.Inventario.IRepository {
|
|
|
1509
1495
|
}
|
|
1510
1496
|
|
|
1511
1497
|
declare namespace inventario {
|
|
1512
|
-
export { Repository$
|
|
1498
|
+
export { Repository$p as default };
|
|
1513
1499
|
}
|
|
1514
1500
|
|
|
1515
|
-
declare class Repository$
|
|
1501
|
+
declare class Repository$o implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1516
1502
|
route: string;
|
|
1517
1503
|
publicRoute: string;
|
|
1518
1504
|
private api;
|
|
@@ -1523,10 +1509,10 @@ declare class Repository$k implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1523
1509
|
}
|
|
1524
1510
|
|
|
1525
1511
|
declare namespace returnToProvider {
|
|
1526
|
-
export { Repository$
|
|
1512
|
+
export { Repository$o as default };
|
|
1527
1513
|
}
|
|
1528
1514
|
|
|
1529
|
-
declare class Repository$
|
|
1515
|
+
declare class Repository$n implements Nomalism$1.EmailVerification.IApi {
|
|
1530
1516
|
route: string;
|
|
1531
1517
|
publicRoute: string;
|
|
1532
1518
|
private api;
|
|
@@ -1537,10 +1523,10 @@ declare class Repository$j implements Nomalism$1.EmailVerification.IApi {
|
|
|
1537
1523
|
}
|
|
1538
1524
|
|
|
1539
1525
|
declare namespace emailVerification {
|
|
1540
|
-
export { Repository$
|
|
1526
|
+
export { Repository$n as default };
|
|
1541
1527
|
}
|
|
1542
1528
|
|
|
1543
|
-
declare class Repository$
|
|
1529
|
+
declare class Repository$m implements Nomalism$1.EmailLog.IApi {
|
|
1544
1530
|
route: string;
|
|
1545
1531
|
publicRoute: string;
|
|
1546
1532
|
private api;
|
|
@@ -1552,24 +1538,22 @@ declare class Repository$i implements Nomalism$1.EmailLog.IApi {
|
|
|
1552
1538
|
}
|
|
1553
1539
|
|
|
1554
1540
|
declare namespace emailLog {
|
|
1555
|
-
export { Repository$
|
|
1541
|
+
export { Repository$m as default };
|
|
1556
1542
|
}
|
|
1557
1543
|
|
|
1558
|
-
declare class Repository$
|
|
1544
|
+
declare class Repository$l implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1559
1545
|
route: string;
|
|
1560
1546
|
publicRoute: string;
|
|
1561
1547
|
private api;
|
|
1562
1548
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1563
|
-
|
|
1564
|
-
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.DocumentLineNote.IUpdateRequest): Promise<void>;
|
|
1565
|
-
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1549
|
+
upsertOrDelete(body: Nomalism$1.DocumentLineNote.IUpsertOrDeleteRequest): Promise<void>;
|
|
1566
1550
|
}
|
|
1567
1551
|
|
|
1568
1552
|
declare namespace documentLineNote {
|
|
1569
|
-
export { Repository$
|
|
1553
|
+
export { Repository$l as default };
|
|
1570
1554
|
}
|
|
1571
1555
|
|
|
1572
|
-
declare class Repository$
|
|
1556
|
+
declare class Repository$k implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1573
1557
|
route: string;
|
|
1574
1558
|
publicRoute: string;
|
|
1575
1559
|
private api;
|
|
@@ -1581,10 +1565,10 @@ declare class Repository$g implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1581
1565
|
}
|
|
1582
1566
|
|
|
1583
1567
|
declare namespace savedProviderProposal {
|
|
1584
|
-
export { Repository$
|
|
1568
|
+
export { Repository$k as default };
|
|
1585
1569
|
}
|
|
1586
1570
|
|
|
1587
|
-
declare class Repository$
|
|
1571
|
+
declare class Repository$j implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1588
1572
|
route: string;
|
|
1589
1573
|
publicRoute: string;
|
|
1590
1574
|
private api;
|
|
@@ -1615,10 +1599,10 @@ declare class Repository$f implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1615
1599
|
}
|
|
1616
1600
|
|
|
1617
1601
|
declare namespace productGoogleSheets {
|
|
1618
|
-
export { Repository$
|
|
1602
|
+
export { Repository$j as default };
|
|
1619
1603
|
}
|
|
1620
1604
|
|
|
1621
|
-
declare class Repository$
|
|
1605
|
+
declare class Repository$i implements Nomalism$1.Task.IRepository {
|
|
1622
1606
|
route: string;
|
|
1623
1607
|
publicRoute: string;
|
|
1624
1608
|
private api;
|
|
@@ -1633,10 +1617,10 @@ declare class Repository$e implements Nomalism$1.Task.IRepository {
|
|
|
1633
1617
|
}
|
|
1634
1618
|
|
|
1635
1619
|
declare namespace task {
|
|
1636
|
-
export { Repository$
|
|
1620
|
+
export { Repository$i as default };
|
|
1637
1621
|
}
|
|
1638
1622
|
|
|
1639
|
-
declare class Repository$
|
|
1623
|
+
declare class Repository$h implements Nomalism$1.TaskMessage.IRepository {
|
|
1640
1624
|
route: string;
|
|
1641
1625
|
publicRoute: string;
|
|
1642
1626
|
private api;
|
|
@@ -1647,10 +1631,10 @@ declare class Repository$d implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1647
1631
|
}
|
|
1648
1632
|
|
|
1649
1633
|
declare namespace taskMessage {
|
|
1650
|
-
export { Repository$
|
|
1634
|
+
export { Repository$h as default };
|
|
1651
1635
|
}
|
|
1652
1636
|
|
|
1653
|
-
declare class Repository$
|
|
1637
|
+
declare class Repository$g implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1654
1638
|
route: string;
|
|
1655
1639
|
publicRoute: string;
|
|
1656
1640
|
private api;
|
|
@@ -1660,10 +1644,10 @@ declare class Repository$c implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1660
1644
|
}
|
|
1661
1645
|
|
|
1662
1646
|
declare namespace recurrentTasks {
|
|
1663
|
-
export { Repository$
|
|
1647
|
+
export { Repository$g as default };
|
|
1664
1648
|
}
|
|
1665
1649
|
|
|
1666
|
-
declare class Repository$
|
|
1650
|
+
declare class Repository$f implements Nomalism$1.TaskRead.IRepository {
|
|
1667
1651
|
route: string;
|
|
1668
1652
|
publicRoute: string;
|
|
1669
1653
|
private api;
|
|
@@ -1673,10 +1657,10 @@ declare class Repository$b implements Nomalism$1.TaskRead.IRepository {
|
|
|
1673
1657
|
}
|
|
1674
1658
|
|
|
1675
1659
|
declare namespace taskRead {
|
|
1676
|
-
export { Repository$
|
|
1660
|
+
export { Repository$f as default };
|
|
1677
1661
|
}
|
|
1678
1662
|
|
|
1679
|
-
declare class Repository$
|
|
1663
|
+
declare class Repository$e implements Nomalism$1.Theme.IRepository {
|
|
1680
1664
|
route: string;
|
|
1681
1665
|
publicRoute: string;
|
|
1682
1666
|
private api;
|
|
@@ -1685,10 +1669,10 @@ declare class Repository$a implements Nomalism$1.Theme.IRepository {
|
|
|
1685
1669
|
}
|
|
1686
1670
|
|
|
1687
1671
|
declare namespace theme {
|
|
1688
|
-
export { Repository$
|
|
1672
|
+
export { Repository$e as default };
|
|
1689
1673
|
}
|
|
1690
1674
|
|
|
1691
|
-
declare class Repository$
|
|
1675
|
+
declare class Repository$d implements Nomalism$1.Dashboard.IRepository {
|
|
1692
1676
|
route: string;
|
|
1693
1677
|
publicRoute: string;
|
|
1694
1678
|
private api;
|
|
@@ -1697,10 +1681,10 @@ declare class Repository$9 implements Nomalism$1.Dashboard.IRepository {
|
|
|
1697
1681
|
}
|
|
1698
1682
|
|
|
1699
1683
|
declare namespace dashboard {
|
|
1700
|
-
export { Repository$
|
|
1684
|
+
export { Repository$d as default };
|
|
1701
1685
|
}
|
|
1702
1686
|
|
|
1703
|
-
declare class Repository$
|
|
1687
|
+
declare class Repository$c implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1704
1688
|
route: string;
|
|
1705
1689
|
publicRoute: string;
|
|
1706
1690
|
private api;
|
|
@@ -1713,10 +1697,10 @@ declare class Repository$8 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1713
1697
|
}
|
|
1714
1698
|
|
|
1715
1699
|
declare namespace chatRapidMessage {
|
|
1716
|
-
export { Repository$
|
|
1700
|
+
export { Repository$c as default };
|
|
1717
1701
|
}
|
|
1718
1702
|
|
|
1719
|
-
declare class Repository$
|
|
1703
|
+
declare class Repository$b implements Nomalism$1.SideMenu.IController {
|
|
1720
1704
|
route: string;
|
|
1721
1705
|
publicRoute: string;
|
|
1722
1706
|
private api;
|
|
@@ -1728,10 +1712,10 @@ declare class Repository$7 implements Nomalism$1.SideMenu.IController {
|
|
|
1728
1712
|
}
|
|
1729
1713
|
|
|
1730
1714
|
declare namespace sideMenu {
|
|
1731
|
-
export { Repository$
|
|
1715
|
+
export { Repository$b as default };
|
|
1732
1716
|
}
|
|
1733
1717
|
|
|
1734
|
-
declare class Repository$
|
|
1718
|
+
declare class Repository$a implements Nomalism$1.ErrorLog.IRepository {
|
|
1735
1719
|
route: string;
|
|
1736
1720
|
publicRoute: string;
|
|
1737
1721
|
private api;
|
|
@@ -1740,10 +1724,10 @@ declare class Repository$6 implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1740
1724
|
}
|
|
1741
1725
|
|
|
1742
1726
|
declare namespace errorLog {
|
|
1743
|
-
export { Repository$
|
|
1727
|
+
export { Repository$a as default };
|
|
1744
1728
|
}
|
|
1745
1729
|
|
|
1746
|
-
declare class Repository$
|
|
1730
|
+
declare class Repository$9 implements Nomalism$1.AdminPanel.IRepository {
|
|
1747
1731
|
route: string;
|
|
1748
1732
|
publicRoute: string;
|
|
1749
1733
|
private api;
|
|
@@ -1752,10 +1736,10 @@ declare class Repository$5 implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1752
1736
|
}
|
|
1753
1737
|
|
|
1754
1738
|
declare namespace adminPanel {
|
|
1755
|
-
export { Repository$
|
|
1739
|
+
export { Repository$9 as default };
|
|
1756
1740
|
}
|
|
1757
1741
|
|
|
1758
|
-
declare class Repository$
|
|
1742
|
+
declare class Repository$8 implements Nomalism$1.DocumentLineRm.IController {
|
|
1759
1743
|
route: string;
|
|
1760
1744
|
publicRoute: string;
|
|
1761
1745
|
private api;
|
|
@@ -1765,10 +1749,10 @@ declare class Repository$4 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1765
1749
|
}
|
|
1766
1750
|
|
|
1767
1751
|
declare namespace documentLineRm {
|
|
1768
|
-
export { Repository$
|
|
1752
|
+
export { Repository$8 as default };
|
|
1769
1753
|
}
|
|
1770
1754
|
|
|
1771
|
-
declare class Repository$
|
|
1755
|
+
declare class Repository$7 implements Nomalism$1.DocumentLineRm.IController {
|
|
1772
1756
|
route: string;
|
|
1773
1757
|
publicRoute: string;
|
|
1774
1758
|
private api;
|
|
@@ -1778,26 +1762,24 @@ declare class Repository$3 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1778
1762
|
}
|
|
1779
1763
|
|
|
1780
1764
|
declare namespace documentLineMt {
|
|
1781
|
-
export { Repository$
|
|
1765
|
+
export { Repository$7 as default };
|
|
1782
1766
|
}
|
|
1783
1767
|
|
|
1784
|
-
declare class Repository$
|
|
1768
|
+
declare class Repository$6 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1785
1769
|
route: string;
|
|
1786
1770
|
publicRoute: string;
|
|
1787
1771
|
private api;
|
|
1788
1772
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1789
1773
|
createOrUpdate(data: Nomalism$1.ChatSubscriber.ICreateOrUpdateRequest): Promise<Nomalism$1.ChatSubscriber.Entity[]>;
|
|
1790
|
-
|
|
1791
|
-
findByDocumentHeaderId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ChatSubscriber.IFindByIdResponse>;
|
|
1792
|
-
findByPersonaId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ChatSubscriber.IFindByIdResponse>;
|
|
1774
|
+
find(data: Nomalism$1.ChatSubscriber.IFindRequest): Promise<Nomalism$1.ChatSubscriber.IFindResponse[]>;
|
|
1793
1775
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1794
1776
|
}
|
|
1795
1777
|
|
|
1796
1778
|
declare namespace chatSubscriber {
|
|
1797
|
-
export { Repository$
|
|
1779
|
+
export { Repository$6 as default };
|
|
1798
1780
|
}
|
|
1799
1781
|
|
|
1800
|
-
declare class Repository$
|
|
1782
|
+
declare class Repository$5 implements Nomalism$1.Tag.IRepository {
|
|
1801
1783
|
route: string;
|
|
1802
1784
|
publicRoute: string;
|
|
1803
1785
|
private api;
|
|
@@ -1809,10 +1791,10 @@ declare class Repository$1 implements Nomalism$1.Tag.IRepository {
|
|
|
1809
1791
|
}
|
|
1810
1792
|
|
|
1811
1793
|
declare namespace tag {
|
|
1812
|
-
export { Repository$
|
|
1794
|
+
export { Repository$5 as default };
|
|
1813
1795
|
}
|
|
1814
1796
|
|
|
1815
|
-
declare class Repository implements Nomalism$1.Gmails.IRepository {
|
|
1797
|
+
declare class Repository$4 implements Nomalism$1.Gmails.IRepository {
|
|
1816
1798
|
route: string;
|
|
1817
1799
|
publicRoute: string;
|
|
1818
1800
|
private api;
|
|
@@ -1824,6 +1806,69 @@ declare class Repository implements Nomalism$1.Gmails.IRepository {
|
|
|
1824
1806
|
}
|
|
1825
1807
|
|
|
1826
1808
|
declare namespace gmails {
|
|
1809
|
+
export { Repository$4 as default };
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
declare class Repository$3 implements Nomalism$1.NPF.IRepository {
|
|
1813
|
+
route: string;
|
|
1814
|
+
publicRoute: string;
|
|
1815
|
+
private api;
|
|
1816
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1817
|
+
create(body: Nomalism$1.NPF.IProviderPaymentRequest[]): Promise<string[]>;
|
|
1818
|
+
getBatchPdfUrl(opts: {
|
|
1819
|
+
month?: number;
|
|
1820
|
+
year?: number;
|
|
1821
|
+
ids?: string[];
|
|
1822
|
+
token: string;
|
|
1823
|
+
}): string;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
declare namespace NPF {
|
|
1827
|
+
export { Repository$3 as default };
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
declare class Repository$2 implements Nomalism$1.NRCL.IRepository {
|
|
1831
|
+
route: string;
|
|
1832
|
+
publicRoute: string;
|
|
1833
|
+
private api;
|
|
1834
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1835
|
+
create(data: Nomalism$1.NRCL.IMultipleRegularizations): Promise<void>;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
declare namespace NRCL {
|
|
1839
|
+
export { Repository$2 as default };
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
declare class Repository$1 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1843
|
+
route: string;
|
|
1844
|
+
publicRoute: string;
|
|
1845
|
+
private api;
|
|
1846
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1847
|
+
findCurrentAccountByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.CurrentAccount.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
1848
|
+
findBalanceByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<number>;
|
|
1849
|
+
exportCurrentAccount(params: Nomalism$1.CurrentAccount.IExportCurrentAccountRequest): Promise<Nomalism$1.CurrentAccount.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
1850
|
+
findClientUnpaidCredit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.CurrentAccount.IUnpaidDocumentResponse[]>;
|
|
1851
|
+
findClientUnpaidDebit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.CurrentAccount.IUnpaidDocumentResponse[]>;
|
|
1852
|
+
getExportCurrentAccountUrl({ owner_id, start_date, end_date, output, token, }: Nomalism$1.CurrentAccount.IExportCurrentAccountRequest): string;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
declare namespace currentAccount {
|
|
1856
|
+
export { Repository$1 as default };
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
declare class Repository implements Nomalism$1.PaymentBatch.IRepository {
|
|
1860
|
+
route: string;
|
|
1861
|
+
publicRoute: string;
|
|
1862
|
+
private api;
|
|
1863
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1864
|
+
findPending(params: Nomalism$1.PaymentBatch.IPaymentsNotExportedRequest): Promise<Nomalism$1.PaymentBatch.IPaymentsNotExportedResponse[]>;
|
|
1865
|
+
create(body: Nomalism$1.PaymentBatch.IExportPaymentsRequest[]): Promise<void>;
|
|
1866
|
+
findCreated(): Promise<Nomalism$1.PaymentBatch.IPaymentsBatchResponse[]>;
|
|
1867
|
+
updateDownloadNumber(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1868
|
+
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
declare namespace paymentBatch {
|
|
1827
1872
|
export { Repository as default };
|
|
1828
1873
|
}
|
|
1829
1874
|
|
|
@@ -1845,121 +1890,125 @@ declare class API {
|
|
|
1845
1890
|
processEnvironment: IEnvironment;
|
|
1846
1891
|
client: AxiosInstance;
|
|
1847
1892
|
services: Record<IService, string>;
|
|
1848
|
-
BankData: Repository$
|
|
1849
|
-
Client: Repository$
|
|
1850
|
-
ClientType: Repository$
|
|
1851
|
-
Chat: Repository$
|
|
1852
|
-
Commissioner: Repository$
|
|
1853
|
-
Country: Repository$
|
|
1854
|
-
DocumentHeader: Repository$
|
|
1855
|
-
DocumentHeaderHistory: Repository$
|
|
1856
|
-
BillOfLading: Repository$
|
|
1857
|
-
ProductionOrder: Repository$
|
|
1858
|
-
Proforma: Repository$
|
|
1859
|
-
PropostaFornecedor: Repository$
|
|
1860
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1861
|
-
ProviderFinancialCreditNote: Repository$
|
|
1862
|
-
ProviderServiceInvoice: Repository$
|
|
1863
|
-
DocumentLine: Repository$
|
|
1864
|
-
DocumentLineAssoc: Repository$
|
|
1865
|
-
DocumentType: Repository$
|
|
1866
|
-
Favorites: Repository$
|
|
1867
|
-
File: Repository$
|
|
1868
|
-
GoogleSheets: Repository$
|
|
1869
|
-
GroupPermissions: Repository$
|
|
1870
|
-
Language: Repository$
|
|
1871
|
-
Location: Repository$
|
|
1872
|
-
Logout: Repository$
|
|
1873
|
-
Multimedia: Repository$
|
|
1874
|
-
Observation: Repository$
|
|
1875
|
-
ObservationType: Repository$
|
|
1876
|
-
Password: Repository$
|
|
1877
|
-
Permissions: Repository$
|
|
1878
|
-
ProductImage: Repository$
|
|
1879
|
-
Promotion: Repository$
|
|
1880
|
-
PromotionAssoc: Repository$
|
|
1881
|
-
Providers: Repository$
|
|
1882
|
-
ProviderType: Repository$
|
|
1883
|
-
PurchaseConditions: Repository$
|
|
1884
|
-
ReasonForExemption: Repository$
|
|
1885
|
-
RefreshToken: Repository$
|
|
1886
|
-
SegmentsArea: Repository$
|
|
1887
|
-
Sessions: Repository$
|
|
1888
|
-
Shippings: Repository$
|
|
1889
|
-
StoreOperator: Repository$
|
|
1890
|
-
Swift: Repository$
|
|
1891
|
-
TypeOfLocation: Repository$
|
|
1892
|
-
UnitOfMeasure: Repository$
|
|
1893
|
-
UserPermissions: Repository$
|
|
1894
|
-
UserPositions: Repository$
|
|
1895
|
-
Users: Repository$
|
|
1896
|
-
VatTax: Repository$
|
|
1897
|
-
VatTaxZone: Repository$
|
|
1898
|
-
Workflow: Repository$
|
|
1899
|
-
DeliveryMethods: Repository
|
|
1900
|
-
MaturityDates: Repository$
|
|
1901
|
-
PaymentMethods: Repository$
|
|
1902
|
-
Vehicles: Repository$
|
|
1903
|
-
ExternalDocumentType: Repository
|
|
1904
|
-
DocumentSet: Repository$
|
|
1905
|
-
Payment: Repository$
|
|
1906
|
-
ExternalDocumentHeader: Repository$
|
|
1907
|
-
VatValidation: Repository$
|
|
1908
|
-
StockMovement: Repository$
|
|
1909
|
-
ZipCode: Repository$
|
|
1910
|
-
Tenant: Repository$
|
|
1911
|
-
PreSale: Repository$
|
|
1912
|
-
PreSaleProduct: Repository$
|
|
1913
|
-
OrderManagement: Repository$
|
|
1914
|
-
Npc: Repository$
|
|
1915
|
-
Printer: Repository$
|
|
1916
|
-
SchedulePrintJob: Repository$
|
|
1917
|
-
QueryList: Repository$
|
|
1918
|
-
QueryParameter: Repository$
|
|
1919
|
-
ReturnReason: Repository$
|
|
1920
|
-
PropostaSheets: Repository$
|
|
1921
|
-
Schedule: Repository$
|
|
1922
|
-
GoogleFilePermission: Repository$
|
|
1923
|
-
Settings: Repository$
|
|
1924
|
-
Tickets: Repository$
|
|
1925
|
-
Channel: Repository$
|
|
1926
|
-
TicketsLanguage: Repository$
|
|
1927
|
-
Clt: Repository$
|
|
1928
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1929
|
-
Persona: Repository$
|
|
1930
|
-
ProjectInfo: Repository$
|
|
1931
|
-
Order: Repository$
|
|
1932
|
-
Purchase: Repository$
|
|
1933
|
-
MaterialEntrance: Repository$
|
|
1934
|
-
Transformado: Repository$
|
|
1935
|
-
UpfrontReturn: Repository$
|
|
1936
|
-
SavedEmPicking: Repository$
|
|
1937
|
-
EmailTemplate: Repository$
|
|
1938
|
-
EmailTemplateAttachment: Repository$
|
|
1939
|
-
Prison: Repository$
|
|
1940
|
-
Quebra: Repository$
|
|
1941
|
-
Inventario: Repository$
|
|
1942
|
-
ReturnToProvider: Repository$
|
|
1943
|
-
EmailVerification: Repository$
|
|
1944
|
-
EmailLog: Repository$
|
|
1945
|
-
DocumentLineNote: Repository$
|
|
1946
|
-
SavedProviderProposal: Repository$
|
|
1947
|
-
ProductGoogleSheets: Repository$
|
|
1948
|
-
Task: Repository$
|
|
1949
|
-
TaskMessage: Repository$
|
|
1950
|
-
RecurrentTasks: Repository$
|
|
1951
|
-
TaskRead: Repository$
|
|
1952
|
-
Theme: Repository$
|
|
1953
|
-
Dashboard: Repository$
|
|
1954
|
-
ChatRapidMessage: Repository$
|
|
1955
|
-
SideMenu: Repository$
|
|
1956
|
-
ErrorLog: Repository$
|
|
1957
|
-
AdminPanel: Repository$
|
|
1958
|
-
DocumentLineRm: Repository$
|
|
1959
|
-
DocumentLineMt: Repository$
|
|
1960
|
-
ChatSubscriber: Repository$
|
|
1961
|
-
Tag: Repository$
|
|
1962
|
-
Gmails: Repository;
|
|
1893
|
+
BankData: Repository$1S;
|
|
1894
|
+
Client: Repository$1R;
|
|
1895
|
+
ClientType: Repository$1Q;
|
|
1896
|
+
Chat: Repository$1P;
|
|
1897
|
+
Commissioner: Repository$1O;
|
|
1898
|
+
Country: Repository$1N;
|
|
1899
|
+
DocumentHeader: Repository$1M;
|
|
1900
|
+
DocumentHeaderHistory: Repository$1L;
|
|
1901
|
+
BillOfLading: Repository$1K;
|
|
1902
|
+
ProductionOrder: Repository$1J;
|
|
1903
|
+
Proforma: Repository$1I;
|
|
1904
|
+
PropostaFornecedor: Repository$1H;
|
|
1905
|
+
ProviderCreditNoteFromReturn: Repository$1G;
|
|
1906
|
+
ProviderFinancialCreditNote: Repository$1F;
|
|
1907
|
+
ProviderServiceInvoice: Repository$1E;
|
|
1908
|
+
DocumentLine: Repository$1D;
|
|
1909
|
+
DocumentLineAssoc: Repository$1C;
|
|
1910
|
+
DocumentType: Repository$1B;
|
|
1911
|
+
Favorites: Repository$1A;
|
|
1912
|
+
File: Repository$1z;
|
|
1913
|
+
GoogleSheets: Repository$1y;
|
|
1914
|
+
GroupPermissions: Repository$1x;
|
|
1915
|
+
Language: Repository$1w;
|
|
1916
|
+
Location: Repository$1v;
|
|
1917
|
+
Logout: Repository$1u;
|
|
1918
|
+
Multimedia: Repository$1t;
|
|
1919
|
+
Observation: Repository$1s;
|
|
1920
|
+
ObservationType: Repository$1r;
|
|
1921
|
+
Password: Repository$1q;
|
|
1922
|
+
Permissions: Repository$1p;
|
|
1923
|
+
ProductImage: Repository$1o;
|
|
1924
|
+
Promotion: Repository$1n;
|
|
1925
|
+
PromotionAssoc: Repository$1m;
|
|
1926
|
+
Providers: Repository$1l;
|
|
1927
|
+
ProviderType: Repository$1k;
|
|
1928
|
+
PurchaseConditions: Repository$1j;
|
|
1929
|
+
ReasonForExemption: Repository$1i;
|
|
1930
|
+
RefreshToken: Repository$1h;
|
|
1931
|
+
SegmentsArea: Repository$1g;
|
|
1932
|
+
Sessions: Repository$1f;
|
|
1933
|
+
Shippings: Repository$1e;
|
|
1934
|
+
StoreOperator: Repository$1d;
|
|
1935
|
+
Swift: Repository$1c;
|
|
1936
|
+
TypeOfLocation: Repository$1b;
|
|
1937
|
+
UnitOfMeasure: Repository$1a;
|
|
1938
|
+
UserPermissions: Repository$19;
|
|
1939
|
+
UserPositions: Repository$18;
|
|
1940
|
+
Users: Repository$17;
|
|
1941
|
+
VatTax: Repository$16;
|
|
1942
|
+
VatTaxZone: Repository$15;
|
|
1943
|
+
Workflow: Repository$14;
|
|
1944
|
+
DeliveryMethods: Repository$13;
|
|
1945
|
+
MaturityDates: Repository$12;
|
|
1946
|
+
PaymentMethods: Repository$11;
|
|
1947
|
+
Vehicles: Repository$10;
|
|
1948
|
+
ExternalDocumentType: Repository$$;
|
|
1949
|
+
DocumentSet: Repository$_;
|
|
1950
|
+
Payment: Repository$Z;
|
|
1951
|
+
ExternalDocumentHeader: Repository$Y;
|
|
1952
|
+
VatValidation: Repository$X;
|
|
1953
|
+
StockMovement: Repository$W;
|
|
1954
|
+
ZipCode: Repository$V;
|
|
1955
|
+
Tenant: Repository$U;
|
|
1956
|
+
PreSale: Repository$T;
|
|
1957
|
+
PreSaleProduct: Repository$S;
|
|
1958
|
+
OrderManagement: Repository$R;
|
|
1959
|
+
Npc: Repository$Q;
|
|
1960
|
+
Printer: Repository$P;
|
|
1961
|
+
SchedulePrintJob: Repository$O;
|
|
1962
|
+
QueryList: Repository$N;
|
|
1963
|
+
QueryParameter: Repository$M;
|
|
1964
|
+
ReturnReason: Repository$L;
|
|
1965
|
+
PropostaSheets: Repository$K;
|
|
1966
|
+
Schedule: Repository$J;
|
|
1967
|
+
GoogleFilePermission: Repository$I;
|
|
1968
|
+
Settings: Repository$H;
|
|
1969
|
+
Tickets: Repository$G;
|
|
1970
|
+
Channel: Repository$F;
|
|
1971
|
+
TicketsLanguage: Repository$E;
|
|
1972
|
+
Clt: Repository$D;
|
|
1973
|
+
StartDocumentHeaderLastUpdate: Repository$C;
|
|
1974
|
+
Persona: Repository$B;
|
|
1975
|
+
ProjectInfo: Repository$A;
|
|
1976
|
+
Order: Repository$z;
|
|
1977
|
+
Purchase: Repository$y;
|
|
1978
|
+
MaterialEntrance: Repository$x;
|
|
1979
|
+
Transformado: Repository$w;
|
|
1980
|
+
UpfrontReturn: Repository$v;
|
|
1981
|
+
SavedEmPicking: Repository$u;
|
|
1982
|
+
EmailTemplate: Repository$t;
|
|
1983
|
+
EmailTemplateAttachment: Repository$s;
|
|
1984
|
+
Prison: Repository$r;
|
|
1985
|
+
Quebra: Repository$q;
|
|
1986
|
+
Inventario: Repository$p;
|
|
1987
|
+
ReturnToProvider: Repository$o;
|
|
1988
|
+
EmailVerification: Repository$n;
|
|
1989
|
+
EmailLog: Repository$m;
|
|
1990
|
+
DocumentLineNote: Repository$l;
|
|
1991
|
+
SavedProviderProposal: Repository$k;
|
|
1992
|
+
ProductGoogleSheets: Repository$j;
|
|
1993
|
+
Task: Repository$i;
|
|
1994
|
+
TaskMessage: Repository$h;
|
|
1995
|
+
RecurrentTasks: Repository$g;
|
|
1996
|
+
TaskRead: Repository$f;
|
|
1997
|
+
Theme: Repository$e;
|
|
1998
|
+
Dashboard: Repository$d;
|
|
1999
|
+
ChatRapidMessage: Repository$c;
|
|
2000
|
+
SideMenu: Repository$b;
|
|
2001
|
+
ErrorLog: Repository$a;
|
|
2002
|
+
AdminPanel: Repository$9;
|
|
2003
|
+
DocumentLineRm: Repository$8;
|
|
2004
|
+
DocumentLineMt: Repository$7;
|
|
2005
|
+
ChatSubscriber: Repository$6;
|
|
2006
|
+
Tag: Repository$5;
|
|
2007
|
+
Gmails: Repository$4;
|
|
2008
|
+
NPF: Repository$3;
|
|
2009
|
+
NRCL: Repository$2;
|
|
2010
|
+
PaymentBatch: Repository;
|
|
2011
|
+
CurrentAccount: Repository$1;
|
|
1963
2012
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1964
2013
|
}
|
|
1965
2014
|
|
|
@@ -1969,7 +2018,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1969
2018
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1970
2019
|
type Nomalism_IOptions = IOptions;
|
|
1971
2020
|
declare namespace Nomalism {
|
|
1972
|
-
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 };
|
|
2021
|
+
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPermission as UserPermissions, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
1973
2022
|
}
|
|
1974
2023
|
|
|
1975
2024
|
export { Nomalism as default };
|