@nomalism-com/api 0.43.32 → 0.43.34
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 +373 -364
- package/dist/index.js +31 -23
- package/package.json +8 -8
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$1W implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
private api;
|
|
7
7
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -15,11 +15,11 @@ declare class Repository$1V implements Nomalism$1.BankData.IRepository {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
declare namespace bankData {
|
|
18
|
-
export { Repository$
|
|
18
|
+
export { Repository$1W as default };
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
type IPaginationResponse$5 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Client.IFindResponse>;
|
|
22
|
-
declare class Repository$
|
|
22
|
+
declare class Repository$1V implements Nomalism$1.Client.IRepository {
|
|
23
23
|
route: string;
|
|
24
24
|
private api;
|
|
25
25
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -35,10 +35,10 @@ declare class Repository$1U implements Nomalism$1.Client.IRepository {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
declare namespace clients {
|
|
38
|
-
export { type IPaginationResponse$5 as IPaginationResponse, Repository$
|
|
38
|
+
export { type IPaginationResponse$5 as IPaginationResponse, Repository$1V as default };
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
declare class Repository$
|
|
41
|
+
declare class Repository$1U implements Nomalism$1.ClientType.IRepository {
|
|
42
42
|
route: string;
|
|
43
43
|
private api;
|
|
44
44
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -52,10 +52,10 @@ declare class Repository$1T implements Nomalism$1.ClientType.IRepository {
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
declare namespace clientType {
|
|
55
|
-
export { Repository$
|
|
55
|
+
export { Repository$1U as default };
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
declare class Repository$
|
|
58
|
+
declare class Repository$1T implements Nomalism$1.Chat.IRepository {
|
|
59
59
|
route: string;
|
|
60
60
|
private api;
|
|
61
61
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -72,7 +72,7 @@ declare class Repository$1S implements Nomalism$1.Chat.IRepository {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
type IPaginationResponse$4 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Commissioner.IFindResponse>;
|
|
75
|
-
declare class Repository$
|
|
75
|
+
declare class Repository$1S implements Nomalism$1.Commissioner.IRepository {
|
|
76
76
|
route: string;
|
|
77
77
|
private api;
|
|
78
78
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -87,11 +87,11 @@ declare class Repository$1R implements Nomalism$1.Commissioner.IRepository {
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
declare namespace commissioner {
|
|
90
|
-
export { type IPaginationResponse$4 as IPaginationResponse, Repository$
|
|
90
|
+
export { type IPaginationResponse$4 as IPaginationResponse, Repository$1S as default };
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
type IPaginationResponse$3 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Country.IFindResponse>;
|
|
94
|
-
declare class Repository$
|
|
94
|
+
declare class Repository$1R implements Nomalism$1.Country.IRepository {
|
|
95
95
|
route: string;
|
|
96
96
|
private api;
|
|
97
97
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -106,10 +106,10 @@ declare class Repository$1Q implements Nomalism$1.Country.IRepository {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
declare namespace country {
|
|
109
|
-
export { type IPaginationResponse$3 as IPaginationResponse, Repository$
|
|
109
|
+
export { type IPaginationResponse$3 as IPaginationResponse, Repository$1R as default };
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
declare class Repository$
|
|
112
|
+
declare class Repository$1Q implements Nomalism$1.DocumentHeader.IRepository {
|
|
113
113
|
route: string;
|
|
114
114
|
private api;
|
|
115
115
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -136,10 +136,10 @@ declare class Repository$1P implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
declare namespace documentHeader {
|
|
139
|
-
export { Repository$
|
|
139
|
+
export { Repository$1Q as default };
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
declare class Repository$
|
|
142
|
+
declare class Repository$1P implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
143
143
|
route: string;
|
|
144
144
|
private api;
|
|
145
145
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -147,24 +147,24 @@ declare class Repository$1O implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
declare namespace documentHeaderHistory {
|
|
150
|
-
export { Repository$
|
|
150
|
+
export { Repository$1P as default };
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
declare class Repository$
|
|
153
|
+
declare class Repository$1O implements Nomalism$1.BillOfLading.IRepository {
|
|
154
154
|
route: string;
|
|
155
155
|
private api;
|
|
156
156
|
constructor({ api, route }: IModuleConstructor);
|
|
157
157
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
declare class Repository$
|
|
160
|
+
declare class Repository$1N implements Nomalism$1.ProductionOrder.IRepository {
|
|
161
161
|
route: string;
|
|
162
162
|
private api;
|
|
163
163
|
constructor({ api, route }: IModuleConstructor);
|
|
164
164
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
declare class Repository$
|
|
167
|
+
declare class Repository$1M implements Nomalism$1.Proforma.IRepository {
|
|
168
168
|
route: string;
|
|
169
169
|
private api;
|
|
170
170
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -172,14 +172,14 @@ declare class Repository$1L implements Nomalism$1.Proforma.IRepository {
|
|
|
172
172
|
createFromLines(data: Nomalism$1.Proforma.ICreateFromLinesRequest): Promise<void>;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
declare class Repository$
|
|
175
|
+
declare class Repository$1L implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
176
176
|
route: string;
|
|
177
177
|
private api;
|
|
178
178
|
constructor({ api, route }: IModuleConstructor);
|
|
179
179
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
declare class Repository$
|
|
182
|
+
declare class Repository$1K implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
183
183
|
route: string;
|
|
184
184
|
private api;
|
|
185
185
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -187,7 +187,7 @@ declare class Repository$1J implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
187
187
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
declare class Repository$
|
|
190
|
+
declare class Repository$1J implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
191
191
|
route: string;
|
|
192
192
|
private api;
|
|
193
193
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -195,21 +195,19 @@ declare class Repository$1I implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
195
195
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
declare class Repository$
|
|
198
|
+
declare class Repository$1I implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
199
199
|
route: string;
|
|
200
200
|
private api;
|
|
201
201
|
constructor({ api, route }: IModuleConstructor);
|
|
202
202
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
declare class Repository$
|
|
205
|
+
declare class Repository$1H implements Nomalism$1.DocumentLine.IRepository {
|
|
206
206
|
route: string;
|
|
207
207
|
private api;
|
|
208
208
|
constructor({ api, route }: IModuleConstructor);
|
|
209
209
|
create(body: Nomalism$1.DocumentLine.ICreateRequest[]): Promise<Nomalism$1.DocumentLineAssoc.IEntityExtended[]>;
|
|
210
210
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.DocumentLine.IUpdateRequest): Promise<void>;
|
|
211
|
-
updateIndexes(document_line_ids: string[]): Promise<void>;
|
|
212
|
-
updateData(data: Nomalism$1.DocumentLine.IUpdateDataRequest): Promise<Nomalism$1.DocumentLine.IEntityWithDocumentLine[]>;
|
|
213
211
|
updateMany(data: Nomalism$1.DocumentLine.IUpdateManyRequest): Promise<void>;
|
|
214
212
|
updateManyByDocumentHeader(params: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.DocumentLine.IUpdateManyByDocumentHeaderRequest): Promise<void>;
|
|
215
213
|
deleteMany(document_line_ids: string[]): Promise<void>;
|
|
@@ -218,10 +216,10 @@ declare class Repository$1G implements Nomalism$1.DocumentLine.IRepository {
|
|
|
218
216
|
}
|
|
219
217
|
|
|
220
218
|
declare namespace documentLine {
|
|
221
|
-
export { Repository$
|
|
219
|
+
export { Repository$1H as default };
|
|
222
220
|
}
|
|
223
221
|
|
|
224
|
-
declare class Repository$
|
|
222
|
+
declare class Repository$1G implements Nomalism$1.DocumentLineAssoc.IRepository {
|
|
225
223
|
route: string;
|
|
226
224
|
private api;
|
|
227
225
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -231,10 +229,10 @@ declare class Repository$1F implements Nomalism$1.DocumentLineAssoc.IRepository
|
|
|
231
229
|
}
|
|
232
230
|
|
|
233
231
|
declare namespace documentLineAssoc {
|
|
234
|
-
export { Repository$
|
|
232
|
+
export { Repository$1G as default };
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
declare class Repository$
|
|
235
|
+
declare class Repository$1F implements Nomalism$1.DocumentType.IApi {
|
|
238
236
|
route: string;
|
|
239
237
|
private api;
|
|
240
238
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -247,10 +245,10 @@ declare class Repository$1E implements Nomalism$1.DocumentType.IApi {
|
|
|
247
245
|
}
|
|
248
246
|
|
|
249
247
|
declare namespace documentType {
|
|
250
|
-
export { Repository$
|
|
248
|
+
export { Repository$1F as default };
|
|
251
249
|
}
|
|
252
250
|
|
|
253
|
-
declare class Repository$
|
|
251
|
+
declare class Repository$1E implements Nomalism$1.Favorites.IRepository {
|
|
254
252
|
route: string;
|
|
255
253
|
private api;
|
|
256
254
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -261,10 +259,10 @@ declare class Repository$1D implements Nomalism$1.Favorites.IRepository {
|
|
|
261
259
|
}
|
|
262
260
|
|
|
263
261
|
declare namespace favorites {
|
|
264
|
-
export { Repository$
|
|
262
|
+
export { Repository$1E as default };
|
|
265
263
|
}
|
|
266
264
|
|
|
267
|
-
declare class Repository$
|
|
265
|
+
declare class Repository$1D implements Nomalism$1.File.IRepository {
|
|
268
266
|
route: string;
|
|
269
267
|
private api;
|
|
270
268
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -275,10 +273,10 @@ declare class Repository$1C implements Nomalism$1.File.IRepository {
|
|
|
275
273
|
}
|
|
276
274
|
|
|
277
275
|
declare namespace file {
|
|
278
|
-
export { Repository$
|
|
276
|
+
export { Repository$1D as default };
|
|
279
277
|
}
|
|
280
278
|
|
|
281
|
-
declare class Repository$
|
|
279
|
+
declare class Repository$1C implements Nomalism$1.GoogleSheets.IController {
|
|
282
280
|
route: string;
|
|
283
281
|
private api;
|
|
284
282
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -289,11 +287,11 @@ declare class Repository$1B implements Nomalism$1.GoogleSheets.IController {
|
|
|
289
287
|
}
|
|
290
288
|
|
|
291
289
|
declare namespace googleSheets {
|
|
292
|
-
export { Repository$
|
|
290
|
+
export { Repository$1C as default };
|
|
293
291
|
}
|
|
294
292
|
|
|
295
293
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
296
|
-
declare class Repository$
|
|
294
|
+
declare class Repository$1B implements Nomalism$1.Language.IRepository {
|
|
297
295
|
route: string;
|
|
298
296
|
private api;
|
|
299
297
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -307,10 +305,10 @@ declare class Repository$1A implements Nomalism$1.Language.IRepository {
|
|
|
307
305
|
}
|
|
308
306
|
|
|
309
307
|
declare namespace language$1 {
|
|
310
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
308
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1B as default };
|
|
311
309
|
}
|
|
312
310
|
|
|
313
|
-
declare class Repository$
|
|
311
|
+
declare class Repository$1A implements Nomalism$1.Location.IRepository {
|
|
314
312
|
route: string;
|
|
315
313
|
private api;
|
|
316
314
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -325,10 +323,10 @@ declare class Repository$1z implements Nomalism$1.Location.IRepository {
|
|
|
325
323
|
}
|
|
326
324
|
|
|
327
325
|
declare namespace location {
|
|
328
|
-
export { Repository$
|
|
326
|
+
export { Repository$1A as default };
|
|
329
327
|
}
|
|
330
328
|
|
|
331
|
-
declare class Repository$
|
|
329
|
+
declare class Repository$1z {
|
|
332
330
|
route: string;
|
|
333
331
|
private api;
|
|
334
332
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -336,10 +334,10 @@ declare class Repository$1y {
|
|
|
336
334
|
}
|
|
337
335
|
|
|
338
336
|
declare namespace logout {
|
|
339
|
-
export { Repository$
|
|
337
|
+
export { Repository$1z as default };
|
|
340
338
|
}
|
|
341
339
|
|
|
342
|
-
declare class Repository$
|
|
340
|
+
declare class Repository$1y implements Nomalism$1.Multimedia.IApi {
|
|
343
341
|
route: string;
|
|
344
342
|
private api;
|
|
345
343
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -348,10 +346,10 @@ declare class Repository$1x implements Nomalism$1.Multimedia.IApi {
|
|
|
348
346
|
}
|
|
349
347
|
|
|
350
348
|
declare namespace multimedia {
|
|
351
|
-
export { Repository$
|
|
349
|
+
export { Repository$1y as default };
|
|
352
350
|
}
|
|
353
351
|
|
|
354
|
-
declare class Repository$
|
|
352
|
+
declare class Repository$1x implements Nomalism$1.Observation.IApi {
|
|
355
353
|
route: string;
|
|
356
354
|
private api;
|
|
357
355
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -363,10 +361,10 @@ declare class Repository$1w implements Nomalism$1.Observation.IApi {
|
|
|
363
361
|
}
|
|
364
362
|
|
|
365
363
|
declare namespace observation {
|
|
366
|
-
export { Repository$
|
|
364
|
+
export { Repository$1x as default };
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
declare class Repository$
|
|
367
|
+
declare class Repository$1w implements Nomalism$1.ObservationType.IApi {
|
|
370
368
|
route: string;
|
|
371
369
|
private api;
|
|
372
370
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -378,10 +376,10 @@ declare class Repository$1v implements Nomalism$1.ObservationType.IApi {
|
|
|
378
376
|
}
|
|
379
377
|
|
|
380
378
|
declare namespace observationType {
|
|
381
|
-
export { Repository$
|
|
379
|
+
export { Repository$1w as default };
|
|
382
380
|
}
|
|
383
381
|
|
|
384
|
-
declare class Repository$
|
|
382
|
+
declare class Repository$1v implements Nomalism$1.Password.IRepository {
|
|
385
383
|
route: string;
|
|
386
384
|
private api;
|
|
387
385
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -390,10 +388,10 @@ declare class Repository$1u implements Nomalism$1.Password.IRepository {
|
|
|
390
388
|
}
|
|
391
389
|
|
|
392
390
|
declare namespace password {
|
|
393
|
-
export { Repository$
|
|
391
|
+
export { Repository$1v as default };
|
|
394
392
|
}
|
|
395
393
|
|
|
396
|
-
declare class Repository$
|
|
394
|
+
declare class Repository$1u implements Nomalism$1.ProductImage.IRepository {
|
|
397
395
|
route: string;
|
|
398
396
|
private api;
|
|
399
397
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -407,10 +405,10 @@ declare class Repository$1t implements Nomalism$1.ProductImage.IRepository {
|
|
|
407
405
|
}
|
|
408
406
|
|
|
409
407
|
declare namespace productImage {
|
|
410
|
-
export { Repository$
|
|
408
|
+
export { Repository$1u as default };
|
|
411
409
|
}
|
|
412
410
|
|
|
413
|
-
declare class Repository$
|
|
411
|
+
declare class Repository$1t implements Nomalism$1.Promotion.IRepository {
|
|
414
412
|
route: string;
|
|
415
413
|
private api;
|
|
416
414
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -426,10 +424,10 @@ declare class Repository$1s implements Nomalism$1.Promotion.IRepository {
|
|
|
426
424
|
}
|
|
427
425
|
|
|
428
426
|
declare namespace promotion {
|
|
429
|
-
export { Repository$
|
|
427
|
+
export { Repository$1t as default };
|
|
430
428
|
}
|
|
431
429
|
|
|
432
|
-
declare class Repository$
|
|
430
|
+
declare class Repository$1s implements Nomalism$1.PromotionAssoc.IRepository {
|
|
433
431
|
route: string;
|
|
434
432
|
private api;
|
|
435
433
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -443,10 +441,10 @@ declare class Repository$1r implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
443
441
|
}
|
|
444
442
|
|
|
445
443
|
declare namespace promotionAssoc {
|
|
446
|
-
export { Repository$
|
|
444
|
+
export { Repository$1s as default };
|
|
447
445
|
}
|
|
448
446
|
|
|
449
|
-
declare class Repository$
|
|
447
|
+
declare class Repository$1r implements Nomalism$1.Providers.IRepository {
|
|
450
448
|
route: string;
|
|
451
449
|
private api;
|
|
452
450
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -464,11 +462,11 @@ declare class Repository$1q implements Nomalism$1.Providers.IRepository {
|
|
|
464
462
|
}
|
|
465
463
|
|
|
466
464
|
declare namespace provider {
|
|
467
|
-
export { Repository$
|
|
465
|
+
export { Repository$1r as default };
|
|
468
466
|
}
|
|
469
467
|
|
|
470
468
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
471
|
-
declare class Repository$
|
|
469
|
+
declare class Repository$1q implements Nomalism$1.ProviderType.IRepository {
|
|
472
470
|
route: string;
|
|
473
471
|
private api;
|
|
474
472
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -482,10 +480,10 @@ declare class Repository$1p implements Nomalism$1.ProviderType.IRepository {
|
|
|
482
480
|
}
|
|
483
481
|
|
|
484
482
|
declare namespace providerType {
|
|
485
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
483
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1q as default };
|
|
486
484
|
}
|
|
487
485
|
|
|
488
|
-
declare class Repository$
|
|
486
|
+
declare class Repository$1p implements Nomalism$1.PurchaseConditions.IRepository {
|
|
489
487
|
route: string;
|
|
490
488
|
private api;
|
|
491
489
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -499,10 +497,10 @@ declare class Repository$1o implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
499
497
|
}
|
|
500
498
|
|
|
501
499
|
declare namespace purchaseCondition {
|
|
502
|
-
export { Repository$
|
|
500
|
+
export { Repository$1p as default };
|
|
503
501
|
}
|
|
504
502
|
|
|
505
|
-
declare class Repository$
|
|
503
|
+
declare class Repository$1o implements Nomalism$1.ReasonForExemption.IRepository {
|
|
506
504
|
route: string;
|
|
507
505
|
private api;
|
|
508
506
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -516,10 +514,10 @@ declare class Repository$1n implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
516
514
|
}
|
|
517
515
|
|
|
518
516
|
declare namespace reasonForExemption {
|
|
519
|
-
export { Repository$
|
|
517
|
+
export { Repository$1o as default };
|
|
520
518
|
}
|
|
521
519
|
|
|
522
|
-
declare class Repository$
|
|
520
|
+
declare class Repository$1n implements Nomalism$1.RefreshToken.IRepository {
|
|
523
521
|
route: string;
|
|
524
522
|
private api;
|
|
525
523
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -527,10 +525,10 @@ declare class Repository$1m implements Nomalism$1.RefreshToken.IRepository {
|
|
|
527
525
|
}
|
|
528
526
|
|
|
529
527
|
declare namespace refreshToken {
|
|
530
|
-
export { Repository$
|
|
528
|
+
export { Repository$1n as default };
|
|
531
529
|
}
|
|
532
530
|
|
|
533
|
-
declare class Repository$
|
|
531
|
+
declare class Repository$1m implements Nomalism$1.SegmentsArea.IRepository {
|
|
534
532
|
route: string;
|
|
535
533
|
private api;
|
|
536
534
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -544,10 +542,10 @@ declare class Repository$1l implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
544
542
|
}
|
|
545
543
|
|
|
546
544
|
declare namespace segmentsArea {
|
|
547
|
-
export { Repository$
|
|
545
|
+
export { Repository$1m as default };
|
|
548
546
|
}
|
|
549
547
|
|
|
550
|
-
declare class Repository$
|
|
548
|
+
declare class Repository$1l implements Nomalism$1.Sessions.IRepository {
|
|
551
549
|
route: string;
|
|
552
550
|
private api;
|
|
553
551
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -555,10 +553,10 @@ declare class Repository$1k implements Nomalism$1.Sessions.IRepository {
|
|
|
555
553
|
}
|
|
556
554
|
|
|
557
555
|
declare namespace sessions {
|
|
558
|
-
export { Repository$
|
|
556
|
+
export { Repository$1l as default };
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
declare class Repository$
|
|
559
|
+
declare class Repository$1k implements Nomalism$1.Shippings.IRepository {
|
|
562
560
|
route: string;
|
|
563
561
|
private api;
|
|
564
562
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -572,10 +570,10 @@ declare class Repository$1j implements Nomalism$1.Shippings.IRepository {
|
|
|
572
570
|
}
|
|
573
571
|
|
|
574
572
|
declare namespace shippings {
|
|
575
|
-
export { Repository$
|
|
573
|
+
export { Repository$1k as default };
|
|
576
574
|
}
|
|
577
575
|
|
|
578
|
-
declare class Repository$
|
|
576
|
+
declare class Repository$1j implements Nomalism$1.StoreOperator.IRepository {
|
|
579
577
|
route: string;
|
|
580
578
|
private api;
|
|
581
579
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -589,11 +587,11 @@ declare class Repository$1i implements Nomalism$1.StoreOperator.IRepository {
|
|
|
589
587
|
}
|
|
590
588
|
|
|
591
589
|
declare namespace storeOperator {
|
|
592
|
-
export { Repository$
|
|
590
|
+
export { Repository$1j as default };
|
|
593
591
|
}
|
|
594
592
|
|
|
595
593
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
596
|
-
declare class Repository$
|
|
594
|
+
declare class Repository$1i implements Nomalism$1.Swift.IRepository {
|
|
597
595
|
route: string;
|
|
598
596
|
private api;
|
|
599
597
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -608,10 +606,10 @@ declare class Repository$1h implements Nomalism$1.Swift.IRepository {
|
|
|
608
606
|
|
|
609
607
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
610
608
|
declare namespace swift {
|
|
611
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
609
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1i as default };
|
|
612
610
|
}
|
|
613
611
|
|
|
614
|
-
declare class Repository$
|
|
612
|
+
declare class Repository$1h implements Nomalism$1.TypeOfLocation.IRepository {
|
|
615
613
|
route: string;
|
|
616
614
|
private api;
|
|
617
615
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -626,10 +624,10 @@ declare class Repository$1g implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
626
624
|
}
|
|
627
625
|
|
|
628
626
|
declare namespace typeOfLocation {
|
|
629
|
-
export { Repository$
|
|
627
|
+
export { Repository$1h as default };
|
|
630
628
|
}
|
|
631
629
|
|
|
632
|
-
declare class Repository$
|
|
630
|
+
declare class Repository$1g implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
633
631
|
route: string;
|
|
634
632
|
private api;
|
|
635
633
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -644,10 +642,10 @@ declare class Repository$1f implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
644
642
|
}
|
|
645
643
|
|
|
646
644
|
declare namespace unitOfMeasure {
|
|
647
|
-
export { Repository$
|
|
645
|
+
export { Repository$1g as default };
|
|
648
646
|
}
|
|
649
647
|
|
|
650
|
-
declare class Repository$
|
|
648
|
+
declare class Repository$1f implements Nomalism$1.UserPositions.IRepository {
|
|
651
649
|
route: string;
|
|
652
650
|
private api;
|
|
653
651
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -661,10 +659,10 @@ declare class Repository$1e implements Nomalism$1.UserPositions.IRepository {
|
|
|
661
659
|
}
|
|
662
660
|
|
|
663
661
|
declare namespace userPositions {
|
|
664
|
-
export { Repository$
|
|
662
|
+
export { Repository$1f as default };
|
|
665
663
|
}
|
|
666
664
|
|
|
667
|
-
declare class Repository$
|
|
665
|
+
declare class Repository$1e implements Nomalism$1.Users.IApi {
|
|
668
666
|
route: string;
|
|
669
667
|
private api;
|
|
670
668
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -680,10 +678,10 @@ declare class Repository$1d implements Nomalism$1.Users.IApi {
|
|
|
680
678
|
}
|
|
681
679
|
|
|
682
680
|
declare namespace user {
|
|
683
|
-
export { Repository$
|
|
681
|
+
export { Repository$1e as default };
|
|
684
682
|
}
|
|
685
683
|
|
|
686
|
-
declare class Repository$
|
|
684
|
+
declare class Repository$1d implements Nomalism$1.VatTax.IRepository {
|
|
687
685
|
route: string;
|
|
688
686
|
private api;
|
|
689
687
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -698,10 +696,10 @@ declare class Repository$1c implements Nomalism$1.VatTax.IRepository {
|
|
|
698
696
|
}
|
|
699
697
|
|
|
700
698
|
declare namespace vatTax {
|
|
701
|
-
export { Repository$
|
|
699
|
+
export { Repository$1d as default };
|
|
702
700
|
}
|
|
703
701
|
|
|
704
|
-
declare class Repository$
|
|
702
|
+
declare class Repository$1c implements Nomalism$1.VatTaxZone.IRepository {
|
|
705
703
|
route: string;
|
|
706
704
|
private api;
|
|
707
705
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -716,10 +714,10 @@ declare class Repository$1b implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
716
714
|
}
|
|
717
715
|
|
|
718
716
|
declare namespace vatTaxZone {
|
|
719
|
-
export { Repository$
|
|
717
|
+
export { Repository$1c as default };
|
|
720
718
|
}
|
|
721
719
|
|
|
722
|
-
declare class Repository$
|
|
720
|
+
declare class Repository$1b implements Nomalism$1.Workflow.IApi {
|
|
723
721
|
route: string;
|
|
724
722
|
private api;
|
|
725
723
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -731,10 +729,10 @@ declare class Repository$1a implements Nomalism$1.Workflow.IApi {
|
|
|
731
729
|
}
|
|
732
730
|
|
|
733
731
|
declare namespace workflow {
|
|
734
|
-
export { Repository$
|
|
732
|
+
export { Repository$1b as default };
|
|
735
733
|
}
|
|
736
734
|
|
|
737
|
-
declare class Repository$
|
|
735
|
+
declare class Repository$1a implements Nomalism$1.DeliveryMethods.IRepository {
|
|
738
736
|
route: string;
|
|
739
737
|
private api;
|
|
740
738
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -747,10 +745,10 @@ declare class Repository$19 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
747
745
|
}
|
|
748
746
|
|
|
749
747
|
declare namespace deliveryMethods {
|
|
750
|
-
export { Repository$
|
|
748
|
+
export { Repository$1a as default };
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
declare class Repository$
|
|
751
|
+
declare class Repository$19 implements Nomalism$1.MaturityDates.IRepository {
|
|
754
752
|
route: string;
|
|
755
753
|
private api;
|
|
756
754
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -763,10 +761,10 @@ declare class Repository$18 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
763
761
|
}
|
|
764
762
|
|
|
765
763
|
declare namespace maturityDates {
|
|
766
|
-
export { Repository$
|
|
764
|
+
export { Repository$19 as default };
|
|
767
765
|
}
|
|
768
766
|
|
|
769
|
-
declare class Repository$
|
|
767
|
+
declare class Repository$18 implements Nomalism$1.PaymentMethods.IRepository {
|
|
770
768
|
route: string;
|
|
771
769
|
private api;
|
|
772
770
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -779,10 +777,10 @@ declare class Repository$17 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
779
777
|
}
|
|
780
778
|
|
|
781
779
|
declare namespace paymentMethods {
|
|
782
|
-
export { Repository$
|
|
780
|
+
export { Repository$18 as default };
|
|
783
781
|
}
|
|
784
782
|
|
|
785
|
-
declare class Repository$
|
|
783
|
+
declare class Repository$17 implements Nomalism$1.Vehicles.IApi {
|
|
786
784
|
route: string;
|
|
787
785
|
private api;
|
|
788
786
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -793,10 +791,10 @@ declare class Repository$16 implements Nomalism$1.Vehicles.IApi {
|
|
|
793
791
|
}
|
|
794
792
|
|
|
795
793
|
declare namespace vehicles {
|
|
796
|
-
export { Repository$
|
|
794
|
+
export { Repository$17 as default };
|
|
797
795
|
}
|
|
798
796
|
|
|
799
|
-
declare class Repository$
|
|
797
|
+
declare class Repository$16 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
800
798
|
route: string;
|
|
801
799
|
private api;
|
|
802
800
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -805,10 +803,10 @@ declare class Repository$15 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
805
803
|
}
|
|
806
804
|
|
|
807
805
|
declare namespace externalDocumentType {
|
|
808
|
-
export { Repository$
|
|
806
|
+
export { Repository$16 as default };
|
|
809
807
|
}
|
|
810
808
|
|
|
811
|
-
declare class Repository$
|
|
809
|
+
declare class Repository$15 implements Nomalism$1.DocumentSet.IRepository {
|
|
812
810
|
route: string;
|
|
813
811
|
private api;
|
|
814
812
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -821,10 +819,10 @@ declare class Repository$14 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
821
819
|
}
|
|
822
820
|
|
|
823
821
|
declare namespace documentSet {
|
|
824
|
-
export { Repository$
|
|
822
|
+
export { Repository$15 as default };
|
|
825
823
|
}
|
|
826
824
|
|
|
827
|
-
declare class Repository$
|
|
825
|
+
declare class Repository$14 implements Nomalism$1.Payment.IRepository {
|
|
828
826
|
route: string;
|
|
829
827
|
private api;
|
|
830
828
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -838,28 +836,25 @@ declare class Repository$13 implements Nomalism$1.Payment.IRepository {
|
|
|
838
836
|
}
|
|
839
837
|
|
|
840
838
|
declare namespace payment {
|
|
841
|
-
export { Repository$
|
|
839
|
+
export { Repository$14 as default };
|
|
842
840
|
}
|
|
843
841
|
|
|
844
|
-
declare class Repository$
|
|
842
|
+
declare class Repository$13 implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
845
843
|
route: string;
|
|
846
844
|
private api;
|
|
847
845
|
constructor({ api, route }: IModuleConstructor);
|
|
848
|
-
|
|
849
|
-
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.ExternalDocumentHeader.IUpdateRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
850
|
-
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindByIdResponse | null>;
|
|
846
|
+
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
851
847
|
findByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindByOwnerIdItemWithVersions[]>;
|
|
852
|
-
find(params?: Nomalism$1.ExternalDocumentHeader.IFindRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindResponse[]>;
|
|
853
|
-
findPaginated(params: Nomalism$1.ExternalDocumentHeader.IFindPaginatedRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindWithPaginationResponse>;
|
|
854
848
|
deleteOne(params?: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
855
849
|
sendEmailDocument(body: Nomalism$1.ExternalDocumentHeader.ISendEmailDocumentRequest): Promise<void>;
|
|
850
|
+
retry(body: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
856
851
|
}
|
|
857
852
|
|
|
858
853
|
declare namespace externalDocumentHeader {
|
|
859
|
-
export { Repository$
|
|
854
|
+
export { Repository$13 as default };
|
|
860
855
|
}
|
|
861
856
|
|
|
862
|
-
declare class Repository$
|
|
857
|
+
declare class Repository$12 implements Nomalism$1.VatValidation.IRepository {
|
|
863
858
|
route: string;
|
|
864
859
|
private api;
|
|
865
860
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -867,10 +862,10 @@ declare class Repository$11 implements Nomalism$1.VatValidation.IRepository {
|
|
|
867
862
|
}
|
|
868
863
|
|
|
869
864
|
declare namespace vatValidation {
|
|
870
|
-
export { Repository$
|
|
865
|
+
export { Repository$12 as default };
|
|
871
866
|
}
|
|
872
867
|
|
|
873
|
-
declare class Repository$
|
|
868
|
+
declare class Repository$11 implements Nomalism$1.StockMovement.IRepository {
|
|
874
869
|
route: string;
|
|
875
870
|
private api;
|
|
876
871
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -882,10 +877,10 @@ declare class Repository$10 implements Nomalism$1.StockMovement.IRepository {
|
|
|
882
877
|
}
|
|
883
878
|
|
|
884
879
|
declare namespace stockMovement {
|
|
885
|
-
export { Repository$
|
|
880
|
+
export { Repository$11 as default };
|
|
886
881
|
}
|
|
887
882
|
|
|
888
|
-
declare class Repository
|
|
883
|
+
declare class Repository$10 implements Nomalism$1.ZipCode.IRepository {
|
|
889
884
|
route: string;
|
|
890
885
|
private api;
|
|
891
886
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -894,10 +889,10 @@ declare class Repository$$ implements Nomalism$1.ZipCode.IRepository {
|
|
|
894
889
|
}
|
|
895
890
|
|
|
896
891
|
declare namespace zipCode {
|
|
897
|
-
export { Repository
|
|
892
|
+
export { Repository$10 as default };
|
|
898
893
|
}
|
|
899
894
|
|
|
900
|
-
declare class Repository
|
|
895
|
+
declare class Repository$$ implements Nomalism$1.Tenant.IRepository {
|
|
901
896
|
route: string;
|
|
902
897
|
private api;
|
|
903
898
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -908,10 +903,10 @@ declare class Repository$_ implements Nomalism$1.Tenant.IRepository {
|
|
|
908
903
|
}
|
|
909
904
|
|
|
910
905
|
declare namespace tenant {
|
|
911
|
-
export { Repository
|
|
906
|
+
export { Repository$$ as default };
|
|
912
907
|
}
|
|
913
908
|
|
|
914
|
-
declare class Repository$
|
|
909
|
+
declare class Repository$_ implements Nomalism$1.PreSale.IRepository {
|
|
915
910
|
route: string;
|
|
916
911
|
private api;
|
|
917
912
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -926,10 +921,10 @@ declare class Repository$Z implements Nomalism$1.PreSale.IRepository {
|
|
|
926
921
|
}
|
|
927
922
|
|
|
928
923
|
declare namespace preSale {
|
|
929
|
-
export { Repository$
|
|
924
|
+
export { Repository$_ as default };
|
|
930
925
|
}
|
|
931
926
|
|
|
932
|
-
declare class Repository$
|
|
927
|
+
declare class Repository$Z implements Nomalism$1.PreSaleProduct.IRepository {
|
|
933
928
|
route: string;
|
|
934
929
|
private api;
|
|
935
930
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -938,10 +933,10 @@ declare class Repository$Y implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
938
933
|
}
|
|
939
934
|
|
|
940
935
|
declare namespace preSaleProduct {
|
|
941
|
-
export { Repository$
|
|
936
|
+
export { Repository$Z as default };
|
|
942
937
|
}
|
|
943
938
|
|
|
944
|
-
declare class Repository$
|
|
939
|
+
declare class Repository$Y implements Nomalism$1.OrderManagement.IRepository {
|
|
945
940
|
route: string;
|
|
946
941
|
private api;
|
|
947
942
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -950,10 +945,10 @@ declare class Repository$X implements Nomalism$1.OrderManagement.IRepository {
|
|
|
950
945
|
}
|
|
951
946
|
|
|
952
947
|
declare namespace orderManagement {
|
|
953
|
-
export { Repository$
|
|
948
|
+
export { Repository$Y as default };
|
|
954
949
|
}
|
|
955
950
|
|
|
956
|
-
declare class Repository$
|
|
951
|
+
declare class Repository$X implements Nomalism$1.Npc.IRepository {
|
|
957
952
|
route: string;
|
|
958
953
|
private api;
|
|
959
954
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -963,10 +958,10 @@ declare class Repository$W implements Nomalism$1.Npc.IRepository {
|
|
|
963
958
|
}
|
|
964
959
|
|
|
965
960
|
declare namespace npc {
|
|
966
|
-
export { Repository$
|
|
961
|
+
export { Repository$X as default };
|
|
967
962
|
}
|
|
968
963
|
|
|
969
|
-
declare class Repository$
|
|
964
|
+
declare class Repository$W implements Nomalism$1.Printer.IRepository {
|
|
970
965
|
route: string;
|
|
971
966
|
private api;
|
|
972
967
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -978,10 +973,10 @@ declare class Repository$V implements Nomalism$1.Printer.IRepository {
|
|
|
978
973
|
}
|
|
979
974
|
|
|
980
975
|
declare namespace printer {
|
|
981
|
-
export { Repository$
|
|
976
|
+
export { Repository$W as default };
|
|
982
977
|
}
|
|
983
978
|
|
|
984
|
-
declare class Repository$
|
|
979
|
+
declare class Repository$V implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
985
980
|
route: string;
|
|
986
981
|
private api;
|
|
987
982
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -993,10 +988,10 @@ declare class Repository$U implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
993
988
|
}
|
|
994
989
|
|
|
995
990
|
declare namespace schedulePrintJob {
|
|
996
|
-
export { Repository$
|
|
991
|
+
export { Repository$V as default };
|
|
997
992
|
}
|
|
998
993
|
|
|
999
|
-
declare class Repository$
|
|
994
|
+
declare class Repository$U implements Nomalism$1.QueryList.IRepository {
|
|
1000
995
|
route: string;
|
|
1001
996
|
private api;
|
|
1002
997
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1010,10 +1005,10 @@ declare class Repository$T implements Nomalism$1.QueryList.IRepository {
|
|
|
1010
1005
|
}
|
|
1011
1006
|
|
|
1012
1007
|
declare namespace queryList {
|
|
1013
|
-
export { Repository$
|
|
1008
|
+
export { Repository$U as default };
|
|
1014
1009
|
}
|
|
1015
1010
|
|
|
1016
|
-
declare class Repository$
|
|
1011
|
+
declare class Repository$T implements Nomalism$1.QueryParameter.IRepository {
|
|
1017
1012
|
route: string;
|
|
1018
1013
|
private api;
|
|
1019
1014
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1026,10 +1021,10 @@ declare class Repository$S implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1026
1021
|
}
|
|
1027
1022
|
|
|
1028
1023
|
declare namespace queryParameter {
|
|
1029
|
-
export { Repository$
|
|
1024
|
+
export { Repository$T as default };
|
|
1030
1025
|
}
|
|
1031
1026
|
|
|
1032
|
-
declare class Repository$
|
|
1027
|
+
declare class Repository$S implements Nomalism$1.ReturnReason.IRepository {
|
|
1033
1028
|
route: string;
|
|
1034
1029
|
private api;
|
|
1035
1030
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1040,10 +1035,10 @@ declare class Repository$R implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1040
1035
|
}
|
|
1041
1036
|
|
|
1042
1037
|
declare namespace returnReason {
|
|
1043
|
-
export { Repository$
|
|
1038
|
+
export { Repository$S as default };
|
|
1044
1039
|
}
|
|
1045
1040
|
|
|
1046
|
-
declare class Repository$
|
|
1041
|
+
declare class Repository$R implements Nomalism$1.PropostaSheets.IRepository {
|
|
1047
1042
|
route: string;
|
|
1048
1043
|
private api;
|
|
1049
1044
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1060,10 +1055,10 @@ declare class Repository$Q implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1060
1055
|
}
|
|
1061
1056
|
|
|
1062
1057
|
declare namespace propostaSheets {
|
|
1063
|
-
export { Repository$
|
|
1058
|
+
export { Repository$R as default };
|
|
1064
1059
|
}
|
|
1065
1060
|
|
|
1066
|
-
declare class Repository$
|
|
1061
|
+
declare class Repository$Q implements Nomalism$1.Schedule.IRepository {
|
|
1067
1062
|
route: string;
|
|
1068
1063
|
private api;
|
|
1069
1064
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1071,10 +1066,10 @@ declare class Repository$P implements Nomalism$1.Schedule.IRepository {
|
|
|
1071
1066
|
}
|
|
1072
1067
|
|
|
1073
1068
|
declare namespace schedule {
|
|
1074
|
-
export { Repository$
|
|
1069
|
+
export { Repository$Q as default };
|
|
1075
1070
|
}
|
|
1076
1071
|
|
|
1077
|
-
declare class Repository$
|
|
1072
|
+
declare class Repository$P implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1078
1073
|
route: string;
|
|
1079
1074
|
private api;
|
|
1080
1075
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1085,10 +1080,10 @@ declare class Repository$O implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1085
1080
|
}
|
|
1086
1081
|
|
|
1087
1082
|
declare namespace googleFilePermission {
|
|
1088
|
-
export { Repository$
|
|
1083
|
+
export { Repository$P as default };
|
|
1089
1084
|
}
|
|
1090
1085
|
|
|
1091
|
-
declare class Repository$
|
|
1086
|
+
declare class Repository$O implements Nomalism$1.Settings.IRepository {
|
|
1092
1087
|
route: string;
|
|
1093
1088
|
private api;
|
|
1094
1089
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1100,10 +1095,10 @@ declare class Repository$N implements Nomalism$1.Settings.IRepository {
|
|
|
1100
1095
|
}
|
|
1101
1096
|
|
|
1102
1097
|
declare namespace settings {
|
|
1103
|
-
export { Repository$
|
|
1098
|
+
export { Repository$O as default };
|
|
1104
1099
|
}
|
|
1105
1100
|
|
|
1106
|
-
declare class Repository$
|
|
1101
|
+
declare class Repository$N implements Nomalism$1.Tickets.IRepository {
|
|
1107
1102
|
route: string;
|
|
1108
1103
|
private api;
|
|
1109
1104
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1114,10 +1109,10 @@ declare class Repository$M implements Nomalism$1.Tickets.IRepository {
|
|
|
1114
1109
|
}
|
|
1115
1110
|
|
|
1116
1111
|
declare namespace tickets {
|
|
1117
|
-
export { Repository$
|
|
1112
|
+
export { Repository$N as default };
|
|
1118
1113
|
}
|
|
1119
1114
|
|
|
1120
|
-
declare class Repository$
|
|
1115
|
+
declare class Repository$M implements Nomalism$1.Channel.IRepository {
|
|
1121
1116
|
route: string;
|
|
1122
1117
|
private api;
|
|
1123
1118
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1130,10 +1125,10 @@ declare class Repository$L implements Nomalism$1.Channel.IRepository {
|
|
|
1130
1125
|
}
|
|
1131
1126
|
|
|
1132
1127
|
declare namespace channel {
|
|
1133
|
-
export { Repository$
|
|
1128
|
+
export { Repository$M as default };
|
|
1134
1129
|
}
|
|
1135
1130
|
|
|
1136
|
-
declare class Repository$
|
|
1131
|
+
declare class Repository$L implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1137
1132
|
route: string;
|
|
1138
1133
|
private api;
|
|
1139
1134
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1146,10 +1141,10 @@ declare class Repository$K implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1146
1141
|
}
|
|
1147
1142
|
|
|
1148
1143
|
declare namespace language {
|
|
1149
|
-
export { Repository$
|
|
1144
|
+
export { Repository$L as default };
|
|
1150
1145
|
}
|
|
1151
1146
|
|
|
1152
|
-
declare class Repository$
|
|
1147
|
+
declare class Repository$K implements Nomalism$1.CLT.IRepository {
|
|
1153
1148
|
route: string;
|
|
1154
1149
|
private api;
|
|
1155
1150
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1162,10 +1157,10 @@ declare class Repository$J implements Nomalism$1.CLT.IRepository {
|
|
|
1162
1157
|
}
|
|
1163
1158
|
|
|
1164
1159
|
declare namespace clt {
|
|
1165
|
-
export { Repository$
|
|
1160
|
+
export { Repository$K as default };
|
|
1166
1161
|
}
|
|
1167
1162
|
|
|
1168
|
-
declare class Repository$
|
|
1163
|
+
declare class Repository$J implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1169
1164
|
route: string;
|
|
1170
1165
|
private api;
|
|
1171
1166
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1173,10 +1168,10 @@ declare class Repository$I implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1173
1168
|
}
|
|
1174
1169
|
|
|
1175
1170
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1176
|
-
export { Repository$
|
|
1171
|
+
export { Repository$J as default };
|
|
1177
1172
|
}
|
|
1178
1173
|
|
|
1179
|
-
declare class Repository$
|
|
1174
|
+
declare class Repository$I implements Nomalism$1.Persona.IRepository {
|
|
1180
1175
|
route: string;
|
|
1181
1176
|
private api;
|
|
1182
1177
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1193,10 +1188,10 @@ declare class Repository$H implements Nomalism$1.Persona.IRepository {
|
|
|
1193
1188
|
}
|
|
1194
1189
|
|
|
1195
1190
|
declare namespace persona {
|
|
1196
|
-
export { Repository$
|
|
1191
|
+
export { Repository$I as default };
|
|
1197
1192
|
}
|
|
1198
1193
|
|
|
1199
|
-
declare class Repository$
|
|
1194
|
+
declare class Repository$H implements Nomalism$1.ProjectInfo.IController {
|
|
1200
1195
|
route: string;
|
|
1201
1196
|
private api;
|
|
1202
1197
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1204,10 +1199,10 @@ declare class Repository$G implements Nomalism$1.ProjectInfo.IController {
|
|
|
1204
1199
|
}
|
|
1205
1200
|
|
|
1206
1201
|
declare namespace projectInfo {
|
|
1207
|
-
export { Repository$
|
|
1202
|
+
export { Repository$H as default };
|
|
1208
1203
|
}
|
|
1209
1204
|
|
|
1210
|
-
declare class Repository$
|
|
1205
|
+
declare class Repository$G implements Nomalism$1.Order.IRepository {
|
|
1211
1206
|
route: string;
|
|
1212
1207
|
private api;
|
|
1213
1208
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1221,10 +1216,10 @@ declare class Repository$F implements Nomalism$1.Order.IRepository {
|
|
|
1221
1216
|
}
|
|
1222
1217
|
|
|
1223
1218
|
declare namespace order {
|
|
1224
|
-
export { Repository$
|
|
1219
|
+
export { Repository$G as default };
|
|
1225
1220
|
}
|
|
1226
1221
|
|
|
1227
|
-
declare class Repository$
|
|
1222
|
+
declare class Repository$F implements Nomalism$1.Purchase.IApi {
|
|
1228
1223
|
route: string;
|
|
1229
1224
|
private api;
|
|
1230
1225
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1236,10 +1231,10 @@ declare class Repository$E implements Nomalism$1.Purchase.IApi {
|
|
|
1236
1231
|
}
|
|
1237
1232
|
|
|
1238
1233
|
declare namespace purchase {
|
|
1239
|
-
export { Repository$
|
|
1234
|
+
export { Repository$F as default };
|
|
1240
1235
|
}
|
|
1241
1236
|
|
|
1242
|
-
declare class Repository$
|
|
1237
|
+
declare class Repository$E implements Nomalism$1.MaterialEntrance.IApi {
|
|
1243
1238
|
route: string;
|
|
1244
1239
|
private api;
|
|
1245
1240
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1252,10 +1247,10 @@ declare class Repository$D implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1252
1247
|
}
|
|
1253
1248
|
|
|
1254
1249
|
declare namespace materialEntrance {
|
|
1255
|
-
export { Repository$
|
|
1250
|
+
export { Repository$E as default };
|
|
1256
1251
|
}
|
|
1257
1252
|
|
|
1258
|
-
declare class Repository$
|
|
1253
|
+
declare class Repository$D implements Nomalism$1.Transformado.IRepository {
|
|
1259
1254
|
route: string;
|
|
1260
1255
|
private api;
|
|
1261
1256
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1264,10 +1259,10 @@ declare class Repository$C implements Nomalism$1.Transformado.IRepository {
|
|
|
1264
1259
|
}
|
|
1265
1260
|
|
|
1266
1261
|
declare namespace transformado {
|
|
1267
|
-
export { Repository$
|
|
1262
|
+
export { Repository$D as default };
|
|
1268
1263
|
}
|
|
1269
1264
|
|
|
1270
|
-
declare class Repository$
|
|
1265
|
+
declare class Repository$C implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1271
1266
|
route: string;
|
|
1272
1267
|
private api;
|
|
1273
1268
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1275,10 +1270,10 @@ declare class Repository$B implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1275
1270
|
}
|
|
1276
1271
|
|
|
1277
1272
|
declare namespace upfrontReturn {
|
|
1278
|
-
export { Repository$
|
|
1273
|
+
export { Repository$C as default };
|
|
1279
1274
|
}
|
|
1280
1275
|
|
|
1281
|
-
declare class Repository$
|
|
1276
|
+
declare class Repository$B implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1282
1277
|
route: string;
|
|
1283
1278
|
private api;
|
|
1284
1279
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1289,10 +1284,10 @@ declare class Repository$A implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1289
1284
|
}
|
|
1290
1285
|
|
|
1291
1286
|
declare namespace savedEmPicking {
|
|
1292
|
-
export { Repository$
|
|
1287
|
+
export { Repository$B as default };
|
|
1293
1288
|
}
|
|
1294
1289
|
|
|
1295
|
-
declare class Repository$
|
|
1290
|
+
declare class Repository$A implements Nomalism$1.EmailTemplate.IRepository {
|
|
1296
1291
|
route: string;
|
|
1297
1292
|
private api;
|
|
1298
1293
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1304,10 +1299,10 @@ declare class Repository$z implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1304
1299
|
}
|
|
1305
1300
|
|
|
1306
1301
|
declare namespace emailTemplate {
|
|
1307
|
-
export { Repository$
|
|
1302
|
+
export { Repository$A as default };
|
|
1308
1303
|
}
|
|
1309
1304
|
|
|
1310
|
-
declare class Repository$
|
|
1305
|
+
declare class Repository$z implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1311
1306
|
route: string;
|
|
1312
1307
|
private api;
|
|
1313
1308
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1316,10 +1311,10 @@ declare class Repository$y implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1316
1311
|
}
|
|
1317
1312
|
|
|
1318
1313
|
declare namespace emailTemplateAttachment {
|
|
1319
|
-
export { Repository$
|
|
1314
|
+
export { Repository$z as default };
|
|
1320
1315
|
}
|
|
1321
1316
|
|
|
1322
|
-
declare class Repository$
|
|
1317
|
+
declare class Repository$y implements Nomalism$1.Prison.IRepository {
|
|
1323
1318
|
route: string;
|
|
1324
1319
|
private api;
|
|
1325
1320
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1332,10 +1327,10 @@ declare class Repository$x implements Nomalism$1.Prison.IRepository {
|
|
|
1332
1327
|
}
|
|
1333
1328
|
|
|
1334
1329
|
declare namespace prison {
|
|
1335
|
-
export { Repository$
|
|
1330
|
+
export { Repository$y as default };
|
|
1336
1331
|
}
|
|
1337
1332
|
|
|
1338
|
-
declare class Repository$
|
|
1333
|
+
declare class Repository$x implements Nomalism$1.Quebra.IRepository {
|
|
1339
1334
|
route: string;
|
|
1340
1335
|
private api;
|
|
1341
1336
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1347,10 +1342,10 @@ declare class Repository$w implements Nomalism$1.Quebra.IRepository {
|
|
|
1347
1342
|
}
|
|
1348
1343
|
|
|
1349
1344
|
declare namespace quebra {
|
|
1350
|
-
export { Repository$
|
|
1345
|
+
export { Repository$x as default };
|
|
1351
1346
|
}
|
|
1352
1347
|
|
|
1353
|
-
declare class Repository$
|
|
1348
|
+
declare class Repository$w implements Nomalism$1.Inventario.IRepository {
|
|
1354
1349
|
route: string;
|
|
1355
1350
|
private api;
|
|
1356
1351
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1359,10 +1354,10 @@ declare class Repository$v implements Nomalism$1.Inventario.IRepository {
|
|
|
1359
1354
|
}
|
|
1360
1355
|
|
|
1361
1356
|
declare namespace inventario {
|
|
1362
|
-
export { Repository$
|
|
1357
|
+
export { Repository$w as default };
|
|
1363
1358
|
}
|
|
1364
1359
|
|
|
1365
|
-
declare class Repository$
|
|
1360
|
+
declare class Repository$v implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1366
1361
|
route: string;
|
|
1367
1362
|
private api;
|
|
1368
1363
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1372,10 +1367,10 @@ declare class Repository$u implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1372
1367
|
}
|
|
1373
1368
|
|
|
1374
1369
|
declare namespace returnToProvider {
|
|
1375
|
-
export { Repository$
|
|
1370
|
+
export { Repository$v as default };
|
|
1376
1371
|
}
|
|
1377
1372
|
|
|
1378
|
-
declare class Repository$
|
|
1373
|
+
declare class Repository$u implements Nomalism$1.EmailVerification.IApi {
|
|
1379
1374
|
route: string;
|
|
1380
1375
|
private api;
|
|
1381
1376
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1385,10 +1380,10 @@ declare class Repository$t implements Nomalism$1.EmailVerification.IApi {
|
|
|
1385
1380
|
}
|
|
1386
1381
|
|
|
1387
1382
|
declare namespace emailVerification {
|
|
1388
|
-
export { Repository$
|
|
1383
|
+
export { Repository$u as default };
|
|
1389
1384
|
}
|
|
1390
1385
|
|
|
1391
|
-
declare class Repository$
|
|
1386
|
+
declare class Repository$t implements Nomalism$1.EmailLog.IApi {
|
|
1392
1387
|
route: string;
|
|
1393
1388
|
private api;
|
|
1394
1389
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1399,10 +1394,10 @@ declare class Repository$s implements Nomalism$1.EmailLog.IApi {
|
|
|
1399
1394
|
}
|
|
1400
1395
|
|
|
1401
1396
|
declare namespace emailLog {
|
|
1402
|
-
export { Repository$
|
|
1397
|
+
export { Repository$t as default };
|
|
1403
1398
|
}
|
|
1404
1399
|
|
|
1405
|
-
declare class Repository$
|
|
1400
|
+
declare class Repository$s implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1406
1401
|
route: string;
|
|
1407
1402
|
private api;
|
|
1408
1403
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1410,10 +1405,10 @@ declare class Repository$r implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1410
1405
|
}
|
|
1411
1406
|
|
|
1412
1407
|
declare namespace documentLineNote {
|
|
1413
|
-
export { Repository$
|
|
1408
|
+
export { Repository$s as default };
|
|
1414
1409
|
}
|
|
1415
1410
|
|
|
1416
|
-
declare class Repository$
|
|
1411
|
+
declare class Repository$r implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1417
1412
|
route: string;
|
|
1418
1413
|
private api;
|
|
1419
1414
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1422,10 +1417,10 @@ declare class Repository$q implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1422
1417
|
}
|
|
1423
1418
|
|
|
1424
1419
|
declare namespace savedProviderProposal {
|
|
1425
|
-
export { Repository$
|
|
1420
|
+
export { Repository$r as default };
|
|
1426
1421
|
}
|
|
1427
1422
|
|
|
1428
|
-
declare class Repository$
|
|
1423
|
+
declare class Repository$q implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1429
1424
|
route: string;
|
|
1430
1425
|
private api;
|
|
1431
1426
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1455,10 +1450,10 @@ declare class Repository$p implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1455
1450
|
}
|
|
1456
1451
|
|
|
1457
1452
|
declare namespace productGoogleSheets {
|
|
1458
|
-
export { Repository$
|
|
1453
|
+
export { Repository$q as default };
|
|
1459
1454
|
}
|
|
1460
1455
|
|
|
1461
|
-
declare class Repository$
|
|
1456
|
+
declare class Repository$p implements Nomalism$1.Task.IRepository {
|
|
1462
1457
|
route: string;
|
|
1463
1458
|
private api;
|
|
1464
1459
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1472,10 +1467,10 @@ declare class Repository$o implements Nomalism$1.Task.IRepository {
|
|
|
1472
1467
|
}
|
|
1473
1468
|
|
|
1474
1469
|
declare namespace task {
|
|
1475
|
-
export { Repository$
|
|
1470
|
+
export { Repository$p as default };
|
|
1476
1471
|
}
|
|
1477
1472
|
|
|
1478
|
-
declare class Repository$
|
|
1473
|
+
declare class Repository$o implements Nomalism$1.TaskMessage.IRepository {
|
|
1479
1474
|
route: string;
|
|
1480
1475
|
private api;
|
|
1481
1476
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1485,10 +1480,10 @@ declare class Repository$n implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1485
1480
|
}
|
|
1486
1481
|
|
|
1487
1482
|
declare namespace taskMessage {
|
|
1488
|
-
export { Repository$
|
|
1483
|
+
export { Repository$o as default };
|
|
1489
1484
|
}
|
|
1490
1485
|
|
|
1491
|
-
declare class Repository$
|
|
1486
|
+
declare class Repository$n implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1492
1487
|
route: string;
|
|
1493
1488
|
private api;
|
|
1494
1489
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1497,10 +1492,10 @@ declare class Repository$m implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1497
1492
|
}
|
|
1498
1493
|
|
|
1499
1494
|
declare namespace recurrentTasks {
|
|
1500
|
-
export { Repository$
|
|
1495
|
+
export { Repository$n as default };
|
|
1501
1496
|
}
|
|
1502
1497
|
|
|
1503
|
-
declare class Repository$
|
|
1498
|
+
declare class Repository$m implements Nomalism$1.TaskRead.IRepository {
|
|
1504
1499
|
route: string;
|
|
1505
1500
|
private api;
|
|
1506
1501
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1509,10 +1504,10 @@ declare class Repository$l implements Nomalism$1.TaskRead.IRepository {
|
|
|
1509
1504
|
}
|
|
1510
1505
|
|
|
1511
1506
|
declare namespace taskRead {
|
|
1512
|
-
export { Repository$
|
|
1507
|
+
export { Repository$m as default };
|
|
1513
1508
|
}
|
|
1514
1509
|
|
|
1515
|
-
declare class Repository$
|
|
1510
|
+
declare class Repository$l implements Nomalism$1.Theme.IRepository {
|
|
1516
1511
|
route: string;
|
|
1517
1512
|
private api;
|
|
1518
1513
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1520,10 +1515,10 @@ declare class Repository$k implements Nomalism$1.Theme.IRepository {
|
|
|
1520
1515
|
}
|
|
1521
1516
|
|
|
1522
1517
|
declare namespace theme {
|
|
1523
|
-
export { Repository$
|
|
1518
|
+
export { Repository$l as default };
|
|
1524
1519
|
}
|
|
1525
1520
|
|
|
1526
|
-
declare class Repository$
|
|
1521
|
+
declare class Repository$k implements Nomalism$1.Dashboard.IRepository {
|
|
1527
1522
|
route: string;
|
|
1528
1523
|
private api;
|
|
1529
1524
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1532,10 +1527,10 @@ declare class Repository$j implements Nomalism$1.Dashboard.IRepository {
|
|
|
1532
1527
|
}
|
|
1533
1528
|
|
|
1534
1529
|
declare namespace dashboard {
|
|
1535
|
-
export { Repository$
|
|
1530
|
+
export { Repository$k as default };
|
|
1536
1531
|
}
|
|
1537
1532
|
|
|
1538
|
-
declare class Repository$
|
|
1533
|
+
declare class Repository$j implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1539
1534
|
route: string;
|
|
1540
1535
|
private api;
|
|
1541
1536
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1547,10 +1542,10 @@ declare class Repository$i implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1547
1542
|
}
|
|
1548
1543
|
|
|
1549
1544
|
declare namespace chatRapidMessage {
|
|
1550
|
-
export { Repository$
|
|
1545
|
+
export { Repository$j as default };
|
|
1551
1546
|
}
|
|
1552
1547
|
|
|
1553
|
-
declare class Repository$
|
|
1548
|
+
declare class Repository$i implements Nomalism$1.SideMenu.IController {
|
|
1554
1549
|
route: string;
|
|
1555
1550
|
private api;
|
|
1556
1551
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1561,10 +1556,10 @@ declare class Repository$h implements Nomalism$1.SideMenu.IController {
|
|
|
1561
1556
|
}
|
|
1562
1557
|
|
|
1563
1558
|
declare namespace sideMenu {
|
|
1564
|
-
export { Repository$
|
|
1559
|
+
export { Repository$i as default };
|
|
1565
1560
|
}
|
|
1566
1561
|
|
|
1567
|
-
declare class Repository$
|
|
1562
|
+
declare class Repository$h implements Nomalism$1.ErrorLog.IRepository {
|
|
1568
1563
|
route: string;
|
|
1569
1564
|
private api;
|
|
1570
1565
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1572,10 +1567,10 @@ declare class Repository$g implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1572
1567
|
}
|
|
1573
1568
|
|
|
1574
1569
|
declare namespace errorLog {
|
|
1575
|
-
export { Repository$
|
|
1570
|
+
export { Repository$h as default };
|
|
1576
1571
|
}
|
|
1577
1572
|
|
|
1578
|
-
declare class Repository$
|
|
1573
|
+
declare class Repository$g implements Nomalism$1.AdminPanel.IRepository {
|
|
1579
1574
|
route: string;
|
|
1580
1575
|
private api;
|
|
1581
1576
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1583,10 +1578,10 @@ declare class Repository$f implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1583
1578
|
}
|
|
1584
1579
|
|
|
1585
1580
|
declare namespace adminPanel {
|
|
1586
|
-
export { Repository$
|
|
1581
|
+
export { Repository$g as default };
|
|
1587
1582
|
}
|
|
1588
1583
|
|
|
1589
|
-
declare class Repository$
|
|
1584
|
+
declare class Repository$f implements Nomalism$1.DocumentLineRm.IController {
|
|
1590
1585
|
route: string;
|
|
1591
1586
|
private api;
|
|
1592
1587
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1595,10 +1590,10 @@ declare class Repository$e implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1595
1590
|
}
|
|
1596
1591
|
|
|
1597
1592
|
declare namespace documentLineRm {
|
|
1598
|
-
export { Repository$
|
|
1593
|
+
export { Repository$f as default };
|
|
1599
1594
|
}
|
|
1600
1595
|
|
|
1601
|
-
declare class Repository$
|
|
1596
|
+
declare class Repository$e implements Nomalism$1.DocumentLineRm.IController {
|
|
1602
1597
|
route: string;
|
|
1603
1598
|
private api;
|
|
1604
1599
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1607,10 +1602,10 @@ declare class Repository$d implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1607
1602
|
}
|
|
1608
1603
|
|
|
1609
1604
|
declare namespace documentLineMt {
|
|
1610
|
-
export { Repository$
|
|
1605
|
+
export { Repository$e as default };
|
|
1611
1606
|
}
|
|
1612
1607
|
|
|
1613
|
-
declare class Repository$
|
|
1608
|
+
declare class Repository$d implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1614
1609
|
route: string;
|
|
1615
1610
|
private api;
|
|
1616
1611
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1622,10 +1617,10 @@ declare class Repository$c implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1622
1617
|
}
|
|
1623
1618
|
|
|
1624
1619
|
declare namespace chatSubscriber {
|
|
1625
|
-
export { Repository$
|
|
1620
|
+
export { Repository$d as default };
|
|
1626
1621
|
}
|
|
1627
1622
|
|
|
1628
|
-
declare class Repository$
|
|
1623
|
+
declare class Repository$c implements Nomalism$1.Tag.IRepository {
|
|
1629
1624
|
route: string;
|
|
1630
1625
|
private api;
|
|
1631
1626
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1636,10 +1631,10 @@ declare class Repository$b implements Nomalism$1.Tag.IRepository {
|
|
|
1636
1631
|
}
|
|
1637
1632
|
|
|
1638
1633
|
declare namespace tag {
|
|
1639
|
-
export { Repository$
|
|
1634
|
+
export { Repository$c as default };
|
|
1640
1635
|
}
|
|
1641
1636
|
|
|
1642
|
-
declare class Repository$
|
|
1637
|
+
declare class Repository$b implements Nomalism$1.Gmails.IRepository {
|
|
1643
1638
|
route: string;
|
|
1644
1639
|
private api;
|
|
1645
1640
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1648,10 +1643,10 @@ declare class Repository$a implements Nomalism$1.Gmails.IRepository {
|
|
|
1648
1643
|
}
|
|
1649
1644
|
|
|
1650
1645
|
declare namespace gmails {
|
|
1651
|
-
export { Repository$
|
|
1646
|
+
export { Repository$b as default };
|
|
1652
1647
|
}
|
|
1653
1648
|
|
|
1654
|
-
declare class Repository$
|
|
1649
|
+
declare class Repository$a implements Nomalism$1.NPF.IRepository {
|
|
1655
1650
|
route: string;
|
|
1656
1651
|
private api;
|
|
1657
1652
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1659,10 +1654,10 @@ declare class Repository$9 implements Nomalism$1.NPF.IRepository {
|
|
|
1659
1654
|
}
|
|
1660
1655
|
|
|
1661
1656
|
declare namespace NPF {
|
|
1662
|
-
export { Repository$
|
|
1657
|
+
export { Repository$a as default };
|
|
1663
1658
|
}
|
|
1664
1659
|
|
|
1665
|
-
declare class Repository$
|
|
1660
|
+
declare class Repository$9 implements Nomalism$1.NRCL.IRepository {
|
|
1666
1661
|
route: string;
|
|
1667
1662
|
private api;
|
|
1668
1663
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1670,10 +1665,10 @@ declare class Repository$8 implements Nomalism$1.NRCL.IRepository {
|
|
|
1670
1665
|
}
|
|
1671
1666
|
|
|
1672
1667
|
declare namespace NRCL {
|
|
1673
|
-
export { Repository$
|
|
1668
|
+
export { Repository$9 as default };
|
|
1674
1669
|
}
|
|
1675
1670
|
|
|
1676
|
-
declare class Repository$
|
|
1671
|
+
declare class Repository$8 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1677
1672
|
route: string;
|
|
1678
1673
|
private api;
|
|
1679
1674
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1686,10 +1681,10 @@ declare class Repository$7 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1686
1681
|
}
|
|
1687
1682
|
|
|
1688
1683
|
declare namespace currentAccount {
|
|
1689
|
-
export { Repository$
|
|
1684
|
+
export { Repository$8 as default };
|
|
1690
1685
|
}
|
|
1691
1686
|
|
|
1692
|
-
declare class Repository$
|
|
1687
|
+
declare class Repository$7 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1693
1688
|
route: string;
|
|
1694
1689
|
private api;
|
|
1695
1690
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1707,10 +1702,10 @@ declare class Repository$6 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1707
1702
|
}
|
|
1708
1703
|
|
|
1709
1704
|
declare namespace paymentBatch {
|
|
1710
|
-
export { Repository$
|
|
1705
|
+
export { Repository$7 as default };
|
|
1711
1706
|
}
|
|
1712
1707
|
|
|
1713
|
-
declare class Repository$
|
|
1708
|
+
declare class Repository$6 implements Nomalism$1.Portal.IRepository {
|
|
1714
1709
|
route: string;
|
|
1715
1710
|
private api;
|
|
1716
1711
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1721,17 +1716,17 @@ declare class Repository$5 implements Nomalism$1.Portal.IRepository {
|
|
|
1721
1716
|
}
|
|
1722
1717
|
|
|
1723
1718
|
declare namespace portal {
|
|
1724
|
-
export { Repository$
|
|
1719
|
+
export { Repository$6 as default };
|
|
1725
1720
|
}
|
|
1726
1721
|
|
|
1727
|
-
declare class Repository$
|
|
1722
|
+
declare class Repository$5 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1728
1723
|
route: string;
|
|
1729
1724
|
private api;
|
|
1730
1725
|
constructor({ api, route }: IModuleConstructor);
|
|
1731
1726
|
clearAndFill(): Promise<void>;
|
|
1732
1727
|
}
|
|
1733
1728
|
|
|
1734
|
-
declare class Repository$
|
|
1729
|
+
declare class Repository$4 implements Nomalism$1.AccountCode.IRepository {
|
|
1735
1730
|
route: string;
|
|
1736
1731
|
private api;
|
|
1737
1732
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1739,10 +1734,10 @@ declare class Repository$3 implements Nomalism$1.AccountCode.IRepository {
|
|
|
1739
1734
|
}
|
|
1740
1735
|
|
|
1741
1736
|
declare namespace accountCode {
|
|
1742
|
-
export { Repository$
|
|
1737
|
+
export { Repository$4 as default };
|
|
1743
1738
|
}
|
|
1744
1739
|
|
|
1745
|
-
declare class Repository$
|
|
1740
|
+
declare class Repository$3 implements Nomalism$1.LLM.IRepository {
|
|
1746
1741
|
route: string;
|
|
1747
1742
|
private api;
|
|
1748
1743
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1750,10 +1745,10 @@ declare class Repository$2 implements Nomalism$1.LLM.IRepository {
|
|
|
1750
1745
|
}
|
|
1751
1746
|
|
|
1752
1747
|
declare namespace llm {
|
|
1753
|
-
export { Repository$
|
|
1748
|
+
export { Repository$3 as default };
|
|
1754
1749
|
}
|
|
1755
1750
|
|
|
1756
|
-
declare class Repository$
|
|
1751
|
+
declare class Repository$2 implements Nomalism$1.PatchNotes.IRepository {
|
|
1757
1752
|
route: string;
|
|
1758
1753
|
private api;
|
|
1759
1754
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1762,10 +1757,10 @@ declare class Repository$1 implements Nomalism$1.PatchNotes.IRepository {
|
|
|
1762
1757
|
}
|
|
1763
1758
|
|
|
1764
1759
|
declare namespace patchNotes {
|
|
1765
|
-
export { Repository$
|
|
1760
|
+
export { Repository$2 as default };
|
|
1766
1761
|
}
|
|
1767
1762
|
|
|
1768
|
-
declare class Repository implements Nomalism$1.DocumentHeaderSurvey.IRepository {
|
|
1763
|
+
declare class Repository$1 implements Nomalism$1.DocumentHeaderSurvey.IRepository {
|
|
1769
1764
|
route: string;
|
|
1770
1765
|
private api;
|
|
1771
1766
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1774,6 +1769,19 @@ declare class Repository implements Nomalism$1.DocumentHeaderSurvey.IRepository
|
|
|
1774
1769
|
updateSurvey(body: Nomalism$1.DocumentHeaderSurvey.IUpdateSurveyRequest): Promise<void>;
|
|
1775
1770
|
}
|
|
1776
1771
|
|
|
1772
|
+
declare class Repository implements Nomalism$1.DocumentHeaderSubscriber.IRepository {
|
|
1773
|
+
route: string;
|
|
1774
|
+
private api;
|
|
1775
|
+
constructor({ api, route }: IModuleConstructor);
|
|
1776
|
+
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeaderSubscriber.Entity[]>;
|
|
1777
|
+
create(body: Nomalism$1.DocumentHeaderSubscriber.ICreateRequest): Promise<void>;
|
|
1778
|
+
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
declare namespace documentHeaderSubscriber {
|
|
1782
|
+
export { Repository as default };
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1777
1785
|
type IEnvironment = 'production' | 'uat' | 'development' | 'localhost';
|
|
1778
1786
|
type IService = 'stock' | 'users' | 'integration' | 'documents' | 'view' | 'print' | 'tickets' | 'llm';
|
|
1779
1787
|
interface IOptions {
|
|
@@ -1791,128 +1799,129 @@ declare class API {
|
|
|
1791
1799
|
processEnvironment: IEnvironment;
|
|
1792
1800
|
client: AxiosInstance;
|
|
1793
1801
|
services: Record<IService, string>;
|
|
1794
|
-
BankData: Repository$
|
|
1795
|
-
Client: Repository$
|
|
1796
|
-
ClientType: Repository$
|
|
1797
|
-
Chat: Repository$
|
|
1798
|
-
Commissioner: Repository$
|
|
1799
|
-
Country: Repository$
|
|
1800
|
-
DocumentHeader: Repository$
|
|
1801
|
-
DocumentHeaderHistory: Repository$
|
|
1802
|
-
BillOfLading: Repository$
|
|
1803
|
-
ProductionOrder: Repository$
|
|
1804
|
-
Proforma: Repository$
|
|
1805
|
-
PropostaFornecedor: Repository$
|
|
1806
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1807
|
-
ProviderFinancialCreditNote: Repository$
|
|
1808
|
-
ProviderServiceInvoice: Repository$
|
|
1809
|
-
DocumentLine: Repository$
|
|
1810
|
-
DocumentLineAssoc: Repository$
|
|
1811
|
-
DocumentType: Repository$
|
|
1812
|
-
Favorites: Repository$
|
|
1813
|
-
File: Repository$
|
|
1814
|
-
GoogleSheets: Repository$
|
|
1815
|
-
Language: Repository$
|
|
1816
|
-
Location: Repository$
|
|
1817
|
-
Logout: Repository$
|
|
1818
|
-
Multimedia: Repository$
|
|
1819
|
-
Observation: Repository$
|
|
1820
|
-
ObservationType: Repository$
|
|
1821
|
-
Password: Repository$
|
|
1822
|
-
ProductImage: Repository$
|
|
1823
|
-
Promotion: Repository$
|
|
1824
|
-
PromotionAssoc: Repository$
|
|
1825
|
-
Providers: Repository$
|
|
1826
|
-
ProviderType: Repository$
|
|
1827
|
-
PurchaseConditions: Repository$
|
|
1828
|
-
ReasonForExemption: Repository$
|
|
1829
|
-
RefreshToken: Repository$
|
|
1830
|
-
SegmentsArea: Repository$
|
|
1831
|
-
Sessions: Repository$
|
|
1832
|
-
Shippings: Repository$
|
|
1833
|
-
StoreOperator: Repository$
|
|
1834
|
-
Swift: Repository$
|
|
1835
|
-
TypeOfLocation: Repository$
|
|
1836
|
-
UnitOfMeasure: Repository$
|
|
1837
|
-
UserPositions: Repository$
|
|
1838
|
-
Users: Repository$
|
|
1839
|
-
VatTax: Repository$
|
|
1840
|
-
VatTaxZone: Repository$
|
|
1841
|
-
Workflow: Repository$
|
|
1842
|
-
DeliveryMethods: Repository$
|
|
1843
|
-
MaturityDates: Repository$
|
|
1844
|
-
PaymentMethods: Repository$
|
|
1845
|
-
Vehicles: Repository$
|
|
1846
|
-
ExternalDocumentType: Repository$
|
|
1847
|
-
DocumentSet: Repository$
|
|
1848
|
-
Payment: Repository$
|
|
1849
|
-
ExternalDocumentHeader: Repository$
|
|
1850
|
-
VatValidation: Repository$
|
|
1851
|
-
StockMovement: Repository$
|
|
1852
|
-
ZipCode: Repository
|
|
1853
|
-
Tenant: Repository
|
|
1854
|
-
PreSale: Repository$
|
|
1855
|
-
PreSaleProduct: Repository$
|
|
1856
|
-
OrderManagement: Repository$
|
|
1857
|
-
Npc: Repository$
|
|
1858
|
-
Printer: Repository$
|
|
1859
|
-
SchedulePrintJob: Repository$
|
|
1860
|
-
QueryList: Repository$
|
|
1861
|
-
QueryParameter: Repository$
|
|
1862
|
-
ReturnReason: Repository$
|
|
1863
|
-
PropostaSheets: Repository$
|
|
1864
|
-
Schedule: Repository$
|
|
1865
|
-
GoogleFilePermission: Repository$
|
|
1866
|
-
Settings: Repository$
|
|
1867
|
-
Tickets: Repository$
|
|
1868
|
-
Channel: Repository$
|
|
1869
|
-
TicketsLanguage: Repository$
|
|
1870
|
-
Clt: Repository$
|
|
1871
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1872
|
-
Persona: Repository$
|
|
1873
|
-
ProjectInfo: Repository$
|
|
1874
|
-
Order: Repository$
|
|
1875
|
-
Purchase: Repository$
|
|
1876
|
-
MaterialEntrance: Repository$
|
|
1877
|
-
Transformado: Repository$
|
|
1878
|
-
UpfrontReturn: Repository$
|
|
1879
|
-
SavedEmPicking: Repository$
|
|
1880
|
-
EmailTemplate: Repository$
|
|
1881
|
-
EmailTemplateAttachment: Repository$
|
|
1882
|
-
Prison: Repository$
|
|
1883
|
-
Quebra: Repository$
|
|
1884
|
-
Inventario: Repository$
|
|
1885
|
-
ReturnToProvider: Repository$
|
|
1886
|
-
EmailVerification: Repository$
|
|
1887
|
-
EmailLog: Repository$
|
|
1888
|
-
DocumentLineNote: Repository$
|
|
1889
|
-
SavedProviderProposal: Repository$
|
|
1890
|
-
ProductGoogleSheets: Repository$
|
|
1891
|
-
Task: Repository$
|
|
1892
|
-
TaskMessage: Repository$
|
|
1893
|
-
RecurrentTasks: Repository$
|
|
1894
|
-
TaskRead: Repository$
|
|
1895
|
-
Theme: Repository$
|
|
1896
|
-
Dashboard: Repository$
|
|
1897
|
-
ChatRapidMessage: Repository$
|
|
1898
|
-
SideMenu: Repository$
|
|
1899
|
-
ErrorLog: Repository$
|
|
1900
|
-
AdminPanel: Repository$
|
|
1901
|
-
DocumentLineRm: Repository$
|
|
1902
|
-
DocumentLineMt: Repository$
|
|
1903
|
-
ChatSubscriber: Repository$
|
|
1904
|
-
Tag: Repository$
|
|
1905
|
-
Gmails: Repository$
|
|
1906
|
-
NPF: Repository$
|
|
1907
|
-
NRCL: Repository$
|
|
1908
|
-
PaymentBatch: Repository$
|
|
1909
|
-
CurrentAccount: Repository$
|
|
1910
|
-
Portal: Repository$
|
|
1911
|
-
GoogleSheetPool: Repository$
|
|
1912
|
-
AccountCode: Repository$
|
|
1913
|
-
LLM: Repository$
|
|
1914
|
-
PatchNotes: Repository$
|
|
1915
|
-
DocumentHeaderSurvey: Repository;
|
|
1802
|
+
BankData: Repository$1W;
|
|
1803
|
+
Client: Repository$1V;
|
|
1804
|
+
ClientType: Repository$1U;
|
|
1805
|
+
Chat: Repository$1T;
|
|
1806
|
+
Commissioner: Repository$1S;
|
|
1807
|
+
Country: Repository$1R;
|
|
1808
|
+
DocumentHeader: Repository$1Q;
|
|
1809
|
+
DocumentHeaderHistory: Repository$1P;
|
|
1810
|
+
BillOfLading: Repository$1O;
|
|
1811
|
+
ProductionOrder: Repository$1N;
|
|
1812
|
+
Proforma: Repository$1M;
|
|
1813
|
+
PropostaFornecedor: Repository$1L;
|
|
1814
|
+
ProviderCreditNoteFromReturn: Repository$1K;
|
|
1815
|
+
ProviderFinancialCreditNote: Repository$1J;
|
|
1816
|
+
ProviderServiceInvoice: Repository$1I;
|
|
1817
|
+
DocumentLine: Repository$1H;
|
|
1818
|
+
DocumentLineAssoc: Repository$1G;
|
|
1819
|
+
DocumentType: Repository$1F;
|
|
1820
|
+
Favorites: Repository$1E;
|
|
1821
|
+
File: Repository$1D;
|
|
1822
|
+
GoogleSheets: Repository$1C;
|
|
1823
|
+
Language: Repository$1B;
|
|
1824
|
+
Location: Repository$1A;
|
|
1825
|
+
Logout: Repository$1z;
|
|
1826
|
+
Multimedia: Repository$1y;
|
|
1827
|
+
Observation: Repository$1x;
|
|
1828
|
+
ObservationType: Repository$1w;
|
|
1829
|
+
Password: Repository$1v;
|
|
1830
|
+
ProductImage: Repository$1u;
|
|
1831
|
+
Promotion: Repository$1t;
|
|
1832
|
+
PromotionAssoc: Repository$1s;
|
|
1833
|
+
Providers: Repository$1r;
|
|
1834
|
+
ProviderType: Repository$1q;
|
|
1835
|
+
PurchaseConditions: Repository$1p;
|
|
1836
|
+
ReasonForExemption: Repository$1o;
|
|
1837
|
+
RefreshToken: Repository$1n;
|
|
1838
|
+
SegmentsArea: Repository$1m;
|
|
1839
|
+
Sessions: Repository$1l;
|
|
1840
|
+
Shippings: Repository$1k;
|
|
1841
|
+
StoreOperator: Repository$1j;
|
|
1842
|
+
Swift: Repository$1i;
|
|
1843
|
+
TypeOfLocation: Repository$1h;
|
|
1844
|
+
UnitOfMeasure: Repository$1g;
|
|
1845
|
+
UserPositions: Repository$1f;
|
|
1846
|
+
Users: Repository$1e;
|
|
1847
|
+
VatTax: Repository$1d;
|
|
1848
|
+
VatTaxZone: Repository$1c;
|
|
1849
|
+
Workflow: Repository$1b;
|
|
1850
|
+
DeliveryMethods: Repository$1a;
|
|
1851
|
+
MaturityDates: Repository$19;
|
|
1852
|
+
PaymentMethods: Repository$18;
|
|
1853
|
+
Vehicles: Repository$17;
|
|
1854
|
+
ExternalDocumentType: Repository$16;
|
|
1855
|
+
DocumentSet: Repository$15;
|
|
1856
|
+
Payment: Repository$14;
|
|
1857
|
+
ExternalDocumentHeader: Repository$13;
|
|
1858
|
+
VatValidation: Repository$12;
|
|
1859
|
+
StockMovement: Repository$11;
|
|
1860
|
+
ZipCode: Repository$10;
|
|
1861
|
+
Tenant: Repository$$;
|
|
1862
|
+
PreSale: Repository$_;
|
|
1863
|
+
PreSaleProduct: Repository$Z;
|
|
1864
|
+
OrderManagement: Repository$Y;
|
|
1865
|
+
Npc: Repository$X;
|
|
1866
|
+
Printer: Repository$W;
|
|
1867
|
+
SchedulePrintJob: Repository$V;
|
|
1868
|
+
QueryList: Repository$U;
|
|
1869
|
+
QueryParameter: Repository$T;
|
|
1870
|
+
ReturnReason: Repository$S;
|
|
1871
|
+
PropostaSheets: Repository$R;
|
|
1872
|
+
Schedule: Repository$Q;
|
|
1873
|
+
GoogleFilePermission: Repository$P;
|
|
1874
|
+
Settings: Repository$O;
|
|
1875
|
+
Tickets: Repository$N;
|
|
1876
|
+
Channel: Repository$M;
|
|
1877
|
+
TicketsLanguage: Repository$L;
|
|
1878
|
+
Clt: Repository$K;
|
|
1879
|
+
StartDocumentHeaderLastUpdate: Repository$J;
|
|
1880
|
+
Persona: Repository$I;
|
|
1881
|
+
ProjectInfo: Repository$H;
|
|
1882
|
+
Order: Repository$G;
|
|
1883
|
+
Purchase: Repository$F;
|
|
1884
|
+
MaterialEntrance: Repository$E;
|
|
1885
|
+
Transformado: Repository$D;
|
|
1886
|
+
UpfrontReturn: Repository$C;
|
|
1887
|
+
SavedEmPicking: Repository$B;
|
|
1888
|
+
EmailTemplate: Repository$A;
|
|
1889
|
+
EmailTemplateAttachment: Repository$z;
|
|
1890
|
+
Prison: Repository$y;
|
|
1891
|
+
Quebra: Repository$x;
|
|
1892
|
+
Inventario: Repository$w;
|
|
1893
|
+
ReturnToProvider: Repository$v;
|
|
1894
|
+
EmailVerification: Repository$u;
|
|
1895
|
+
EmailLog: Repository$t;
|
|
1896
|
+
DocumentLineNote: Repository$s;
|
|
1897
|
+
SavedProviderProposal: Repository$r;
|
|
1898
|
+
ProductGoogleSheets: Repository$q;
|
|
1899
|
+
Task: Repository$p;
|
|
1900
|
+
TaskMessage: Repository$o;
|
|
1901
|
+
RecurrentTasks: Repository$n;
|
|
1902
|
+
TaskRead: Repository$m;
|
|
1903
|
+
Theme: Repository$l;
|
|
1904
|
+
Dashboard: Repository$k;
|
|
1905
|
+
ChatRapidMessage: Repository$j;
|
|
1906
|
+
SideMenu: Repository$i;
|
|
1907
|
+
ErrorLog: Repository$h;
|
|
1908
|
+
AdminPanel: Repository$g;
|
|
1909
|
+
DocumentLineRm: Repository$f;
|
|
1910
|
+
DocumentLineMt: Repository$e;
|
|
1911
|
+
ChatSubscriber: Repository$d;
|
|
1912
|
+
Tag: Repository$c;
|
|
1913
|
+
Gmails: Repository$b;
|
|
1914
|
+
NPF: Repository$a;
|
|
1915
|
+
NRCL: Repository$9;
|
|
1916
|
+
PaymentBatch: Repository$7;
|
|
1917
|
+
CurrentAccount: Repository$8;
|
|
1918
|
+
Portal: Repository$6;
|
|
1919
|
+
GoogleSheetPool: Repository$5;
|
|
1920
|
+
AccountCode: Repository$4;
|
|
1921
|
+
LLM: Repository$3;
|
|
1922
|
+
PatchNotes: Repository$2;
|
|
1923
|
+
DocumentHeaderSurvey: Repository$1;
|
|
1924
|
+
DocumentHeaderSubscriber: Repository;
|
|
1916
1925
|
private defaultHeaders;
|
|
1917
1926
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1918
1927
|
}
|
|
@@ -1923,7 +1932,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1923
1932
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1924
1933
|
type Nomalism_IOptions = IOptions;
|
|
1925
1934
|
declare namespace Nomalism {
|
|
1926
|
-
export { Nomalism_API as API, accountCode as AccountCodeClass, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, llm as LLMClass, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, patchNotes as PatchNotesClass, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
1935
|
+
export { Nomalism_API as API, accountCode as AccountCodeClass, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentHeaderSubscriber as DocumentHeaderSubscriberClass, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, llm as LLMClass, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, patchNotes as PatchNotesClass, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
1927
1936
|
}
|
|
1928
1937
|
|
|
1929
1938
|
export { Nomalism as default };
|