@nomalism-com/api 0.43.31 → 0.43.33
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 +371 -357
- package/dist/index.js +29 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RawAxiosRequestHeaders, AxiosInstance } from 'axios';
|
|
2
2
|
import Nomalism$1 from '@nomalism-com/types';
|
|
3
3
|
|
|
4
|
-
declare class Repository$
|
|
4
|
+
declare class Repository$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,14 +195,14 @@ 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);
|
|
@@ -218,10 +218,10 @@ declare class Repository$1G implements Nomalism$1.DocumentLine.IRepository {
|
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
declare namespace documentLine {
|
|
221
|
-
export { Repository$
|
|
221
|
+
export { Repository$1H as default };
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
declare class Repository$
|
|
224
|
+
declare class Repository$1G implements Nomalism$1.DocumentLineAssoc.IRepository {
|
|
225
225
|
route: string;
|
|
226
226
|
private api;
|
|
227
227
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -231,10 +231,10 @@ declare class Repository$1F implements Nomalism$1.DocumentLineAssoc.IRepository
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
declare namespace documentLineAssoc {
|
|
234
|
-
export { Repository$
|
|
234
|
+
export { Repository$1G as default };
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
declare class Repository$
|
|
237
|
+
declare class Repository$1F implements Nomalism$1.DocumentType.IApi {
|
|
238
238
|
route: string;
|
|
239
239
|
private api;
|
|
240
240
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -247,10 +247,10 @@ declare class Repository$1E implements Nomalism$1.DocumentType.IApi {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
declare namespace documentType {
|
|
250
|
-
export { Repository$
|
|
250
|
+
export { Repository$1F as default };
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
declare class Repository$
|
|
253
|
+
declare class Repository$1E implements Nomalism$1.Favorites.IRepository {
|
|
254
254
|
route: string;
|
|
255
255
|
private api;
|
|
256
256
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -261,10 +261,10 @@ declare class Repository$1D implements Nomalism$1.Favorites.IRepository {
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
declare namespace favorites {
|
|
264
|
-
export { Repository$
|
|
264
|
+
export { Repository$1E as default };
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
declare class Repository$
|
|
267
|
+
declare class Repository$1D implements Nomalism$1.File.IRepository {
|
|
268
268
|
route: string;
|
|
269
269
|
private api;
|
|
270
270
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -275,10 +275,10 @@ declare class Repository$1C implements Nomalism$1.File.IRepository {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
declare namespace file {
|
|
278
|
-
export { Repository$
|
|
278
|
+
export { Repository$1D as default };
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
declare class Repository$
|
|
281
|
+
declare class Repository$1C implements Nomalism$1.GoogleSheets.IController {
|
|
282
282
|
route: string;
|
|
283
283
|
private api;
|
|
284
284
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -289,11 +289,11 @@ declare class Repository$1B implements Nomalism$1.GoogleSheets.IController {
|
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
declare namespace googleSheets {
|
|
292
|
-
export { Repository$
|
|
292
|
+
export { Repository$1C as default };
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
296
|
-
declare class Repository$
|
|
296
|
+
declare class Repository$1B implements Nomalism$1.Language.IRepository {
|
|
297
297
|
route: string;
|
|
298
298
|
private api;
|
|
299
299
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -307,10 +307,10 @@ declare class Repository$1A implements Nomalism$1.Language.IRepository {
|
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
declare namespace language$1 {
|
|
310
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
310
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1B as default };
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
declare class Repository$
|
|
313
|
+
declare class Repository$1A implements Nomalism$1.Location.IRepository {
|
|
314
314
|
route: string;
|
|
315
315
|
private api;
|
|
316
316
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -325,10 +325,10 @@ declare class Repository$1z implements Nomalism$1.Location.IRepository {
|
|
|
325
325
|
}
|
|
326
326
|
|
|
327
327
|
declare namespace location {
|
|
328
|
-
export { Repository$
|
|
328
|
+
export { Repository$1A as default };
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
declare class Repository$
|
|
331
|
+
declare class Repository$1z {
|
|
332
332
|
route: string;
|
|
333
333
|
private api;
|
|
334
334
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -336,10 +336,10 @@ declare class Repository$1y {
|
|
|
336
336
|
}
|
|
337
337
|
|
|
338
338
|
declare namespace logout {
|
|
339
|
-
export { Repository$
|
|
339
|
+
export { Repository$1z as default };
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
declare class Repository$
|
|
342
|
+
declare class Repository$1y implements Nomalism$1.Multimedia.IApi {
|
|
343
343
|
route: string;
|
|
344
344
|
private api;
|
|
345
345
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -348,10 +348,10 @@ declare class Repository$1x implements Nomalism$1.Multimedia.IApi {
|
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
declare namespace multimedia {
|
|
351
|
-
export { Repository$
|
|
351
|
+
export { Repository$1y as default };
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
declare class Repository$
|
|
354
|
+
declare class Repository$1x implements Nomalism$1.Observation.IApi {
|
|
355
355
|
route: string;
|
|
356
356
|
private api;
|
|
357
357
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -363,10 +363,10 @@ declare class Repository$1w implements Nomalism$1.Observation.IApi {
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
declare namespace observation {
|
|
366
|
-
export { Repository$
|
|
366
|
+
export { Repository$1x as default };
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
declare class Repository$
|
|
369
|
+
declare class Repository$1w implements Nomalism$1.ObservationType.IApi {
|
|
370
370
|
route: string;
|
|
371
371
|
private api;
|
|
372
372
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -378,10 +378,10 @@ declare class Repository$1v implements Nomalism$1.ObservationType.IApi {
|
|
|
378
378
|
}
|
|
379
379
|
|
|
380
380
|
declare namespace observationType {
|
|
381
|
-
export { Repository$
|
|
381
|
+
export { Repository$1w as default };
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
declare class Repository$
|
|
384
|
+
declare class Repository$1v implements Nomalism$1.Password.IRepository {
|
|
385
385
|
route: string;
|
|
386
386
|
private api;
|
|
387
387
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -390,10 +390,10 @@ declare class Repository$1u implements Nomalism$1.Password.IRepository {
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
declare namespace password {
|
|
393
|
-
export { Repository$
|
|
393
|
+
export { Repository$1v as default };
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
declare class Repository$
|
|
396
|
+
declare class Repository$1u implements Nomalism$1.ProductImage.IRepository {
|
|
397
397
|
route: string;
|
|
398
398
|
private api;
|
|
399
399
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -407,10 +407,10 @@ declare class Repository$1t implements Nomalism$1.ProductImage.IRepository {
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
declare namespace productImage {
|
|
410
|
-
export { Repository$
|
|
410
|
+
export { Repository$1u as default };
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
declare class Repository$
|
|
413
|
+
declare class Repository$1t implements Nomalism$1.Promotion.IRepository {
|
|
414
414
|
route: string;
|
|
415
415
|
private api;
|
|
416
416
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -426,10 +426,10 @@ declare class Repository$1s implements Nomalism$1.Promotion.IRepository {
|
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
declare namespace promotion {
|
|
429
|
-
export { Repository$
|
|
429
|
+
export { Repository$1t as default };
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
declare class Repository$
|
|
432
|
+
declare class Repository$1s implements Nomalism$1.PromotionAssoc.IRepository {
|
|
433
433
|
route: string;
|
|
434
434
|
private api;
|
|
435
435
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -443,10 +443,10 @@ declare class Repository$1r implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
declare namespace promotionAssoc {
|
|
446
|
-
export { Repository$
|
|
446
|
+
export { Repository$1s as default };
|
|
447
447
|
}
|
|
448
448
|
|
|
449
|
-
declare class Repository$
|
|
449
|
+
declare class Repository$1r implements Nomalism$1.Providers.IRepository {
|
|
450
450
|
route: string;
|
|
451
451
|
private api;
|
|
452
452
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -464,11 +464,11 @@ declare class Repository$1q implements Nomalism$1.Providers.IRepository {
|
|
|
464
464
|
}
|
|
465
465
|
|
|
466
466
|
declare namespace provider {
|
|
467
|
-
export { Repository$
|
|
467
|
+
export { Repository$1r as default };
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
471
|
-
declare class Repository$
|
|
471
|
+
declare class Repository$1q implements Nomalism$1.ProviderType.IRepository {
|
|
472
472
|
route: string;
|
|
473
473
|
private api;
|
|
474
474
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -482,10 +482,10 @@ declare class Repository$1p implements Nomalism$1.ProviderType.IRepository {
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
declare namespace providerType {
|
|
485
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
485
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1q as default };
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
-
declare class Repository$
|
|
488
|
+
declare class Repository$1p implements Nomalism$1.PurchaseConditions.IRepository {
|
|
489
489
|
route: string;
|
|
490
490
|
private api;
|
|
491
491
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -499,10 +499,10 @@ declare class Repository$1o implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
declare namespace purchaseCondition {
|
|
502
|
-
export { Repository$
|
|
502
|
+
export { Repository$1p as default };
|
|
503
503
|
}
|
|
504
504
|
|
|
505
|
-
declare class Repository$
|
|
505
|
+
declare class Repository$1o implements Nomalism$1.ReasonForExemption.IRepository {
|
|
506
506
|
route: string;
|
|
507
507
|
private api;
|
|
508
508
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -516,10 +516,10 @@ declare class Repository$1n implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
declare namespace reasonForExemption {
|
|
519
|
-
export { Repository$
|
|
519
|
+
export { Repository$1o as default };
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
declare class Repository$
|
|
522
|
+
declare class Repository$1n implements Nomalism$1.RefreshToken.IRepository {
|
|
523
523
|
route: string;
|
|
524
524
|
private api;
|
|
525
525
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -527,10 +527,10 @@ declare class Repository$1m implements Nomalism$1.RefreshToken.IRepository {
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
declare namespace refreshToken {
|
|
530
|
-
export { Repository$
|
|
530
|
+
export { Repository$1n as default };
|
|
531
531
|
}
|
|
532
532
|
|
|
533
|
-
declare class Repository$
|
|
533
|
+
declare class Repository$1m implements Nomalism$1.SegmentsArea.IRepository {
|
|
534
534
|
route: string;
|
|
535
535
|
private api;
|
|
536
536
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -544,10 +544,10 @@ declare class Repository$1l implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
declare namespace segmentsArea {
|
|
547
|
-
export { Repository$
|
|
547
|
+
export { Repository$1m as default };
|
|
548
548
|
}
|
|
549
549
|
|
|
550
|
-
declare class Repository$
|
|
550
|
+
declare class Repository$1l implements Nomalism$1.Sessions.IRepository {
|
|
551
551
|
route: string;
|
|
552
552
|
private api;
|
|
553
553
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -555,10 +555,10 @@ declare class Repository$1k implements Nomalism$1.Sessions.IRepository {
|
|
|
555
555
|
}
|
|
556
556
|
|
|
557
557
|
declare namespace sessions {
|
|
558
|
-
export { Repository$
|
|
558
|
+
export { Repository$1l as default };
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
declare class Repository$
|
|
561
|
+
declare class Repository$1k implements Nomalism$1.Shippings.IRepository {
|
|
562
562
|
route: string;
|
|
563
563
|
private api;
|
|
564
564
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -572,10 +572,10 @@ declare class Repository$1j implements Nomalism$1.Shippings.IRepository {
|
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
declare namespace shippings {
|
|
575
|
-
export { Repository$
|
|
575
|
+
export { Repository$1k as default };
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
declare class Repository$
|
|
578
|
+
declare class Repository$1j implements Nomalism$1.StoreOperator.IRepository {
|
|
579
579
|
route: string;
|
|
580
580
|
private api;
|
|
581
581
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -589,11 +589,11 @@ declare class Repository$1i implements Nomalism$1.StoreOperator.IRepository {
|
|
|
589
589
|
}
|
|
590
590
|
|
|
591
591
|
declare namespace storeOperator {
|
|
592
|
-
export { Repository$
|
|
592
|
+
export { Repository$1j as default };
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
596
|
-
declare class Repository$
|
|
596
|
+
declare class Repository$1i implements Nomalism$1.Swift.IRepository {
|
|
597
597
|
route: string;
|
|
598
598
|
private api;
|
|
599
599
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -608,10 +608,10 @@ declare class Repository$1h implements Nomalism$1.Swift.IRepository {
|
|
|
608
608
|
|
|
609
609
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
610
610
|
declare namespace swift {
|
|
611
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
611
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1i as default };
|
|
612
612
|
}
|
|
613
613
|
|
|
614
|
-
declare class Repository$
|
|
614
|
+
declare class Repository$1h implements Nomalism$1.TypeOfLocation.IRepository {
|
|
615
615
|
route: string;
|
|
616
616
|
private api;
|
|
617
617
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -626,10 +626,10 @@ declare class Repository$1g implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
declare namespace typeOfLocation {
|
|
629
|
-
export { Repository$
|
|
629
|
+
export { Repository$1h as default };
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
-
declare class Repository$
|
|
632
|
+
declare class Repository$1g implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
633
633
|
route: string;
|
|
634
634
|
private api;
|
|
635
635
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -644,10 +644,10 @@ declare class Repository$1f implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
declare namespace unitOfMeasure {
|
|
647
|
-
export { Repository$
|
|
647
|
+
export { Repository$1g as default };
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
declare class Repository$
|
|
650
|
+
declare class Repository$1f implements Nomalism$1.UserPositions.IRepository {
|
|
651
651
|
route: string;
|
|
652
652
|
private api;
|
|
653
653
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -661,10 +661,10 @@ declare class Repository$1e implements Nomalism$1.UserPositions.IRepository {
|
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
declare namespace userPositions {
|
|
664
|
-
export { Repository$
|
|
664
|
+
export { Repository$1f as default };
|
|
665
665
|
}
|
|
666
666
|
|
|
667
|
-
declare class Repository$
|
|
667
|
+
declare class Repository$1e implements Nomalism$1.Users.IApi {
|
|
668
668
|
route: string;
|
|
669
669
|
private api;
|
|
670
670
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -680,10 +680,10 @@ declare class Repository$1d implements Nomalism$1.Users.IApi {
|
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
declare namespace user {
|
|
683
|
-
export { Repository$
|
|
683
|
+
export { Repository$1e as default };
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
-
declare class Repository$
|
|
686
|
+
declare class Repository$1d implements Nomalism$1.VatTax.IRepository {
|
|
687
687
|
route: string;
|
|
688
688
|
private api;
|
|
689
689
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -698,10 +698,10 @@ declare class Repository$1c implements Nomalism$1.VatTax.IRepository {
|
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
declare namespace vatTax {
|
|
701
|
-
export { Repository$
|
|
701
|
+
export { Repository$1d as default };
|
|
702
702
|
}
|
|
703
703
|
|
|
704
|
-
declare class Repository$
|
|
704
|
+
declare class Repository$1c implements Nomalism$1.VatTaxZone.IRepository {
|
|
705
705
|
route: string;
|
|
706
706
|
private api;
|
|
707
707
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -716,10 +716,10 @@ declare class Repository$1b implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
declare namespace vatTaxZone {
|
|
719
|
-
export { Repository$
|
|
719
|
+
export { Repository$1c as default };
|
|
720
720
|
}
|
|
721
721
|
|
|
722
|
-
declare class Repository$
|
|
722
|
+
declare class Repository$1b implements Nomalism$1.Workflow.IApi {
|
|
723
723
|
route: string;
|
|
724
724
|
private api;
|
|
725
725
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -731,10 +731,10 @@ declare class Repository$1a implements Nomalism$1.Workflow.IApi {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
declare namespace workflow {
|
|
734
|
-
export { Repository$
|
|
734
|
+
export { Repository$1b as default };
|
|
735
735
|
}
|
|
736
736
|
|
|
737
|
-
declare class Repository$
|
|
737
|
+
declare class Repository$1a implements Nomalism$1.DeliveryMethods.IRepository {
|
|
738
738
|
route: string;
|
|
739
739
|
private api;
|
|
740
740
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -747,10 +747,10 @@ declare class Repository$19 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
declare namespace deliveryMethods {
|
|
750
|
-
export { Repository$
|
|
750
|
+
export { Repository$1a as default };
|
|
751
751
|
}
|
|
752
752
|
|
|
753
|
-
declare class Repository$
|
|
753
|
+
declare class Repository$19 implements Nomalism$1.MaturityDates.IRepository {
|
|
754
754
|
route: string;
|
|
755
755
|
private api;
|
|
756
756
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -763,10 +763,10 @@ declare class Repository$18 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
763
763
|
}
|
|
764
764
|
|
|
765
765
|
declare namespace maturityDates {
|
|
766
|
-
export { Repository$
|
|
766
|
+
export { Repository$19 as default };
|
|
767
767
|
}
|
|
768
768
|
|
|
769
|
-
declare class Repository$
|
|
769
|
+
declare class Repository$18 implements Nomalism$1.PaymentMethods.IRepository {
|
|
770
770
|
route: string;
|
|
771
771
|
private api;
|
|
772
772
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -779,10 +779,10 @@ declare class Repository$17 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
779
779
|
}
|
|
780
780
|
|
|
781
781
|
declare namespace paymentMethods {
|
|
782
|
-
export { Repository$
|
|
782
|
+
export { Repository$18 as default };
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
declare class Repository$
|
|
785
|
+
declare class Repository$17 implements Nomalism$1.Vehicles.IApi {
|
|
786
786
|
route: string;
|
|
787
787
|
private api;
|
|
788
788
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -793,10 +793,10 @@ declare class Repository$16 implements Nomalism$1.Vehicles.IApi {
|
|
|
793
793
|
}
|
|
794
794
|
|
|
795
795
|
declare namespace vehicles {
|
|
796
|
-
export { Repository$
|
|
796
|
+
export { Repository$17 as default };
|
|
797
797
|
}
|
|
798
798
|
|
|
799
|
-
declare class Repository$
|
|
799
|
+
declare class Repository$16 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
800
800
|
route: string;
|
|
801
801
|
private api;
|
|
802
802
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -805,10 +805,10 @@ declare class Repository$15 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
805
805
|
}
|
|
806
806
|
|
|
807
807
|
declare namespace externalDocumentType {
|
|
808
|
-
export { Repository$
|
|
808
|
+
export { Repository$16 as default };
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
-
declare class Repository$
|
|
811
|
+
declare class Repository$15 implements Nomalism$1.DocumentSet.IRepository {
|
|
812
812
|
route: string;
|
|
813
813
|
private api;
|
|
814
814
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -821,10 +821,10 @@ declare class Repository$14 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
declare namespace documentSet {
|
|
824
|
-
export { Repository$
|
|
824
|
+
export { Repository$15 as default };
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
declare class Repository$
|
|
827
|
+
declare class Repository$14 implements Nomalism$1.Payment.IRepository {
|
|
828
828
|
route: string;
|
|
829
829
|
private api;
|
|
830
830
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -838,10 +838,10 @@ declare class Repository$13 implements Nomalism$1.Payment.IRepository {
|
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
declare namespace payment {
|
|
841
|
-
export { Repository$
|
|
841
|
+
export { Repository$14 as default };
|
|
842
842
|
}
|
|
843
843
|
|
|
844
|
-
declare class Repository$
|
|
844
|
+
declare class Repository$13 implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
845
845
|
route: string;
|
|
846
846
|
private api;
|
|
847
847
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -856,10 +856,10 @@ declare class Repository$12 implements Nomalism$1.ExternalDocumentHeader.IReposi
|
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
declare namespace externalDocumentHeader {
|
|
859
|
-
export { Repository$
|
|
859
|
+
export { Repository$13 as default };
|
|
860
860
|
}
|
|
861
861
|
|
|
862
|
-
declare class Repository$
|
|
862
|
+
declare class Repository$12 implements Nomalism$1.VatValidation.IRepository {
|
|
863
863
|
route: string;
|
|
864
864
|
private api;
|
|
865
865
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -867,10 +867,10 @@ declare class Repository$11 implements Nomalism$1.VatValidation.IRepository {
|
|
|
867
867
|
}
|
|
868
868
|
|
|
869
869
|
declare namespace vatValidation {
|
|
870
|
-
export { Repository$
|
|
870
|
+
export { Repository$12 as default };
|
|
871
871
|
}
|
|
872
872
|
|
|
873
|
-
declare class Repository$
|
|
873
|
+
declare class Repository$11 implements Nomalism$1.StockMovement.IRepository {
|
|
874
874
|
route: string;
|
|
875
875
|
private api;
|
|
876
876
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -882,10 +882,10 @@ declare class Repository$10 implements Nomalism$1.StockMovement.IRepository {
|
|
|
882
882
|
}
|
|
883
883
|
|
|
884
884
|
declare namespace stockMovement {
|
|
885
|
-
export { Repository$
|
|
885
|
+
export { Repository$11 as default };
|
|
886
886
|
}
|
|
887
887
|
|
|
888
|
-
declare class Repository
|
|
888
|
+
declare class Repository$10 implements Nomalism$1.ZipCode.IRepository {
|
|
889
889
|
route: string;
|
|
890
890
|
private api;
|
|
891
891
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -894,10 +894,10 @@ declare class Repository$$ implements Nomalism$1.ZipCode.IRepository {
|
|
|
894
894
|
}
|
|
895
895
|
|
|
896
896
|
declare namespace zipCode {
|
|
897
|
-
export { Repository
|
|
897
|
+
export { Repository$10 as default };
|
|
898
898
|
}
|
|
899
899
|
|
|
900
|
-
declare class Repository
|
|
900
|
+
declare class Repository$$ implements Nomalism$1.Tenant.IRepository {
|
|
901
901
|
route: string;
|
|
902
902
|
private api;
|
|
903
903
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -908,10 +908,10 @@ declare class Repository$_ implements Nomalism$1.Tenant.IRepository {
|
|
|
908
908
|
}
|
|
909
909
|
|
|
910
910
|
declare namespace tenant {
|
|
911
|
-
export { Repository
|
|
911
|
+
export { Repository$$ as default };
|
|
912
912
|
}
|
|
913
913
|
|
|
914
|
-
declare class Repository$
|
|
914
|
+
declare class Repository$_ implements Nomalism$1.PreSale.IRepository {
|
|
915
915
|
route: string;
|
|
916
916
|
private api;
|
|
917
917
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -926,10 +926,10 @@ declare class Repository$Z implements Nomalism$1.PreSale.IRepository {
|
|
|
926
926
|
}
|
|
927
927
|
|
|
928
928
|
declare namespace preSale {
|
|
929
|
-
export { Repository$
|
|
929
|
+
export { Repository$_ as default };
|
|
930
930
|
}
|
|
931
931
|
|
|
932
|
-
declare class Repository$
|
|
932
|
+
declare class Repository$Z implements Nomalism$1.PreSaleProduct.IRepository {
|
|
933
933
|
route: string;
|
|
934
934
|
private api;
|
|
935
935
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -938,10 +938,10 @@ declare class Repository$Y implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
938
938
|
}
|
|
939
939
|
|
|
940
940
|
declare namespace preSaleProduct {
|
|
941
|
-
export { Repository$
|
|
941
|
+
export { Repository$Z as default };
|
|
942
942
|
}
|
|
943
943
|
|
|
944
|
-
declare class Repository$
|
|
944
|
+
declare class Repository$Y implements Nomalism$1.OrderManagement.IRepository {
|
|
945
945
|
route: string;
|
|
946
946
|
private api;
|
|
947
947
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -950,10 +950,10 @@ declare class Repository$X implements Nomalism$1.OrderManagement.IRepository {
|
|
|
950
950
|
}
|
|
951
951
|
|
|
952
952
|
declare namespace orderManagement {
|
|
953
|
-
export { Repository$
|
|
953
|
+
export { Repository$Y as default };
|
|
954
954
|
}
|
|
955
955
|
|
|
956
|
-
declare class Repository$
|
|
956
|
+
declare class Repository$X implements Nomalism$1.Npc.IRepository {
|
|
957
957
|
route: string;
|
|
958
958
|
private api;
|
|
959
959
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -963,10 +963,10 @@ declare class Repository$W implements Nomalism$1.Npc.IRepository {
|
|
|
963
963
|
}
|
|
964
964
|
|
|
965
965
|
declare namespace npc {
|
|
966
|
-
export { Repository$
|
|
966
|
+
export { Repository$X as default };
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
declare class Repository$
|
|
969
|
+
declare class Repository$W implements Nomalism$1.Printer.IRepository {
|
|
970
970
|
route: string;
|
|
971
971
|
private api;
|
|
972
972
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -978,10 +978,10 @@ declare class Repository$V implements Nomalism$1.Printer.IRepository {
|
|
|
978
978
|
}
|
|
979
979
|
|
|
980
980
|
declare namespace printer {
|
|
981
|
-
export { Repository$
|
|
981
|
+
export { Repository$W as default };
|
|
982
982
|
}
|
|
983
983
|
|
|
984
|
-
declare class Repository$
|
|
984
|
+
declare class Repository$V implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
985
985
|
route: string;
|
|
986
986
|
private api;
|
|
987
987
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -993,10 +993,10 @@ declare class Repository$U implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
993
993
|
}
|
|
994
994
|
|
|
995
995
|
declare namespace schedulePrintJob {
|
|
996
|
-
export { Repository$
|
|
996
|
+
export { Repository$V as default };
|
|
997
997
|
}
|
|
998
998
|
|
|
999
|
-
declare class Repository$
|
|
999
|
+
declare class Repository$U implements Nomalism$1.QueryList.IRepository {
|
|
1000
1000
|
route: string;
|
|
1001
1001
|
private api;
|
|
1002
1002
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1010,10 +1010,10 @@ declare class Repository$T implements Nomalism$1.QueryList.IRepository {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
|
|
1012
1012
|
declare namespace queryList {
|
|
1013
|
-
export { Repository$
|
|
1013
|
+
export { Repository$U as default };
|
|
1014
1014
|
}
|
|
1015
1015
|
|
|
1016
|
-
declare class Repository$
|
|
1016
|
+
declare class Repository$T implements Nomalism$1.QueryParameter.IRepository {
|
|
1017
1017
|
route: string;
|
|
1018
1018
|
private api;
|
|
1019
1019
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1026,10 +1026,10 @@ declare class Repository$S implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
1028
|
declare namespace queryParameter {
|
|
1029
|
-
export { Repository$
|
|
1029
|
+
export { Repository$T as default };
|
|
1030
1030
|
}
|
|
1031
1031
|
|
|
1032
|
-
declare class Repository$
|
|
1032
|
+
declare class Repository$S implements Nomalism$1.ReturnReason.IRepository {
|
|
1033
1033
|
route: string;
|
|
1034
1034
|
private api;
|
|
1035
1035
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1040,10 +1040,10 @@ declare class Repository$R implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
declare namespace returnReason {
|
|
1043
|
-
export { Repository$
|
|
1043
|
+
export { Repository$S as default };
|
|
1044
1044
|
}
|
|
1045
1045
|
|
|
1046
|
-
declare class Repository$
|
|
1046
|
+
declare class Repository$R implements Nomalism$1.PropostaSheets.IRepository {
|
|
1047
1047
|
route: string;
|
|
1048
1048
|
private api;
|
|
1049
1049
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1060,10 +1060,10 @@ declare class Repository$Q implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
1062
|
declare namespace propostaSheets {
|
|
1063
|
-
export { Repository$
|
|
1063
|
+
export { Repository$R as default };
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
|
-
declare class Repository$
|
|
1066
|
+
declare class Repository$Q implements Nomalism$1.Schedule.IRepository {
|
|
1067
1067
|
route: string;
|
|
1068
1068
|
private api;
|
|
1069
1069
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1071,10 +1071,10 @@ declare class Repository$P implements Nomalism$1.Schedule.IRepository {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
|
|
1073
1073
|
declare namespace schedule {
|
|
1074
|
-
export { Repository$
|
|
1074
|
+
export { Repository$Q as default };
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
|
-
declare class Repository$
|
|
1077
|
+
declare class Repository$P implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1078
1078
|
route: string;
|
|
1079
1079
|
private api;
|
|
1080
1080
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1085,10 +1085,10 @@ declare class Repository$O implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
1087
|
declare namespace googleFilePermission {
|
|
1088
|
-
export { Repository$
|
|
1088
|
+
export { Repository$P as default };
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
-
declare class Repository$
|
|
1091
|
+
declare class Repository$O implements Nomalism$1.Settings.IRepository {
|
|
1092
1092
|
route: string;
|
|
1093
1093
|
private api;
|
|
1094
1094
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1100,10 +1100,10 @@ declare class Repository$N implements Nomalism$1.Settings.IRepository {
|
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
1102
|
declare namespace settings {
|
|
1103
|
-
export { Repository$
|
|
1103
|
+
export { Repository$O as default };
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
|
-
declare class Repository$
|
|
1106
|
+
declare class Repository$N implements Nomalism$1.Tickets.IRepository {
|
|
1107
1107
|
route: string;
|
|
1108
1108
|
private api;
|
|
1109
1109
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1114,10 +1114,10 @@ declare class Repository$M implements Nomalism$1.Tickets.IRepository {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
declare namespace tickets {
|
|
1117
|
-
export { Repository$
|
|
1117
|
+
export { Repository$N as default };
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
|
-
declare class Repository$
|
|
1120
|
+
declare class Repository$M implements Nomalism$1.Channel.IRepository {
|
|
1121
1121
|
route: string;
|
|
1122
1122
|
private api;
|
|
1123
1123
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1130,10 +1130,10 @@ declare class Repository$L implements Nomalism$1.Channel.IRepository {
|
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
1132
|
declare namespace channel {
|
|
1133
|
-
export { Repository$
|
|
1133
|
+
export { Repository$M as default };
|
|
1134
1134
|
}
|
|
1135
1135
|
|
|
1136
|
-
declare class Repository$
|
|
1136
|
+
declare class Repository$L implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1137
1137
|
route: string;
|
|
1138
1138
|
private api;
|
|
1139
1139
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1146,10 +1146,10 @@ declare class Repository$K implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
1148
|
declare namespace language {
|
|
1149
|
-
export { Repository$
|
|
1149
|
+
export { Repository$L as default };
|
|
1150
1150
|
}
|
|
1151
1151
|
|
|
1152
|
-
declare class Repository$
|
|
1152
|
+
declare class Repository$K implements Nomalism$1.CLT.IRepository {
|
|
1153
1153
|
route: string;
|
|
1154
1154
|
private api;
|
|
1155
1155
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1162,10 +1162,10 @@ declare class Repository$J implements Nomalism$1.CLT.IRepository {
|
|
|
1162
1162
|
}
|
|
1163
1163
|
|
|
1164
1164
|
declare namespace clt {
|
|
1165
|
-
export { Repository$
|
|
1165
|
+
export { Repository$K as default };
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
|
-
declare class Repository$
|
|
1168
|
+
declare class Repository$J implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1169
1169
|
route: string;
|
|
1170
1170
|
private api;
|
|
1171
1171
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1173,10 +1173,10 @@ declare class Repository$I implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
1175
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1176
|
-
export { Repository$
|
|
1176
|
+
export { Repository$J as default };
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
|
-
declare class Repository$
|
|
1179
|
+
declare class Repository$I implements Nomalism$1.Persona.IRepository {
|
|
1180
1180
|
route: string;
|
|
1181
1181
|
private api;
|
|
1182
1182
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1193,10 +1193,10 @@ declare class Repository$H implements Nomalism$1.Persona.IRepository {
|
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
1195
|
declare namespace persona {
|
|
1196
|
-
export { Repository$
|
|
1196
|
+
export { Repository$I as default };
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
|
-
declare class Repository$
|
|
1199
|
+
declare class Repository$H implements Nomalism$1.ProjectInfo.IController {
|
|
1200
1200
|
route: string;
|
|
1201
1201
|
private api;
|
|
1202
1202
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1204,10 +1204,10 @@ declare class Repository$G implements Nomalism$1.ProjectInfo.IController {
|
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
1206
|
declare namespace projectInfo {
|
|
1207
|
-
export { Repository$
|
|
1207
|
+
export { Repository$H as default };
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
|
-
declare class Repository$
|
|
1210
|
+
declare class Repository$G implements Nomalism$1.Order.IRepository {
|
|
1211
1211
|
route: string;
|
|
1212
1212
|
private api;
|
|
1213
1213
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1221,10 +1221,10 @@ declare class Repository$F implements Nomalism$1.Order.IRepository {
|
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
1223
|
declare namespace order {
|
|
1224
|
-
export { Repository$
|
|
1224
|
+
export { Repository$G as default };
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
|
-
declare class Repository$
|
|
1227
|
+
declare class Repository$F implements Nomalism$1.Purchase.IApi {
|
|
1228
1228
|
route: string;
|
|
1229
1229
|
private api;
|
|
1230
1230
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1236,10 +1236,10 @@ declare class Repository$E implements Nomalism$1.Purchase.IApi {
|
|
|
1236
1236
|
}
|
|
1237
1237
|
|
|
1238
1238
|
declare namespace purchase {
|
|
1239
|
-
export { Repository$
|
|
1239
|
+
export { Repository$F as default };
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
|
-
declare class Repository$
|
|
1242
|
+
declare class Repository$E implements Nomalism$1.MaterialEntrance.IApi {
|
|
1243
1243
|
route: string;
|
|
1244
1244
|
private api;
|
|
1245
1245
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1252,10 +1252,10 @@ declare class Repository$D implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
1254
|
declare namespace materialEntrance {
|
|
1255
|
-
export { Repository$
|
|
1255
|
+
export { Repository$E as default };
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
|
-
declare class Repository$
|
|
1258
|
+
declare class Repository$D implements Nomalism$1.Transformado.IRepository {
|
|
1259
1259
|
route: string;
|
|
1260
1260
|
private api;
|
|
1261
1261
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1264,10 +1264,10 @@ declare class Repository$C implements Nomalism$1.Transformado.IRepository {
|
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
declare namespace transformado {
|
|
1267
|
-
export { Repository$
|
|
1267
|
+
export { Repository$D as default };
|
|
1268
1268
|
}
|
|
1269
1269
|
|
|
1270
|
-
declare class Repository$
|
|
1270
|
+
declare class Repository$C implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1271
1271
|
route: string;
|
|
1272
1272
|
private api;
|
|
1273
1273
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1275,10 +1275,10 @@ declare class Repository$B implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
1277
|
declare namespace upfrontReturn {
|
|
1278
|
-
export { Repository$
|
|
1278
|
+
export { Repository$C as default };
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
declare class Repository$
|
|
1281
|
+
declare class Repository$B implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1282
1282
|
route: string;
|
|
1283
1283
|
private api;
|
|
1284
1284
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1289,10 +1289,10 @@ declare class Repository$A implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
1291
|
declare namespace savedEmPicking {
|
|
1292
|
-
export { Repository$
|
|
1292
|
+
export { Repository$B as default };
|
|
1293
1293
|
}
|
|
1294
1294
|
|
|
1295
|
-
declare class Repository$
|
|
1295
|
+
declare class Repository$A implements Nomalism$1.EmailTemplate.IRepository {
|
|
1296
1296
|
route: string;
|
|
1297
1297
|
private api;
|
|
1298
1298
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1304,10 +1304,10 @@ declare class Repository$z implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
1306
|
declare namespace emailTemplate {
|
|
1307
|
-
export { Repository$
|
|
1307
|
+
export { Repository$A as default };
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
|
-
declare class Repository$
|
|
1310
|
+
declare class Repository$z implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1311
1311
|
route: string;
|
|
1312
1312
|
private api;
|
|
1313
1313
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1316,10 +1316,10 @@ declare class Repository$y implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
1318
|
declare namespace emailTemplateAttachment {
|
|
1319
|
-
export { Repository$
|
|
1319
|
+
export { Repository$z as default };
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
|
-
declare class Repository$
|
|
1322
|
+
declare class Repository$y implements Nomalism$1.Prison.IRepository {
|
|
1323
1323
|
route: string;
|
|
1324
1324
|
private api;
|
|
1325
1325
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1332,10 +1332,10 @@ declare class Repository$x implements Nomalism$1.Prison.IRepository {
|
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
1334
|
declare namespace prison {
|
|
1335
|
-
export { Repository$
|
|
1335
|
+
export { Repository$y as default };
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
1338
|
-
declare class Repository$
|
|
1338
|
+
declare class Repository$x implements Nomalism$1.Quebra.IRepository {
|
|
1339
1339
|
route: string;
|
|
1340
1340
|
private api;
|
|
1341
1341
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1347,10 +1347,10 @@ declare class Repository$w implements Nomalism$1.Quebra.IRepository {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
1349
|
declare namespace quebra {
|
|
1350
|
-
export { Repository$
|
|
1350
|
+
export { Repository$x as default };
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
|
-
declare class Repository$
|
|
1353
|
+
declare class Repository$w implements Nomalism$1.Inventario.IRepository {
|
|
1354
1354
|
route: string;
|
|
1355
1355
|
private api;
|
|
1356
1356
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1359,10 +1359,10 @@ declare class Repository$v implements Nomalism$1.Inventario.IRepository {
|
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
1361
|
declare namespace inventario {
|
|
1362
|
-
export { Repository$
|
|
1362
|
+
export { Repository$w as default };
|
|
1363
1363
|
}
|
|
1364
1364
|
|
|
1365
|
-
declare class Repository$
|
|
1365
|
+
declare class Repository$v implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1366
1366
|
route: string;
|
|
1367
1367
|
private api;
|
|
1368
1368
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1372,10 +1372,10 @@ declare class Repository$u implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
1374
|
declare namespace returnToProvider {
|
|
1375
|
-
export { Repository$
|
|
1375
|
+
export { Repository$v as default };
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
|
-
declare class Repository$
|
|
1378
|
+
declare class Repository$u implements Nomalism$1.EmailVerification.IApi {
|
|
1379
1379
|
route: string;
|
|
1380
1380
|
private api;
|
|
1381
1381
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1385,10 +1385,10 @@ declare class Repository$t implements Nomalism$1.EmailVerification.IApi {
|
|
|
1385
1385
|
}
|
|
1386
1386
|
|
|
1387
1387
|
declare namespace emailVerification {
|
|
1388
|
-
export { Repository$
|
|
1388
|
+
export { Repository$u as default };
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
-
declare class Repository$
|
|
1391
|
+
declare class Repository$t implements Nomalism$1.EmailLog.IApi {
|
|
1392
1392
|
route: string;
|
|
1393
1393
|
private api;
|
|
1394
1394
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1399,10 +1399,10 @@ declare class Repository$s implements Nomalism$1.EmailLog.IApi {
|
|
|
1399
1399
|
}
|
|
1400
1400
|
|
|
1401
1401
|
declare namespace emailLog {
|
|
1402
|
-
export { Repository$
|
|
1402
|
+
export { Repository$t as default };
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
declare class Repository$
|
|
1405
|
+
declare class Repository$s implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1406
1406
|
route: string;
|
|
1407
1407
|
private api;
|
|
1408
1408
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1410,10 +1410,10 @@ declare class Repository$r implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1410
1410
|
}
|
|
1411
1411
|
|
|
1412
1412
|
declare namespace documentLineNote {
|
|
1413
|
-
export { Repository$
|
|
1413
|
+
export { Repository$s as default };
|
|
1414
1414
|
}
|
|
1415
1415
|
|
|
1416
|
-
declare class Repository$
|
|
1416
|
+
declare class Repository$r implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1417
1417
|
route: string;
|
|
1418
1418
|
private api;
|
|
1419
1419
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1422,10 +1422,10 @@ declare class Repository$q implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1422
1422
|
}
|
|
1423
1423
|
|
|
1424
1424
|
declare namespace savedProviderProposal {
|
|
1425
|
-
export { Repository$
|
|
1425
|
+
export { Repository$r as default };
|
|
1426
1426
|
}
|
|
1427
1427
|
|
|
1428
|
-
declare class Repository$
|
|
1428
|
+
declare class Repository$q implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1429
1429
|
route: string;
|
|
1430
1430
|
private api;
|
|
1431
1431
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1455,10 +1455,10 @@ declare class Repository$p implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
1457
|
declare namespace productGoogleSheets {
|
|
1458
|
-
export { Repository$
|
|
1458
|
+
export { Repository$q as default };
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
|
-
declare class Repository$
|
|
1461
|
+
declare class Repository$p implements Nomalism$1.Task.IRepository {
|
|
1462
1462
|
route: string;
|
|
1463
1463
|
private api;
|
|
1464
1464
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1472,10 +1472,10 @@ declare class Repository$o implements Nomalism$1.Task.IRepository {
|
|
|
1472
1472
|
}
|
|
1473
1473
|
|
|
1474
1474
|
declare namespace task {
|
|
1475
|
-
export { Repository$
|
|
1475
|
+
export { Repository$p as default };
|
|
1476
1476
|
}
|
|
1477
1477
|
|
|
1478
|
-
declare class Repository$
|
|
1478
|
+
declare class Repository$o implements Nomalism$1.TaskMessage.IRepository {
|
|
1479
1479
|
route: string;
|
|
1480
1480
|
private api;
|
|
1481
1481
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1485,10 +1485,10 @@ declare class Repository$n implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
1487
|
declare namespace taskMessage {
|
|
1488
|
-
export { Repository$
|
|
1488
|
+
export { Repository$o as default };
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
|
-
declare class Repository$
|
|
1491
|
+
declare class Repository$n implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1492
1492
|
route: string;
|
|
1493
1493
|
private api;
|
|
1494
1494
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1497,10 +1497,10 @@ declare class Repository$m implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1497
1497
|
}
|
|
1498
1498
|
|
|
1499
1499
|
declare namespace recurrentTasks {
|
|
1500
|
-
export { Repository$
|
|
1500
|
+
export { Repository$n as default };
|
|
1501
1501
|
}
|
|
1502
1502
|
|
|
1503
|
-
declare class Repository$
|
|
1503
|
+
declare class Repository$m implements Nomalism$1.TaskRead.IRepository {
|
|
1504
1504
|
route: string;
|
|
1505
1505
|
private api;
|
|
1506
1506
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1509,10 +1509,10 @@ declare class Repository$l implements Nomalism$1.TaskRead.IRepository {
|
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
1511
|
declare namespace taskRead {
|
|
1512
|
-
export { Repository$
|
|
1512
|
+
export { Repository$m as default };
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
|
-
declare class Repository$
|
|
1515
|
+
declare class Repository$l implements Nomalism$1.Theme.IRepository {
|
|
1516
1516
|
route: string;
|
|
1517
1517
|
private api;
|
|
1518
1518
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1520,10 +1520,10 @@ declare class Repository$k implements Nomalism$1.Theme.IRepository {
|
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
1522
|
declare namespace theme {
|
|
1523
|
-
export { Repository$
|
|
1523
|
+
export { Repository$l as default };
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
|
-
declare class Repository$
|
|
1526
|
+
declare class Repository$k implements Nomalism$1.Dashboard.IRepository {
|
|
1527
1527
|
route: string;
|
|
1528
1528
|
private api;
|
|
1529
1529
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1532,10 +1532,10 @@ declare class Repository$j implements Nomalism$1.Dashboard.IRepository {
|
|
|
1532
1532
|
}
|
|
1533
1533
|
|
|
1534
1534
|
declare namespace dashboard {
|
|
1535
|
-
export { Repository$
|
|
1535
|
+
export { Repository$k as default };
|
|
1536
1536
|
}
|
|
1537
1537
|
|
|
1538
|
-
declare class Repository$
|
|
1538
|
+
declare class Repository$j implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1539
1539
|
route: string;
|
|
1540
1540
|
private api;
|
|
1541
1541
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1547,10 +1547,10 @@ declare class Repository$i implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1547
1547
|
}
|
|
1548
1548
|
|
|
1549
1549
|
declare namespace chatRapidMessage {
|
|
1550
|
-
export { Repository$
|
|
1550
|
+
export { Repository$j as default };
|
|
1551
1551
|
}
|
|
1552
1552
|
|
|
1553
|
-
declare class Repository$
|
|
1553
|
+
declare class Repository$i implements Nomalism$1.SideMenu.IController {
|
|
1554
1554
|
route: string;
|
|
1555
1555
|
private api;
|
|
1556
1556
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1561,10 +1561,10 @@ declare class Repository$h implements Nomalism$1.SideMenu.IController {
|
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
1563
|
declare namespace sideMenu {
|
|
1564
|
-
export { Repository$
|
|
1564
|
+
export { Repository$i as default };
|
|
1565
1565
|
}
|
|
1566
1566
|
|
|
1567
|
-
declare class Repository$
|
|
1567
|
+
declare class Repository$h implements Nomalism$1.ErrorLog.IRepository {
|
|
1568
1568
|
route: string;
|
|
1569
1569
|
private api;
|
|
1570
1570
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1572,10 +1572,10 @@ declare class Repository$g implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1572
1572
|
}
|
|
1573
1573
|
|
|
1574
1574
|
declare namespace errorLog {
|
|
1575
|
-
export { Repository$
|
|
1575
|
+
export { Repository$h as default };
|
|
1576
1576
|
}
|
|
1577
1577
|
|
|
1578
|
-
declare class Repository$
|
|
1578
|
+
declare class Repository$g implements Nomalism$1.AdminPanel.IRepository {
|
|
1579
1579
|
route: string;
|
|
1580
1580
|
private api;
|
|
1581
1581
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1583,10 +1583,10 @@ declare class Repository$f implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
declare namespace adminPanel {
|
|
1586
|
-
export { Repository$
|
|
1586
|
+
export { Repository$g as default };
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
|
-
declare class Repository$
|
|
1589
|
+
declare class Repository$f implements Nomalism$1.DocumentLineRm.IController {
|
|
1590
1590
|
route: string;
|
|
1591
1591
|
private api;
|
|
1592
1592
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1595,10 +1595,10 @@ declare class Repository$e implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
1597
|
declare namespace documentLineRm {
|
|
1598
|
-
export { Repository$
|
|
1598
|
+
export { Repository$f as default };
|
|
1599
1599
|
}
|
|
1600
1600
|
|
|
1601
|
-
declare class Repository$
|
|
1601
|
+
declare class Repository$e implements Nomalism$1.DocumentLineRm.IController {
|
|
1602
1602
|
route: string;
|
|
1603
1603
|
private api;
|
|
1604
1604
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1607,10 +1607,10 @@ declare class Repository$d implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
1609
|
declare namespace documentLineMt {
|
|
1610
|
-
export { Repository$
|
|
1610
|
+
export { Repository$e as default };
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
|
-
declare class Repository$
|
|
1613
|
+
declare class Repository$d implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1614
1614
|
route: string;
|
|
1615
1615
|
private api;
|
|
1616
1616
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1622,10 +1622,10 @@ declare class Repository$c implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1622
1622
|
}
|
|
1623
1623
|
|
|
1624
1624
|
declare namespace chatSubscriber {
|
|
1625
|
-
export { Repository$
|
|
1625
|
+
export { Repository$d as default };
|
|
1626
1626
|
}
|
|
1627
1627
|
|
|
1628
|
-
declare class Repository$
|
|
1628
|
+
declare class Repository$c implements Nomalism$1.Tag.IRepository {
|
|
1629
1629
|
route: string;
|
|
1630
1630
|
private api;
|
|
1631
1631
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1636,10 +1636,10 @@ declare class Repository$b implements Nomalism$1.Tag.IRepository {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
1638
|
declare namespace tag {
|
|
1639
|
-
export { Repository$
|
|
1639
|
+
export { Repository$c as default };
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
|
-
declare class Repository$
|
|
1642
|
+
declare class Repository$b implements Nomalism$1.Gmails.IRepository {
|
|
1643
1643
|
route: string;
|
|
1644
1644
|
private api;
|
|
1645
1645
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1648,10 +1648,10 @@ declare class Repository$a implements Nomalism$1.Gmails.IRepository {
|
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
1650
1650
|
declare namespace gmails {
|
|
1651
|
-
export { Repository$
|
|
1651
|
+
export { Repository$b as default };
|
|
1652
1652
|
}
|
|
1653
1653
|
|
|
1654
|
-
declare class Repository$
|
|
1654
|
+
declare class Repository$a implements Nomalism$1.NPF.IRepository {
|
|
1655
1655
|
route: string;
|
|
1656
1656
|
private api;
|
|
1657
1657
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1659,10 +1659,10 @@ declare class Repository$9 implements Nomalism$1.NPF.IRepository {
|
|
|
1659
1659
|
}
|
|
1660
1660
|
|
|
1661
1661
|
declare namespace NPF {
|
|
1662
|
-
export { Repository$
|
|
1662
|
+
export { Repository$a as default };
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
|
-
declare class Repository$
|
|
1665
|
+
declare class Repository$9 implements Nomalism$1.NRCL.IRepository {
|
|
1666
1666
|
route: string;
|
|
1667
1667
|
private api;
|
|
1668
1668
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1670,10 +1670,10 @@ declare class Repository$8 implements Nomalism$1.NRCL.IRepository {
|
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
1672
|
declare namespace NRCL {
|
|
1673
|
-
export { Repository$
|
|
1673
|
+
export { Repository$9 as default };
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
|
-
declare class Repository$
|
|
1676
|
+
declare class Repository$8 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1677
1677
|
route: string;
|
|
1678
1678
|
private api;
|
|
1679
1679
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1686,10 +1686,10 @@ declare class Repository$7 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
1688
1688
|
declare namespace currentAccount {
|
|
1689
|
-
export { Repository$
|
|
1689
|
+
export { Repository$8 as default };
|
|
1690
1690
|
}
|
|
1691
1691
|
|
|
1692
|
-
declare class Repository$
|
|
1692
|
+
declare class Repository$7 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1693
1693
|
route: string;
|
|
1694
1694
|
private api;
|
|
1695
1695
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1707,10 +1707,10 @@ declare class Repository$6 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1707
1707
|
}
|
|
1708
1708
|
|
|
1709
1709
|
declare namespace paymentBatch {
|
|
1710
|
-
export { Repository$
|
|
1710
|
+
export { Repository$7 as default };
|
|
1711
1711
|
}
|
|
1712
1712
|
|
|
1713
|
-
declare class Repository$
|
|
1713
|
+
declare class Repository$6 implements Nomalism$1.Portal.IRepository {
|
|
1714
1714
|
route: string;
|
|
1715
1715
|
private api;
|
|
1716
1716
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1721,17 +1721,17 @@ declare class Repository$5 implements Nomalism$1.Portal.IRepository {
|
|
|
1721
1721
|
}
|
|
1722
1722
|
|
|
1723
1723
|
declare namespace portal {
|
|
1724
|
-
export { Repository$
|
|
1724
|
+
export { Repository$6 as default };
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
|
-
declare class Repository$
|
|
1727
|
+
declare class Repository$5 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1728
1728
|
route: string;
|
|
1729
1729
|
private api;
|
|
1730
1730
|
constructor({ api, route }: IModuleConstructor);
|
|
1731
1731
|
clearAndFill(): Promise<void>;
|
|
1732
1732
|
}
|
|
1733
1733
|
|
|
1734
|
-
declare class Repository$
|
|
1734
|
+
declare class Repository$4 implements Nomalism$1.AccountCode.IRepository {
|
|
1735
1735
|
route: string;
|
|
1736
1736
|
private api;
|
|
1737
1737
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1739,10 +1739,10 @@ declare class Repository$3 implements Nomalism$1.AccountCode.IRepository {
|
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
1741
|
declare namespace accountCode {
|
|
1742
|
-
export { Repository$
|
|
1742
|
+
export { Repository$4 as default };
|
|
1743
1743
|
}
|
|
1744
1744
|
|
|
1745
|
-
declare class Repository$
|
|
1745
|
+
declare class Repository$3 implements Nomalism$1.LLM.IRepository {
|
|
1746
1746
|
route: string;
|
|
1747
1747
|
private api;
|
|
1748
1748
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1750,10 +1750,10 @@ declare class Repository$2 implements Nomalism$1.LLM.IRepository {
|
|
|
1750
1750
|
}
|
|
1751
1751
|
|
|
1752
1752
|
declare namespace llm {
|
|
1753
|
-
export { Repository$
|
|
1753
|
+
export { Repository$3 as default };
|
|
1754
1754
|
}
|
|
1755
1755
|
|
|
1756
|
-
declare class Repository$
|
|
1756
|
+
declare class Repository$2 implements Nomalism$1.PatchNotes.IRepository {
|
|
1757
1757
|
route: string;
|
|
1758
1758
|
private api;
|
|
1759
1759
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1762,10 +1762,10 @@ declare class Repository$1 implements Nomalism$1.PatchNotes.IRepository {
|
|
|
1762
1762
|
}
|
|
1763
1763
|
|
|
1764
1764
|
declare namespace patchNotes {
|
|
1765
|
-
export { Repository$
|
|
1765
|
+
export { Repository$2 as default };
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
|
-
declare class Repository implements Nomalism$1.DocumentHeaderSurvey.IRepository {
|
|
1768
|
+
declare class Repository$1 implements Nomalism$1.DocumentHeaderSurvey.IRepository {
|
|
1769
1769
|
route: string;
|
|
1770
1770
|
private api;
|
|
1771
1771
|
constructor({ api, route }: IModuleConstructor);
|
|
@@ -1774,6 +1774,19 @@ declare class Repository implements Nomalism$1.DocumentHeaderSurvey.IRepository
|
|
|
1774
1774
|
updateSurvey(body: Nomalism$1.DocumentHeaderSurvey.IUpdateSurveyRequest): Promise<void>;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
+
declare class Repository implements Nomalism$1.DocumentHeaderSubscriber.IRepository {
|
|
1778
|
+
route: string;
|
|
1779
|
+
private api;
|
|
1780
|
+
constructor({ api, route }: IModuleConstructor);
|
|
1781
|
+
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeaderSubscriber.Entity[]>;
|
|
1782
|
+
create(body: Nomalism$1.DocumentHeaderSubscriber.ICreateRequest): Promise<void>;
|
|
1783
|
+
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
declare namespace documentHeaderSubscriber {
|
|
1787
|
+
export { Repository as default };
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1777
1790
|
type IEnvironment = 'production' | 'uat' | 'development' | 'localhost';
|
|
1778
1791
|
type IService = 'stock' | 'users' | 'integration' | 'documents' | 'view' | 'print' | 'tickets' | 'llm';
|
|
1779
1792
|
interface IOptions {
|
|
@@ -1791,128 +1804,129 @@ declare class API {
|
|
|
1791
1804
|
processEnvironment: IEnvironment;
|
|
1792
1805
|
client: AxiosInstance;
|
|
1793
1806
|
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;
|
|
1807
|
+
BankData: Repository$1W;
|
|
1808
|
+
Client: Repository$1V;
|
|
1809
|
+
ClientType: Repository$1U;
|
|
1810
|
+
Chat: Repository$1T;
|
|
1811
|
+
Commissioner: Repository$1S;
|
|
1812
|
+
Country: Repository$1R;
|
|
1813
|
+
DocumentHeader: Repository$1Q;
|
|
1814
|
+
DocumentHeaderHistory: Repository$1P;
|
|
1815
|
+
BillOfLading: Repository$1O;
|
|
1816
|
+
ProductionOrder: Repository$1N;
|
|
1817
|
+
Proforma: Repository$1M;
|
|
1818
|
+
PropostaFornecedor: Repository$1L;
|
|
1819
|
+
ProviderCreditNoteFromReturn: Repository$1K;
|
|
1820
|
+
ProviderFinancialCreditNote: Repository$1J;
|
|
1821
|
+
ProviderServiceInvoice: Repository$1I;
|
|
1822
|
+
DocumentLine: Repository$1H;
|
|
1823
|
+
DocumentLineAssoc: Repository$1G;
|
|
1824
|
+
DocumentType: Repository$1F;
|
|
1825
|
+
Favorites: Repository$1E;
|
|
1826
|
+
File: Repository$1D;
|
|
1827
|
+
GoogleSheets: Repository$1C;
|
|
1828
|
+
Language: Repository$1B;
|
|
1829
|
+
Location: Repository$1A;
|
|
1830
|
+
Logout: Repository$1z;
|
|
1831
|
+
Multimedia: Repository$1y;
|
|
1832
|
+
Observation: Repository$1x;
|
|
1833
|
+
ObservationType: Repository$1w;
|
|
1834
|
+
Password: Repository$1v;
|
|
1835
|
+
ProductImage: Repository$1u;
|
|
1836
|
+
Promotion: Repository$1t;
|
|
1837
|
+
PromotionAssoc: Repository$1s;
|
|
1838
|
+
Providers: Repository$1r;
|
|
1839
|
+
ProviderType: Repository$1q;
|
|
1840
|
+
PurchaseConditions: Repository$1p;
|
|
1841
|
+
ReasonForExemption: Repository$1o;
|
|
1842
|
+
RefreshToken: Repository$1n;
|
|
1843
|
+
SegmentsArea: Repository$1m;
|
|
1844
|
+
Sessions: Repository$1l;
|
|
1845
|
+
Shippings: Repository$1k;
|
|
1846
|
+
StoreOperator: Repository$1j;
|
|
1847
|
+
Swift: Repository$1i;
|
|
1848
|
+
TypeOfLocation: Repository$1h;
|
|
1849
|
+
UnitOfMeasure: Repository$1g;
|
|
1850
|
+
UserPositions: Repository$1f;
|
|
1851
|
+
Users: Repository$1e;
|
|
1852
|
+
VatTax: Repository$1d;
|
|
1853
|
+
VatTaxZone: Repository$1c;
|
|
1854
|
+
Workflow: Repository$1b;
|
|
1855
|
+
DeliveryMethods: Repository$1a;
|
|
1856
|
+
MaturityDates: Repository$19;
|
|
1857
|
+
PaymentMethods: Repository$18;
|
|
1858
|
+
Vehicles: Repository$17;
|
|
1859
|
+
ExternalDocumentType: Repository$16;
|
|
1860
|
+
DocumentSet: Repository$15;
|
|
1861
|
+
Payment: Repository$14;
|
|
1862
|
+
ExternalDocumentHeader: Repository$13;
|
|
1863
|
+
VatValidation: Repository$12;
|
|
1864
|
+
StockMovement: Repository$11;
|
|
1865
|
+
ZipCode: Repository$10;
|
|
1866
|
+
Tenant: Repository$$;
|
|
1867
|
+
PreSale: Repository$_;
|
|
1868
|
+
PreSaleProduct: Repository$Z;
|
|
1869
|
+
OrderManagement: Repository$Y;
|
|
1870
|
+
Npc: Repository$X;
|
|
1871
|
+
Printer: Repository$W;
|
|
1872
|
+
SchedulePrintJob: Repository$V;
|
|
1873
|
+
QueryList: Repository$U;
|
|
1874
|
+
QueryParameter: Repository$T;
|
|
1875
|
+
ReturnReason: Repository$S;
|
|
1876
|
+
PropostaSheets: Repository$R;
|
|
1877
|
+
Schedule: Repository$Q;
|
|
1878
|
+
GoogleFilePermission: Repository$P;
|
|
1879
|
+
Settings: Repository$O;
|
|
1880
|
+
Tickets: Repository$N;
|
|
1881
|
+
Channel: Repository$M;
|
|
1882
|
+
TicketsLanguage: Repository$L;
|
|
1883
|
+
Clt: Repository$K;
|
|
1884
|
+
StartDocumentHeaderLastUpdate: Repository$J;
|
|
1885
|
+
Persona: Repository$I;
|
|
1886
|
+
ProjectInfo: Repository$H;
|
|
1887
|
+
Order: Repository$G;
|
|
1888
|
+
Purchase: Repository$F;
|
|
1889
|
+
MaterialEntrance: Repository$E;
|
|
1890
|
+
Transformado: Repository$D;
|
|
1891
|
+
UpfrontReturn: Repository$C;
|
|
1892
|
+
SavedEmPicking: Repository$B;
|
|
1893
|
+
EmailTemplate: Repository$A;
|
|
1894
|
+
EmailTemplateAttachment: Repository$z;
|
|
1895
|
+
Prison: Repository$y;
|
|
1896
|
+
Quebra: Repository$x;
|
|
1897
|
+
Inventario: Repository$w;
|
|
1898
|
+
ReturnToProvider: Repository$v;
|
|
1899
|
+
EmailVerification: Repository$u;
|
|
1900
|
+
EmailLog: Repository$t;
|
|
1901
|
+
DocumentLineNote: Repository$s;
|
|
1902
|
+
SavedProviderProposal: Repository$r;
|
|
1903
|
+
ProductGoogleSheets: Repository$q;
|
|
1904
|
+
Task: Repository$p;
|
|
1905
|
+
TaskMessage: Repository$o;
|
|
1906
|
+
RecurrentTasks: Repository$n;
|
|
1907
|
+
TaskRead: Repository$m;
|
|
1908
|
+
Theme: Repository$l;
|
|
1909
|
+
Dashboard: Repository$k;
|
|
1910
|
+
ChatRapidMessage: Repository$j;
|
|
1911
|
+
SideMenu: Repository$i;
|
|
1912
|
+
ErrorLog: Repository$h;
|
|
1913
|
+
AdminPanel: Repository$g;
|
|
1914
|
+
DocumentLineRm: Repository$f;
|
|
1915
|
+
DocumentLineMt: Repository$e;
|
|
1916
|
+
ChatSubscriber: Repository$d;
|
|
1917
|
+
Tag: Repository$c;
|
|
1918
|
+
Gmails: Repository$b;
|
|
1919
|
+
NPF: Repository$a;
|
|
1920
|
+
NRCL: Repository$9;
|
|
1921
|
+
PaymentBatch: Repository$7;
|
|
1922
|
+
CurrentAccount: Repository$8;
|
|
1923
|
+
Portal: Repository$6;
|
|
1924
|
+
GoogleSheetPool: Repository$5;
|
|
1925
|
+
AccountCode: Repository$4;
|
|
1926
|
+
LLM: Repository$3;
|
|
1927
|
+
PatchNotes: Repository$2;
|
|
1928
|
+
DocumentHeaderSurvey: Repository$1;
|
|
1929
|
+
DocumentHeaderSubscriber: Repository;
|
|
1916
1930
|
private defaultHeaders;
|
|
1917
1931
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1918
1932
|
}
|
|
@@ -1923,7 +1937,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1923
1937
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1924
1938
|
type Nomalism_IOptions = IOptions;
|
|
1925
1939
|
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 };
|
|
1940
|
+
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
1941
|
}
|
|
1928
1942
|
|
|
1929
1943
|
export { Nomalism as default };
|