@nomalism-com/api 0.36.28 → 0.37.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +174 -247
- package/dist/index.d.ts +173 -204
- package/dist/index.js +174 -247
- package/package.json +17 -21
- package/.editorconfig +0 -9
- package/.prettierrc +0 -7
- package/eslint.config.mjs +0 -39
- package/package-lock.json +0 -4616
- package/src/index.ts +0 -3
- package/src/main.ts +0 -805
- package/src/modules/document/billOfLading.ts +0 -24
- package/src/modules/document/inventario.ts +0 -21
- package/src/modules/document/materialEntrance.ts +0 -81
- package/src/modules/document/order.ts +0 -52
- package/src/modules/document/productionOrder.ts +0 -23
- package/src/modules/document/proforma.ts +0 -22
- package/src/modules/document/propostaFornecedor.ts +0 -24
- package/src/modules/document/propostaSheets.ts +0 -87
- package/src/modules/document/providerCreditNoteFromReturn.ts +0 -32
- package/src/modules/document/providerFinancialCreditNote.ts +0 -32
- package/src/modules/document/providerServiceInvoice.ts +0 -23
- package/src/modules/document/purchase.ts +0 -40
- package/src/modules/document/quebra.ts +0 -41
- package/src/modules/document/returnToProvider.ts +0 -37
- package/src/modules/document/transformado.ts +0 -27
- package/src/modules/document/upfrontReturn.ts +0 -25
- package/src/modules/documentManagement/multimedia.ts +0 -39
- package/src/modules/integration/emailLog.ts +0 -43
- package/src/modules/integration/emailTemplate.ts +0 -44
- package/src/modules/integration/emailTemplateAttachment.ts +0 -26
- package/src/modules/integration/emailVerification.ts +0 -34
- package/src/modules/integration/googleFilePermission.ts +0 -43
- package/src/modules/integration/googleSheets.ts +0 -47
- package/src/modules/integration/observation.ts +0 -55
- package/src/modules/integration/observationType.ts +0 -53
- package/src/modules/integration/projectInfo.ts +0 -21
- package/src/modules/integration/settings.ts +0 -48
- package/src/modules/print/npc.ts +0 -39
- package/src/modules/print/printer.ts +0 -48
- package/src/modules/print/schedulePrintJob.ts +0 -45
- package/src/modules/stock/chat.ts +0 -54
- package/src/modules/stock/chatRapidMessage.ts +0 -48
- package/src/modules/stock/dashboard.ts +0 -24
- package/src/modules/stock/file.ts +0 -45
- package/src/modules/stock/location.ts +0 -74
- package/src/modules/stock/prison.ts +0 -46
- package/src/modules/stock/productGoogleSheets.ts +0 -175
- package/src/modules/stock/productImage.ts +0 -67
- package/src/modules/stock/promotion.ts +0 -107
- package/src/modules/stock/promotionAssoc.ts +0 -69
- package/src/modules/stock/queryList.ts +0 -72
- package/src/modules/stock/queryParameter.ts +0 -56
- package/src/modules/stock/recurrentTasks.ts +0 -25
- package/src/modules/stock/returnReason.ts +0 -42
- package/src/modules/stock/savedEmPicking.ts +0 -35
- package/src/modules/stock/savedProviderProposal.ts +0 -42
- package/src/modules/stock/schedule.ts +0 -21
- package/src/modules/stock/sideMenu.ts +0 -45
- package/src/modules/stock/stockMovement.ts +0 -56
- package/src/modules/stock/tag.ts +0 -37
- package/src/modules/stock/task.ts +0 -57
- package/src/modules/stock/taskMessage.ts +0 -33
- package/src/modules/stock/taskRead.ts +0 -25
- package/src/modules/stock/typeOfLocation.ts +0 -78
- package/src/modules/stock/unitOfMeasure.ts +0 -78
- package/src/modules/stock/vatTax.ts +0 -74
- package/src/modules/stock/vatTaxZone.ts +0 -78
- package/src/modules/supply/clientCurrentAccount.ts +0 -71
- package/src/modules/supply/documentHeader.ts +0 -195
- package/src/modules/supply/documentHeaderHistory.ts +0 -24
- package/src/modules/supply/documentLine.ts +0 -75
- package/src/modules/supply/documentLineAssoc.ts +0 -57
- package/src/modules/supply/documentLineMt.ts +0 -28
- package/src/modules/supply/documentLineNote.ts +0 -35
- package/src/modules/supply/documentLineRm.ts +0 -28
- package/src/modules/supply/documentSet.ts +0 -56
- package/src/modules/supply/documentType.ts +0 -60
- package/src/modules/supply/externalDocumentHeader.ts +0 -96
- package/src/modules/supply/externalDocumentType.ts +0 -29
- package/src/modules/supply/orderManagement.ts +0 -33
- package/src/modules/supply/payment.ts +0 -156
- package/src/modules/supply/preSale.ts +0 -72
- package/src/modules/supply/preSaleProduct.ts +0 -29
- package/src/modules/supply/providerCurrentAccount.ts +0 -26
- package/src/modules/supply/startDocumentHeaderLastUpdate.ts +0 -24
- package/src/modules/supply/vatValidation.ts +0 -26
- package/src/modules/supply/workflow.ts +0 -53
- package/src/modules/tickets/channel.ts +0 -54
- package/src/modules/tickets/clt.ts +0 -50
- package/src/modules/tickets/language.ts +0 -56
- package/src/modules/tickets/tickets.ts +0 -41
- package/src/modules/user/bankData.ts +0 -67
- package/src/modules/user/chatSubscriber.ts +0 -49
- package/src/modules/user/clientType.ts +0 -67
- package/src/modules/user/clients.ts +0 -89
- package/src/modules/user/commissioner.ts +0 -81
- package/src/modules/user/country.ts +0 -77
- package/src/modules/user/deliveryMethods.ts +0 -60
- package/src/modules/user/favorites.ts +0 -39
- package/src/modules/user/groupPermission.ts +0 -45
- package/src/modules/user/language.ts +0 -68
- package/src/modules/user/logout.ts +0 -20
- package/src/modules/user/maturityDates.ts +0 -60
- package/src/modules/user/password.ts +0 -25
- package/src/modules/user/paymentMethods.ts +0 -60
- package/src/modules/user/permission.ts +0 -43
- package/src/modules/user/persona.ts +0 -92
- package/src/modules/user/provider.ts +0 -90
- package/src/modules/user/providerType.ts +0 -70
- package/src/modules/user/purchaseCondition.ts +0 -69
- package/src/modules/user/reasonForExemption.ts +0 -69
- package/src/modules/user/refreshToken.ts +0 -24
- package/src/modules/user/segmentsArea.ts +0 -67
- package/src/modules/user/sessions.ts +0 -22
- package/src/modules/user/shippings.ts +0 -65
- package/src/modules/user/storeOperator.ts +0 -56
- package/src/modules/user/swift.ts +0 -65
- package/src/modules/user/tenant.ts +0 -42
- package/src/modules/user/theme.ts +0 -21
- package/src/modules/user/user.ts +0 -79
- package/src/modules/user/userPermission.ts +0 -40
- package/src/modules/user/userPositions.ts +0 -69
- package/src/modules/user/vehicles.ts +0 -42
- package/src/modules/user/zipCode.ts +0 -28
- package/src/modules/view/adminPanel.ts +0 -24
- package/src/modules/view/errorLog.ts +0 -21
- package/tsconfig.json +0 -18
- package/tsup.config.ts +0 -13
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
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$1N implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1P implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1N as default };
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
type IPaginationResponse$5 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Client.IFindResponse>;
|
|
23
|
-
declare class Repository$
|
|
23
|
+
declare class Repository$1M implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1O implements Nomalism$1.Client.IRepository {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
declare namespace clients {
|
|
41
|
-
export { type IPaginationResponse$5 as IPaginationResponse, Repository$
|
|
41
|
+
export { type IPaginationResponse$5 as IPaginationResponse, Repository$1M as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1L implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1N implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1L as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1K implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1M implements Nomalism$1.Chat.IRepository {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
type IPaginationResponse$4 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Commissioner.IFindResponse>;
|
|
77
|
-
declare class Repository$
|
|
77
|
+
declare class Repository$1J implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1L implements Nomalism$1.Commissioner.IRepository {
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
declare namespace commissioner {
|
|
93
|
-
export { type IPaginationResponse$4 as IPaginationResponse, Repository$
|
|
93
|
+
export { type IPaginationResponse$4 as IPaginationResponse, Repository$1J as default };
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
type IPaginationResponse$3 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Country.IFindResponse>;
|
|
97
|
-
declare class Repository$
|
|
97
|
+
declare class Repository$1I implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,10 +110,10 @@ declare class Repository$1K implements Nomalism$1.Country.IRepository {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
declare namespace country {
|
|
113
|
-
export { type IPaginationResponse$3 as IPaginationResponse, Repository$
|
|
113
|
+
export { type IPaginationResponse$3 as IPaginationResponse, Repository$1I as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1H implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
@@ -137,19 +137,20 @@ declare class Repository$1J implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
137
137
|
sendClientNotification({ id }: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.DocumentHeader.ISendClientNotificationRequest): Promise<void>;
|
|
138
138
|
markUnsentClientNotification({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
139
139
|
documentPdf({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<string>;
|
|
140
|
-
documentPdfStream({ id }: Nomalism$1.shared.IFindByIdRequest, params?: Nomalism$1.DocumentHeader.IDocumentPdfRequest): Promise<AxiosResponse>;
|
|
141
140
|
getDocumentPdfUrl({ id }: Nomalism$1.shared.IFindByIdRequest, data?: Nomalism$1.DocumentHeader.IDocumentPdfRequest): string;
|
|
141
|
+
documentThermalPrint({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<string>;
|
|
142
142
|
documentList({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IDocumentListResponse[]>;
|
|
143
143
|
getAllRelatedDocumentHeaderIds({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<string[]>;
|
|
144
144
|
findStartDocumentHeaderSiblings({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindStartDocumentHeaderSiblingsResponse>;
|
|
145
145
|
findRmOpenDocuments(): Promise<Nomalism$1.DocumentHeader.IFindRmOpenDocuments[]>;
|
|
146
|
+
regularizarMultiplosDocumentos(data: Nomalism$1.DocumentHeader.IMultipleRegularizations): Promise<void>;
|
|
146
147
|
}
|
|
147
148
|
|
|
148
149
|
declare namespace documentHeader {
|
|
149
|
-
export { Repository$
|
|
150
|
+
export { Repository$1H as default };
|
|
150
151
|
}
|
|
151
152
|
|
|
152
|
-
declare class Repository$
|
|
153
|
+
declare class Repository$1G implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
153
154
|
route: string;
|
|
154
155
|
publicRoute: string;
|
|
155
156
|
private api;
|
|
@@ -158,10 +159,10 @@ declare class Repository$1I implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
declare namespace documentHeaderHistory {
|
|
161
|
-
export { Repository$
|
|
162
|
+
export { Repository$1G as default };
|
|
162
163
|
}
|
|
163
164
|
|
|
164
|
-
declare class Repository$
|
|
165
|
+
declare class Repository$1F implements Nomalism$1.BillOfLading.IRepository {
|
|
165
166
|
route: string;
|
|
166
167
|
publicRoute: string;
|
|
167
168
|
private api;
|
|
@@ -169,7 +170,7 @@ declare class Repository$1H implements Nomalism$1.BillOfLading.IRepository {
|
|
|
169
170
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
170
171
|
}
|
|
171
172
|
|
|
172
|
-
declare class Repository$
|
|
173
|
+
declare class Repository$1E implements Nomalism$1.ProductionOrder.IRepository {
|
|
173
174
|
route: string;
|
|
174
175
|
publicRoute: string;
|
|
175
176
|
private api;
|
|
@@ -177,7 +178,7 @@ declare class Repository$1G implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
177
178
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
178
179
|
}
|
|
179
180
|
|
|
180
|
-
declare class Repository$
|
|
181
|
+
declare class Repository$1D implements Nomalism$1.Proforma.IRepository {
|
|
181
182
|
route: string;
|
|
182
183
|
publicRoute: string;
|
|
183
184
|
private api;
|
|
@@ -185,7 +186,7 @@ declare class Repository$1F implements Nomalism$1.Proforma.IRepository {
|
|
|
185
186
|
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<Nomalism$1.shared.ITaskCluster[]>;
|
|
186
187
|
}
|
|
187
188
|
|
|
188
|
-
declare class Repository$
|
|
189
|
+
declare class Repository$1C implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
189
190
|
route: string;
|
|
190
191
|
publicRoute: string;
|
|
191
192
|
private api;
|
|
@@ -193,7 +194,7 @@ declare class Repository$1E implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
193
194
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
194
195
|
}
|
|
195
196
|
|
|
196
|
-
declare class Repository$
|
|
197
|
+
declare class Repository$1B implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
197
198
|
route: string;
|
|
198
199
|
publicRoute: string;
|
|
199
200
|
private api;
|
|
@@ -202,7 +203,7 @@ declare class Repository$1D implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
202
203
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
203
204
|
}
|
|
204
205
|
|
|
205
|
-
declare class Repository$
|
|
206
|
+
declare class Repository$1A implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
206
207
|
route: string;
|
|
207
208
|
publicRoute: string;
|
|
208
209
|
private api;
|
|
@@ -211,7 +212,7 @@ declare class Repository$1C implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
211
212
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
212
213
|
}
|
|
213
214
|
|
|
214
|
-
declare class Repository$
|
|
215
|
+
declare class Repository$1z implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
215
216
|
route: string;
|
|
216
217
|
publicRoute: string;
|
|
217
218
|
private api;
|
|
@@ -219,7 +220,7 @@ declare class Repository$1B implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
219
220
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
220
221
|
}
|
|
221
222
|
|
|
222
|
-
declare class Repository$
|
|
223
|
+
declare class Repository$1y implements Nomalism$1.DocumentLine.IRepository {
|
|
223
224
|
route: string;
|
|
224
225
|
publicRoute: string;
|
|
225
226
|
private api;
|
|
@@ -236,10 +237,10 @@ declare class Repository$1A implements Nomalism$1.DocumentLine.IRepository {
|
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
declare namespace documentLine {
|
|
239
|
-
export { Repository$
|
|
240
|
+
export { Repository$1y as default };
|
|
240
241
|
}
|
|
241
242
|
|
|
242
|
-
declare class Repository$
|
|
243
|
+
declare class Repository$1x implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
243
244
|
route: string;
|
|
244
245
|
publicRoute: string;
|
|
245
246
|
private api;
|
|
@@ -252,10 +253,10 @@ declare class Repository$1z implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
252
253
|
}
|
|
253
254
|
|
|
254
255
|
declare namespace documentLineAssoc {
|
|
255
|
-
export { Repository$
|
|
256
|
+
export { Repository$1x as default };
|
|
256
257
|
}
|
|
257
258
|
|
|
258
|
-
declare class Repository$
|
|
259
|
+
declare class Repository$1w implements Nomalism$1.DocumentType.IApi {
|
|
259
260
|
route: string;
|
|
260
261
|
publicRoute: string;
|
|
261
262
|
private api;
|
|
@@ -269,10 +270,10 @@ declare class Repository$1y implements Nomalism$1.DocumentType.IApi {
|
|
|
269
270
|
}
|
|
270
271
|
|
|
271
272
|
declare namespace documentType {
|
|
272
|
-
export { Repository$
|
|
273
|
+
export { Repository$1w as default };
|
|
273
274
|
}
|
|
274
275
|
|
|
275
|
-
declare class Repository$
|
|
276
|
+
declare class Repository$1v implements Nomalism$1.Favorites.IRepository {
|
|
276
277
|
route: string;
|
|
277
278
|
publicRoute: string;
|
|
278
279
|
private api;
|
|
@@ -284,10 +285,10 @@ declare class Repository$1x implements Nomalism$1.Favorites.IRepository {
|
|
|
284
285
|
}
|
|
285
286
|
|
|
286
287
|
declare namespace favorites {
|
|
287
|
-
export { Repository$
|
|
288
|
+
export { Repository$1v as default };
|
|
288
289
|
}
|
|
289
290
|
|
|
290
|
-
declare class Repository$
|
|
291
|
+
declare class Repository$1u implements Nomalism$1.File.IRepository {
|
|
291
292
|
route: string;
|
|
292
293
|
publicRoute: string;
|
|
293
294
|
private api;
|
|
@@ -299,10 +300,10 @@ declare class Repository$1w implements Nomalism$1.File.IRepository {
|
|
|
299
300
|
}
|
|
300
301
|
|
|
301
302
|
declare namespace file {
|
|
302
|
-
export { Repository$
|
|
303
|
+
export { Repository$1u as default };
|
|
303
304
|
}
|
|
304
305
|
|
|
305
|
-
declare class Repository$
|
|
306
|
+
declare class Repository$1t implements Nomalism$1.GoogleSheets.IController {
|
|
306
307
|
route: string;
|
|
307
308
|
publicRoute: string;
|
|
308
309
|
private api;
|
|
@@ -314,10 +315,10 @@ declare class Repository$1v implements Nomalism$1.GoogleSheets.IController {
|
|
|
314
315
|
}
|
|
315
316
|
|
|
316
317
|
declare namespace googleSheets {
|
|
317
|
-
export { Repository$
|
|
318
|
+
export { Repository$1t as default };
|
|
318
319
|
}
|
|
319
320
|
|
|
320
|
-
declare class Repository$
|
|
321
|
+
declare class Repository$1s implements Nomalism$1.GroupPermissions.IApi {
|
|
321
322
|
route: string;
|
|
322
323
|
publicRoute: string;
|
|
323
324
|
private api;
|
|
@@ -329,11 +330,11 @@ declare class Repository$1u implements Nomalism$1.GroupPermissions.IApi {
|
|
|
329
330
|
}
|
|
330
331
|
|
|
331
332
|
declare namespace groupPermission {
|
|
332
|
-
export { Repository$
|
|
333
|
+
export { Repository$1s as default };
|
|
333
334
|
}
|
|
334
335
|
|
|
335
336
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
336
|
-
declare class Repository$
|
|
337
|
+
declare class Repository$1r implements Nomalism$1.Language.IRepository {
|
|
337
338
|
route: string;
|
|
338
339
|
publicRoute: string;
|
|
339
340
|
private api;
|
|
@@ -348,10 +349,10 @@ declare class Repository$1t implements Nomalism$1.Language.IRepository {
|
|
|
348
349
|
}
|
|
349
350
|
|
|
350
351
|
declare namespace language$1 {
|
|
351
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
352
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1r as default };
|
|
352
353
|
}
|
|
353
354
|
|
|
354
|
-
declare class Repository$
|
|
355
|
+
declare class Repository$1q implements Nomalism$1.Location.IRepository {
|
|
355
356
|
route: string;
|
|
356
357
|
publicRoute: string;
|
|
357
358
|
private api;
|
|
@@ -367,10 +368,10 @@ declare class Repository$1s implements Nomalism$1.Location.IRepository {
|
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
declare namespace location {
|
|
370
|
-
export { Repository$
|
|
371
|
+
export { Repository$1q as default };
|
|
371
372
|
}
|
|
372
373
|
|
|
373
|
-
declare class Repository$
|
|
374
|
+
declare class Repository$1p {
|
|
374
375
|
route: string;
|
|
375
376
|
publicRoute: string;
|
|
376
377
|
private api;
|
|
@@ -379,23 +380,23 @@ declare class Repository$1r {
|
|
|
379
380
|
}
|
|
380
381
|
|
|
381
382
|
declare namespace logout {
|
|
382
|
-
export { Repository$
|
|
383
|
+
export { Repository$1p as default };
|
|
383
384
|
}
|
|
384
385
|
|
|
385
|
-
declare class Repository$
|
|
386
|
+
declare class Repository$1o implements Nomalism$1.Multimedia.IApi {
|
|
386
387
|
route: string;
|
|
387
388
|
publicRoute: string;
|
|
388
389
|
private api;
|
|
389
390
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
390
391
|
getUrl(multimediaId: string, download?: boolean): string;
|
|
391
|
-
create(multipartFormData: any, headers?:
|
|
392
|
+
create(multipartFormData: any, headers?: RawAxiosRequestHeaders): Promise<Nomalism$1.Multimedia.Entity>;
|
|
392
393
|
}
|
|
393
394
|
|
|
394
395
|
declare namespace multimedia {
|
|
395
|
-
export { Repository$
|
|
396
|
+
export { Repository$1o as default };
|
|
396
397
|
}
|
|
397
398
|
|
|
398
|
-
declare class Repository$
|
|
399
|
+
declare class Repository$1n implements Nomalism$1.Observation.IApi {
|
|
399
400
|
route: string;
|
|
400
401
|
publicRoute: string;
|
|
401
402
|
private api;
|
|
@@ -408,10 +409,10 @@ declare class Repository$1p implements Nomalism$1.Observation.IApi {
|
|
|
408
409
|
}
|
|
409
410
|
|
|
410
411
|
declare namespace observation {
|
|
411
|
-
export { Repository$
|
|
412
|
+
export { Repository$1n as default };
|
|
412
413
|
}
|
|
413
414
|
|
|
414
|
-
declare class Repository$
|
|
415
|
+
declare class Repository$1m implements Nomalism$1.ObservationType.IApi {
|
|
415
416
|
route: string;
|
|
416
417
|
publicRoute: string;
|
|
417
418
|
private api;
|
|
@@ -424,10 +425,10 @@ declare class Repository$1o implements Nomalism$1.ObservationType.IApi {
|
|
|
424
425
|
}
|
|
425
426
|
|
|
426
427
|
declare namespace observationType {
|
|
427
|
-
export { Repository$
|
|
428
|
+
export { Repository$1m as default };
|
|
428
429
|
}
|
|
429
430
|
|
|
430
|
-
declare class Repository$
|
|
431
|
+
declare class Repository$1l implements Nomalism$1.Password.IRepository {
|
|
431
432
|
route: string;
|
|
432
433
|
publicRoute: string;
|
|
433
434
|
private api;
|
|
@@ -437,10 +438,10 @@ declare class Repository$1n implements Nomalism$1.Password.IRepository {
|
|
|
437
438
|
}
|
|
438
439
|
|
|
439
440
|
declare namespace password {
|
|
440
|
-
export { Repository$
|
|
441
|
+
export { Repository$1l as default };
|
|
441
442
|
}
|
|
442
443
|
|
|
443
|
-
declare class Repository$
|
|
444
|
+
declare class Repository$1k implements Nomalism$1.Permissions.IApi {
|
|
444
445
|
route: string;
|
|
445
446
|
publicRoute: string;
|
|
446
447
|
private api;
|
|
@@ -452,10 +453,10 @@ declare class Repository$1m implements Nomalism$1.Permissions.IApi {
|
|
|
452
453
|
}
|
|
453
454
|
|
|
454
455
|
declare namespace permission {
|
|
455
|
-
export { Repository$
|
|
456
|
+
export { Repository$1k as default };
|
|
456
457
|
}
|
|
457
458
|
|
|
458
|
-
declare class Repository$
|
|
459
|
+
declare class Repository$1j implements Nomalism$1.ProductImage.IRepository {
|
|
459
460
|
route: string;
|
|
460
461
|
publicRoute: string;
|
|
461
462
|
private api;
|
|
@@ -470,10 +471,10 @@ declare class Repository$1l implements Nomalism$1.ProductImage.IRepository {
|
|
|
470
471
|
}
|
|
471
472
|
|
|
472
473
|
declare namespace productImage {
|
|
473
|
-
export { Repository$
|
|
474
|
+
export { Repository$1j as default };
|
|
474
475
|
}
|
|
475
476
|
|
|
476
|
-
declare class Repository$
|
|
477
|
+
declare class Repository$1i implements Nomalism$1.Promotion.IRepository {
|
|
477
478
|
route: string;
|
|
478
479
|
publicRoute: string;
|
|
479
480
|
private api;
|
|
@@ -490,10 +491,10 @@ declare class Repository$1k implements Nomalism$1.Promotion.IRepository {
|
|
|
490
491
|
}
|
|
491
492
|
|
|
492
493
|
declare namespace promotion {
|
|
493
|
-
export { Repository$
|
|
494
|
+
export { Repository$1i as default };
|
|
494
495
|
}
|
|
495
496
|
|
|
496
|
-
declare class Repository$
|
|
497
|
+
declare class Repository$1h implements Nomalism$1.PromotionAssoc.IRepository {
|
|
497
498
|
route: string;
|
|
498
499
|
publicRoute: string;
|
|
499
500
|
private api;
|
|
@@ -508,10 +509,10 @@ declare class Repository$1j implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
508
509
|
}
|
|
509
510
|
|
|
510
511
|
declare namespace promotionAssoc {
|
|
511
|
-
export { Repository$
|
|
512
|
+
export { Repository$1h as default };
|
|
512
513
|
}
|
|
513
514
|
|
|
514
|
-
declare class Repository$
|
|
515
|
+
declare class Repository$1g implements Nomalism$1.Providers.IRepository {
|
|
515
516
|
route: string;
|
|
516
517
|
publicRoute: string;
|
|
517
518
|
private api;
|
|
@@ -529,11 +530,11 @@ declare class Repository$1i implements Nomalism$1.Providers.IRepository {
|
|
|
529
530
|
}
|
|
530
531
|
|
|
531
532
|
declare namespace provider {
|
|
532
|
-
export { Repository$
|
|
533
|
+
export { Repository$1g as default };
|
|
533
534
|
}
|
|
534
535
|
|
|
535
536
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
536
|
-
declare class Repository$
|
|
537
|
+
declare class Repository$1f implements Nomalism$1.ProviderType.IRepository {
|
|
537
538
|
route: string;
|
|
538
539
|
publicRoute: string;
|
|
539
540
|
private api;
|
|
@@ -548,10 +549,10 @@ declare class Repository$1h implements Nomalism$1.ProviderType.IRepository {
|
|
|
548
549
|
}
|
|
549
550
|
|
|
550
551
|
declare namespace providerType {
|
|
551
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
552
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1f as default };
|
|
552
553
|
}
|
|
553
554
|
|
|
554
|
-
declare class Repository$
|
|
555
|
+
declare class Repository$1e implements Nomalism$1.PurchaseConditions.IRepository {
|
|
555
556
|
route: string;
|
|
556
557
|
publicRoute: string;
|
|
557
558
|
private api;
|
|
@@ -566,10 +567,10 @@ declare class Repository$1g implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
566
567
|
}
|
|
567
568
|
|
|
568
569
|
declare namespace purchaseCondition {
|
|
569
|
-
export { Repository$
|
|
570
|
+
export { Repository$1e as default };
|
|
570
571
|
}
|
|
571
572
|
|
|
572
|
-
declare class Repository$
|
|
573
|
+
declare class Repository$1d implements Nomalism$1.ReasonForExemption.IRepository {
|
|
573
574
|
route: string;
|
|
574
575
|
publicRoute: string;
|
|
575
576
|
private api;
|
|
@@ -584,10 +585,10 @@ declare class Repository$1f implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
584
585
|
}
|
|
585
586
|
|
|
586
587
|
declare namespace reasonForExemption {
|
|
587
|
-
export { Repository$
|
|
588
|
+
export { Repository$1d as default };
|
|
588
589
|
}
|
|
589
590
|
|
|
590
|
-
declare class Repository$
|
|
591
|
+
declare class Repository$1c implements Nomalism$1.RefreshToken.IRepository {
|
|
591
592
|
route: string;
|
|
592
593
|
publicRoute: string;
|
|
593
594
|
private api;
|
|
@@ -596,10 +597,10 @@ declare class Repository$1e implements Nomalism$1.RefreshToken.IRepository {
|
|
|
596
597
|
}
|
|
597
598
|
|
|
598
599
|
declare namespace refreshToken {
|
|
599
|
-
export { Repository$
|
|
600
|
+
export { Repository$1c as default };
|
|
600
601
|
}
|
|
601
602
|
|
|
602
|
-
declare class Repository$
|
|
603
|
+
declare class Repository$1b implements Nomalism$1.SegmentsArea.IRepository {
|
|
603
604
|
route: string;
|
|
604
605
|
publicRoute: string;
|
|
605
606
|
private api;
|
|
@@ -614,10 +615,10 @@ declare class Repository$1d implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
614
615
|
}
|
|
615
616
|
|
|
616
617
|
declare namespace segmentsArea {
|
|
617
|
-
export { Repository$
|
|
618
|
+
export { Repository$1b as default };
|
|
618
619
|
}
|
|
619
620
|
|
|
620
|
-
declare class Repository$
|
|
621
|
+
declare class Repository$1a implements Nomalism$1.Sessions.IRepository {
|
|
621
622
|
route: string;
|
|
622
623
|
publicRoute: string;
|
|
623
624
|
private api;
|
|
@@ -626,10 +627,10 @@ declare class Repository$1c implements Nomalism$1.Sessions.IRepository {
|
|
|
626
627
|
}
|
|
627
628
|
|
|
628
629
|
declare namespace sessions {
|
|
629
|
-
export { Repository$
|
|
630
|
+
export { Repository$1a as default };
|
|
630
631
|
}
|
|
631
632
|
|
|
632
|
-
declare class Repository$
|
|
633
|
+
declare class Repository$19 implements Nomalism$1.Shippings.IRepository {
|
|
633
634
|
route: string;
|
|
634
635
|
publicRoute: string;
|
|
635
636
|
private api;
|
|
@@ -644,10 +645,10 @@ declare class Repository$1b implements Nomalism$1.Shippings.IRepository {
|
|
|
644
645
|
}
|
|
645
646
|
|
|
646
647
|
declare namespace shippings {
|
|
647
|
-
export { Repository$
|
|
648
|
+
export { Repository$19 as default };
|
|
648
649
|
}
|
|
649
650
|
|
|
650
|
-
declare class Repository$
|
|
651
|
+
declare class Repository$18 implements Nomalism$1.StoreOperator.IRepository {
|
|
651
652
|
route: string;
|
|
652
653
|
publicRoute: string;
|
|
653
654
|
private api;
|
|
@@ -661,11 +662,11 @@ declare class Repository$1a implements Nomalism$1.StoreOperator.IRepository {
|
|
|
661
662
|
}
|
|
662
663
|
|
|
663
664
|
declare namespace storeOperator {
|
|
664
|
-
export { Repository$
|
|
665
|
+
export { Repository$18 as default };
|
|
665
666
|
}
|
|
666
667
|
|
|
667
668
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
668
|
-
declare class Repository$
|
|
669
|
+
declare class Repository$17 implements Nomalism$1.Swift.IRepository {
|
|
669
670
|
route: string;
|
|
670
671
|
publicRoute: string;
|
|
671
672
|
private api;
|
|
@@ -681,10 +682,10 @@ declare class Repository$19 implements Nomalism$1.Swift.IRepository {
|
|
|
681
682
|
|
|
682
683
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
683
684
|
declare namespace swift {
|
|
684
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
685
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$17 as default };
|
|
685
686
|
}
|
|
686
687
|
|
|
687
|
-
declare class Repository$
|
|
688
|
+
declare class Repository$16 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
688
689
|
route: string;
|
|
689
690
|
publicRoute: string;
|
|
690
691
|
private api;
|
|
@@ -700,10 +701,10 @@ declare class Repository$18 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
700
701
|
}
|
|
701
702
|
|
|
702
703
|
declare namespace typeOfLocation {
|
|
703
|
-
export { Repository$
|
|
704
|
+
export { Repository$16 as default };
|
|
704
705
|
}
|
|
705
706
|
|
|
706
|
-
declare class Repository$
|
|
707
|
+
declare class Repository$15 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
707
708
|
route: string;
|
|
708
709
|
publicRoute: string;
|
|
709
710
|
private api;
|
|
@@ -719,10 +720,10 @@ declare class Repository$17 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
719
720
|
}
|
|
720
721
|
|
|
721
722
|
declare namespace unitOfMeasure {
|
|
722
|
-
export { Repository$
|
|
723
|
+
export { Repository$15 as default };
|
|
723
724
|
}
|
|
724
725
|
|
|
725
|
-
declare class Repository$
|
|
726
|
+
declare class Repository$14 implements Nomalism$1.UserPermissions.IRepository {
|
|
726
727
|
route: string;
|
|
727
728
|
publicRoute: string;
|
|
728
729
|
private api;
|
|
@@ -733,10 +734,10 @@ declare class Repository$16 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
733
734
|
}
|
|
734
735
|
|
|
735
736
|
declare namespace userPermission {
|
|
736
|
-
export { Repository$
|
|
737
|
+
export { Repository$14 as default };
|
|
737
738
|
}
|
|
738
739
|
|
|
739
|
-
declare class Repository$
|
|
740
|
+
declare class Repository$13 implements Nomalism$1.UserPositions.IRepository {
|
|
740
741
|
route: string;
|
|
741
742
|
publicRoute: string;
|
|
742
743
|
private api;
|
|
@@ -751,10 +752,10 @@ declare class Repository$15 implements Nomalism$1.UserPositions.IRepository {
|
|
|
751
752
|
}
|
|
752
753
|
|
|
753
754
|
declare namespace userPositions {
|
|
754
|
-
export { Repository$
|
|
755
|
+
export { Repository$13 as default };
|
|
755
756
|
}
|
|
756
757
|
|
|
757
|
-
declare class Repository$
|
|
758
|
+
declare class Repository$12 implements Nomalism$1.Users.IApi {
|
|
758
759
|
route: string;
|
|
759
760
|
publicRoute: string;
|
|
760
761
|
private api;
|
|
@@ -771,10 +772,10 @@ declare class Repository$14 implements Nomalism$1.Users.IApi {
|
|
|
771
772
|
}
|
|
772
773
|
|
|
773
774
|
declare namespace user {
|
|
774
|
-
export { Repository$
|
|
775
|
+
export { Repository$12 as default };
|
|
775
776
|
}
|
|
776
777
|
|
|
777
|
-
declare class Repository$
|
|
778
|
+
declare class Repository$11 implements Nomalism$1.VatTax.IRepository {
|
|
778
779
|
route: string;
|
|
779
780
|
publicRoute: string;
|
|
780
781
|
private api;
|
|
@@ -790,10 +791,10 @@ declare class Repository$13 implements Nomalism$1.VatTax.IRepository {
|
|
|
790
791
|
}
|
|
791
792
|
|
|
792
793
|
declare namespace vatTax {
|
|
793
|
-
export { Repository$
|
|
794
|
+
export { Repository$11 as default };
|
|
794
795
|
}
|
|
795
796
|
|
|
796
|
-
declare class Repository$
|
|
797
|
+
declare class Repository$10 implements Nomalism$1.VatTaxZone.IRepository {
|
|
797
798
|
route: string;
|
|
798
799
|
publicRoute: string;
|
|
799
800
|
private api;
|
|
@@ -809,10 +810,10 @@ declare class Repository$12 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
809
810
|
}
|
|
810
811
|
|
|
811
812
|
declare namespace vatTaxZone {
|
|
812
|
-
export { Repository$
|
|
813
|
+
export { Repository$10 as default };
|
|
813
814
|
}
|
|
814
815
|
|
|
815
|
-
declare class Repository
|
|
816
|
+
declare class Repository$$ implements Nomalism$1.Workflow.IApi {
|
|
816
817
|
route: string;
|
|
817
818
|
publicRoute: string;
|
|
818
819
|
private api;
|
|
@@ -825,10 +826,10 @@ declare class Repository$11 implements Nomalism$1.Workflow.IApi {
|
|
|
825
826
|
}
|
|
826
827
|
|
|
827
828
|
declare namespace workflow {
|
|
828
|
-
export { Repository
|
|
829
|
+
export { Repository$$ as default };
|
|
829
830
|
}
|
|
830
831
|
|
|
831
|
-
declare class Repository$
|
|
832
|
+
declare class Repository$_ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
832
833
|
route: string;
|
|
833
834
|
publicRoute: string;
|
|
834
835
|
private api;
|
|
@@ -842,10 +843,10 @@ declare class Repository$10 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
842
843
|
}
|
|
843
844
|
|
|
844
845
|
declare namespace deliveryMethods {
|
|
845
|
-
export { Repository$
|
|
846
|
+
export { Repository$_ as default };
|
|
846
847
|
}
|
|
847
848
|
|
|
848
|
-
declare class Repository
|
|
849
|
+
declare class Repository$Z implements Nomalism$1.MaturityDates.IRepository {
|
|
849
850
|
route: string;
|
|
850
851
|
publicRoute: string;
|
|
851
852
|
private api;
|
|
@@ -859,10 +860,10 @@ declare class Repository$$ implements Nomalism$1.MaturityDates.IRepository {
|
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
declare namespace maturityDates {
|
|
862
|
-
export { Repository
|
|
863
|
+
export { Repository$Z as default };
|
|
863
864
|
}
|
|
864
865
|
|
|
865
|
-
declare class Repository$
|
|
866
|
+
declare class Repository$Y implements Nomalism$1.PaymentMethods.IRepository {
|
|
866
867
|
route: string;
|
|
867
868
|
publicRoute: string;
|
|
868
869
|
private api;
|
|
@@ -876,10 +877,10 @@ declare class Repository$_ implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
876
877
|
}
|
|
877
878
|
|
|
878
879
|
declare namespace paymentMethods {
|
|
879
|
-
export { Repository$
|
|
880
|
+
export { Repository$Y as default };
|
|
880
881
|
}
|
|
881
882
|
|
|
882
|
-
declare class Repository$
|
|
883
|
+
declare class Repository$X implements Nomalism$1.Vehicles.IApi {
|
|
883
884
|
route: string;
|
|
884
885
|
publicRoute: string;
|
|
885
886
|
private api;
|
|
@@ -891,10 +892,10 @@ declare class Repository$Z implements Nomalism$1.Vehicles.IApi {
|
|
|
891
892
|
}
|
|
892
893
|
|
|
893
894
|
declare namespace vehicles {
|
|
894
|
-
export { Repository$
|
|
895
|
+
export { Repository$X as default };
|
|
895
896
|
}
|
|
896
897
|
|
|
897
|
-
declare class Repository$
|
|
898
|
+
declare class Repository$W implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
898
899
|
route: string;
|
|
899
900
|
publicRoute: string;
|
|
900
901
|
private api;
|
|
@@ -904,10 +905,10 @@ declare class Repository$Y implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
904
905
|
}
|
|
905
906
|
|
|
906
907
|
declare namespace externalDocumentType {
|
|
907
|
-
export { Repository$
|
|
908
|
+
export { Repository$W as default };
|
|
908
909
|
}
|
|
909
910
|
|
|
910
|
-
declare class Repository$
|
|
911
|
+
declare class Repository$V implements Nomalism$1.DocumentSet.IRepository {
|
|
911
912
|
route: string;
|
|
912
913
|
publicRoute: string;
|
|
913
914
|
private api;
|
|
@@ -921,10 +922,10 @@ declare class Repository$X implements Nomalism$1.DocumentSet.IRepository {
|
|
|
921
922
|
}
|
|
922
923
|
|
|
923
924
|
declare namespace documentSet {
|
|
924
|
-
export { Repository$
|
|
925
|
+
export { Repository$V as default };
|
|
925
926
|
}
|
|
926
927
|
|
|
927
|
-
declare class Repository$
|
|
928
|
+
declare class Repository$U implements Nomalism$1.Payment.IRepository {
|
|
928
929
|
route: string;
|
|
929
930
|
publicRoute: string;
|
|
930
931
|
private api;
|
|
@@ -950,10 +951,10 @@ declare class Repository$W implements Nomalism$1.Payment.IRepository {
|
|
|
950
951
|
}
|
|
951
952
|
|
|
952
953
|
declare namespace payment {
|
|
953
|
-
export { Repository$
|
|
954
|
+
export { Repository$U as default };
|
|
954
955
|
}
|
|
955
956
|
|
|
956
|
-
declare class Repository$
|
|
957
|
+
declare class Repository$T implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
957
958
|
route: string;
|
|
958
959
|
publicRoute: string;
|
|
959
960
|
private api;
|
|
@@ -972,36 +973,6 @@ declare class Repository$V implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
972
973
|
}
|
|
973
974
|
|
|
974
975
|
declare namespace externalDocumentHeader {
|
|
975
|
-
export { Repository$V as default };
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
declare class Repository$U implements Nomalism$1.ClientCurrentAccount.IApi {
|
|
979
|
-
route: string;
|
|
980
|
-
publicRoute: string;
|
|
981
|
-
private api;
|
|
982
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
983
|
-
findByOwnerId(params: Nomalism$1.ClientCurrentAccount.IFindRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.ClientCurrentAccount.Entity>>;
|
|
984
|
-
findFaturaPorPagar(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ClientCurrentAccount.IFindFaturasPorPagarResponse>;
|
|
985
|
-
pagarFatura(data: Nomalism$1.ClientCurrentAccount.IPagarFaturaRequest): Promise<void>;
|
|
986
|
-
findFaturaParaDevolver(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ClientCurrentAccount.IFindFaturasParaDevolucaoResponse>;
|
|
987
|
-
devolver(data: Nomalism$1.ClientCurrentAccount.IDevolverRequest): Promise<void>;
|
|
988
|
-
findByBasicSearch(params: Nomalism$1.ClientCurrentAccount.IBasicSearchRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.ClientCurrentAccount.IBasicSearchResponse>>;
|
|
989
|
-
regularizarMultiplosDocumentos(data: Nomalism$1.ClientCurrentAccount.IMultipleRegularizations): Promise<void>;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
declare namespace clientCurrentAccount {
|
|
993
|
-
export { Repository$U as default };
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
declare class Repository$T implements Nomalism$1.ProviderCurrentAccount.IApi {
|
|
997
|
-
route: string;
|
|
998
|
-
publicRoute: string;
|
|
999
|
-
private api;
|
|
1000
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1001
|
-
findByOwnerId(params: Nomalism$1.ProviderCurrentAccount.IFindRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderCurrentAccount.Entity>>;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
declare namespace providerCurrentAccount {
|
|
1005
976
|
export { Repository$T as default };
|
|
1006
977
|
}
|
|
1007
978
|
|
|
@@ -1858,67 +1829,65 @@ declare class API {
|
|
|
1858
1829
|
processEnvironment: IEnvironment;
|
|
1859
1830
|
client: AxiosInstance;
|
|
1860
1831
|
services: Record<IService, string>;
|
|
1861
|
-
BankData: Repository$
|
|
1862
|
-
Client: Repository$
|
|
1863
|
-
ClientType: Repository$
|
|
1864
|
-
Chat: Repository$
|
|
1865
|
-
Commissioner: Repository$
|
|
1866
|
-
Country: Repository$
|
|
1867
|
-
DocumentHeader: Repository$
|
|
1868
|
-
DocumentHeaderHistory: Repository$
|
|
1869
|
-
BillOfLading: Repository$
|
|
1870
|
-
ProductionOrder: Repository$
|
|
1871
|
-
Proforma: Repository$
|
|
1872
|
-
PropostaFornecedor: Repository$
|
|
1873
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1874
|
-
ProviderFinancialCreditNote: Repository$
|
|
1875
|
-
ProviderServiceInvoice: Repository$
|
|
1876
|
-
DocumentLine: Repository$
|
|
1877
|
-
DocumentLineAssoc: Repository$
|
|
1878
|
-
DocumentType: Repository$
|
|
1879
|
-
Favorites: Repository$
|
|
1880
|
-
File: Repository$
|
|
1881
|
-
GoogleSheets: Repository$
|
|
1882
|
-
GroupPermissions: Repository$
|
|
1883
|
-
Language: Repository$
|
|
1884
|
-
Location: Repository$
|
|
1885
|
-
Logout: Repository$
|
|
1886
|
-
Multimedia: Repository$
|
|
1887
|
-
Observation: Repository$
|
|
1888
|
-
ObservationType: Repository$
|
|
1889
|
-
Password: Repository$
|
|
1890
|
-
Permissions: Repository$
|
|
1891
|
-
ProductImage: Repository$
|
|
1892
|
-
Promotion: Repository$
|
|
1893
|
-
PromotionAssoc: Repository$
|
|
1894
|
-
Providers: Repository$
|
|
1895
|
-
ProviderType: Repository$
|
|
1896
|
-
PurchaseConditions: Repository$
|
|
1897
|
-
ReasonForExemption: Repository$
|
|
1898
|
-
RefreshToken: Repository$
|
|
1899
|
-
SegmentsArea: Repository$
|
|
1900
|
-
Sessions: Repository$
|
|
1901
|
-
Shippings: Repository$
|
|
1902
|
-
StoreOperator: Repository$
|
|
1903
|
-
Swift: Repository$
|
|
1904
|
-
TypeOfLocation: Repository$
|
|
1905
|
-
UnitOfMeasure: Repository$
|
|
1906
|
-
UserPermissions: Repository$
|
|
1907
|
-
UserPositions: Repository$
|
|
1908
|
-
Users: Repository$
|
|
1909
|
-
VatTax: Repository$
|
|
1910
|
-
VatTaxZone: Repository$
|
|
1911
|
-
Workflow: Repository
|
|
1912
|
-
DeliveryMethods: Repository$
|
|
1913
|
-
MaturityDates: Repository
|
|
1914
|
-
PaymentMethods: Repository$
|
|
1915
|
-
Vehicles: Repository$
|
|
1916
|
-
ExternalDocumentType: Repository$
|
|
1917
|
-
DocumentSet: Repository$
|
|
1918
|
-
Payment: Repository$
|
|
1919
|
-
ExternalDocumentHeader: Repository$
|
|
1920
|
-
ClientCurrentAccount: Repository$U;
|
|
1921
|
-
ProviderCurrentAccount: Repository$T;
|
|
1832
|
+
BankData: Repository$1N;
|
|
1833
|
+
Client: Repository$1M;
|
|
1834
|
+
ClientType: Repository$1L;
|
|
1835
|
+
Chat: Repository$1K;
|
|
1836
|
+
Commissioner: Repository$1J;
|
|
1837
|
+
Country: Repository$1I;
|
|
1838
|
+
DocumentHeader: Repository$1H;
|
|
1839
|
+
DocumentHeaderHistory: Repository$1G;
|
|
1840
|
+
BillOfLading: Repository$1F;
|
|
1841
|
+
ProductionOrder: Repository$1E;
|
|
1842
|
+
Proforma: Repository$1D;
|
|
1843
|
+
PropostaFornecedor: Repository$1C;
|
|
1844
|
+
ProviderCreditNoteFromReturn: Repository$1B;
|
|
1845
|
+
ProviderFinancialCreditNote: Repository$1A;
|
|
1846
|
+
ProviderServiceInvoice: Repository$1z;
|
|
1847
|
+
DocumentLine: Repository$1y;
|
|
1848
|
+
DocumentLineAssoc: Repository$1x;
|
|
1849
|
+
DocumentType: Repository$1w;
|
|
1850
|
+
Favorites: Repository$1v;
|
|
1851
|
+
File: Repository$1u;
|
|
1852
|
+
GoogleSheets: Repository$1t;
|
|
1853
|
+
GroupPermissions: Repository$1s;
|
|
1854
|
+
Language: Repository$1r;
|
|
1855
|
+
Location: Repository$1q;
|
|
1856
|
+
Logout: Repository$1p;
|
|
1857
|
+
Multimedia: Repository$1o;
|
|
1858
|
+
Observation: Repository$1n;
|
|
1859
|
+
ObservationType: Repository$1m;
|
|
1860
|
+
Password: Repository$1l;
|
|
1861
|
+
Permissions: Repository$1k;
|
|
1862
|
+
ProductImage: Repository$1j;
|
|
1863
|
+
Promotion: Repository$1i;
|
|
1864
|
+
PromotionAssoc: Repository$1h;
|
|
1865
|
+
Providers: Repository$1g;
|
|
1866
|
+
ProviderType: Repository$1f;
|
|
1867
|
+
PurchaseConditions: Repository$1e;
|
|
1868
|
+
ReasonForExemption: Repository$1d;
|
|
1869
|
+
RefreshToken: Repository$1c;
|
|
1870
|
+
SegmentsArea: Repository$1b;
|
|
1871
|
+
Sessions: Repository$1a;
|
|
1872
|
+
Shippings: Repository$19;
|
|
1873
|
+
StoreOperator: Repository$18;
|
|
1874
|
+
Swift: Repository$17;
|
|
1875
|
+
TypeOfLocation: Repository$16;
|
|
1876
|
+
UnitOfMeasure: Repository$15;
|
|
1877
|
+
UserPermissions: Repository$14;
|
|
1878
|
+
UserPositions: Repository$13;
|
|
1879
|
+
Users: Repository$12;
|
|
1880
|
+
VatTax: Repository$11;
|
|
1881
|
+
VatTaxZone: Repository$10;
|
|
1882
|
+
Workflow: Repository$$;
|
|
1883
|
+
DeliveryMethods: Repository$_;
|
|
1884
|
+
MaturityDates: Repository$Z;
|
|
1885
|
+
PaymentMethods: Repository$Y;
|
|
1886
|
+
Vehicles: Repository$X;
|
|
1887
|
+
ExternalDocumentType: Repository$W;
|
|
1888
|
+
DocumentSet: Repository$V;
|
|
1889
|
+
Payment: Repository$U;
|
|
1890
|
+
ExternalDocumentHeader: Repository$T;
|
|
1922
1891
|
VatValidation: Repository$S;
|
|
1923
1892
|
StockMovement: Repository$R;
|
|
1924
1893
|
ZipCode: Repository$Q;
|
|
@@ -1983,7 +1952,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1983
1952
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1984
1953
|
type Nomalism_IOptions = IOptions;
|
|
1985
1954
|
declare namespace Nomalism {
|
|
1986
|
-
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client,
|
|
1955
|
+
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPermission as UserPermissions, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
1987
1956
|
}
|
|
1988
1957
|
|
|
1989
1958
|
export { Nomalism as default };
|