@nomalism-com/api 0.34.1 → 0.34.3
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 +4333 -3
- package/dist/index.d.ts +1964 -3
- package/dist/index.js +4333 -3
- package/package-lock.json +2199 -289
- package/package.json +12 -10
- package/src/modules/document/inventario.ts +1 -3
- package/src/modules/document/materialEntrance.ts +17 -53
- package/src/modules/document/order.ts +9 -27
- package/src/modules/document/propostaSheets.ts +10 -25
- package/src/modules/document/purchase.ts +2 -10
- package/src/modules/document/quebra.ts +4 -10
- package/src/modules/document/returnToProvider.ts +5 -11
- package/src/modules/document/transformado.ts +1 -5
- package/src/modules/document/upfrontReturn.ts +4 -3
- package/src/modules/documentManagement/multimedia.ts +0 -2
- package/src/modules/integration/emailLog.ts +8 -12
- package/src/modules/integration/emailTemplate.ts +6 -12
- package/src/modules/integration/emailTemplateAttachment.ts +1 -5
- package/src/modules/integration/googleFilePermission.ts +10 -7
- package/src/modules/integration/googleSheets.ts +10 -19
- package/src/modules/integration/observation.ts +14 -16
- package/src/modules/integration/observationType.ts +12 -14
- package/src/modules/integration/projectInfo.ts +1 -3
- package/src/modules/integration/settings.ts +9 -10
- package/src/modules/print/npc.ts +5 -9
- package/src/modules/print/printer.ts +7 -11
- package/src/modules/stock/file.ts +7 -7
- package/src/modules/stock/location.ts +19 -25
- package/src/modules/stock/prison.ts +5 -20
- package/src/modules/stock/productGoogleSheets.ts +2 -3
- package/src/modules/stock/productImage.ts +18 -29
- package/src/modules/stock/promotion.ts +19 -26
- package/src/modules/stock/promotionAssoc.ts +18 -24
- package/src/modules/stock/queryList.ts +11 -22
- package/src/modules/stock/queryParameter.ts +10 -17
- package/src/modules/stock/returnReason.ts +7 -11
- package/src/modules/stock/savedProviderProposal.ts +5 -7
- package/src/modules/stock/schedule.ts +1 -7
- package/src/modules/stock/sideMenu.ts +6 -10
- package/src/modules/stock/stockMovement.ts +13 -20
- package/src/modules/stock/typeOfLocation.ts +23 -26
- package/src/modules/stock/unitOfMeasure.ts +23 -26
- package/src/modules/stock/vatTax.ts +19 -26
- package/src/modules/stock/vatTaxZone.ts +23 -28
- package/src/modules/supply/clientCurrentAccount.ts +14 -26
- package/src/modules/supply/documentHeader.ts +41 -67
- package/src/modules/supply/documentLine.ts +17 -29
- package/src/modules/supply/documentLineAssoc.ts +12 -18
- package/src/modules/supply/documentLineNote.ts +5 -7
- package/src/modules/supply/documentSet.ts +13 -16
- package/src/modules/supply/documentType.ts +15 -29
- package/src/modules/supply/externalDocumentHeader.ts +23 -26
- package/src/modules/supply/externalDocumentType.ts +4 -7
- package/src/modules/supply/orderManagement.ts +5 -7
- package/src/modules/supply/payment.ts +29 -55
- package/src/modules/supply/preSale.ts +16 -30
- package/src/modules/supply/preSaleProduct.ts +4 -4
- package/src/modules/supply/providerCurrentAccount.ts +3 -5
- package/src/modules/supply/startDocumentHeaderLastUpdate.ts +3 -3
- package/src/modules/supply/vatValidation.ts +1 -3
- package/src/modules/supply/workflow.ts +12 -20
- package/src/modules/tickets/channel.ts +12 -13
- package/src/modules/tickets/clt.ts +8 -11
- package/src/modules/tickets/language.ts +14 -11
- package/src/modules/tickets/tickets.ts +8 -16
- package/src/modules/user/bankData.ts +16 -24
- package/src/modules/user/chatSubscriber.ts +0 -4
- package/src/modules/user/clientType.ts +18 -23
- package/src/modules/user/clients.ts +23 -32
- package/src/modules/user/commissioner.ts +23 -27
- package/src/modules/user/country.ts +19 -21
- package/src/modules/user/deliveryMethods.ts +15 -16
- package/src/modules/user/favorites.ts +6 -11
- package/src/modules/user/groupPermission.ts +9 -9
- package/src/modules/user/language.ts +16 -20
- package/src/modules/user/maturityDates.ts +15 -16
- package/src/modules/user/password.ts +2 -6
- package/src/modules/user/paymentMethods.ts +15 -16
- package/src/modules/user/permission.ts +7 -9
- package/src/modules/user/persona.ts +15 -22
- package/src/modules/user/provider.ts +25 -34
- package/src/modules/user/providerType.ts +18 -20
- package/src/modules/user/purchaseCondition.ts +20 -22
- package/src/modules/user/reasonForExemption.ts +20 -23
- package/src/modules/user/refreshToken.ts +3 -4
- package/src/modules/user/segmentsArea.ts +18 -23
- package/src/modules/user/sessions.ts +1 -4
- package/src/modules/user/shippings.ts +16 -22
- package/src/modules/user/storeOperator.ts +26 -33
- package/src/modules/user/swift.ts +14 -20
- package/src/modules/user/tenant.ts +7 -10
- package/src/modules/user/theme.ts +1 -5
- package/src/modules/user/user.ts +20 -34
- package/src/modules/user/userPermission.ts +7 -10
- package/src/modules/user/userPositions.ts +20 -23
- package/src/modules/user/vehicles.ts +7 -11
- package/src/modules/user/zipCode.ts +4 -7
- package/tsconfig.json +1 -1
- package/tsup.config.ts +13 -0
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/main.d.ts +0 -356
- package/dist/main.d.ts.map +0 -1
- package/dist/main.js +0 -371
- package/dist/main.js.map +0 -1
- package/dist/modules/document/billOfLading.d.ts +0 -10
- package/dist/modules/document/billOfLading.d.ts.map +0 -1
- package/dist/modules/document/billOfLading.js +0 -12
- package/dist/modules/document/billOfLading.js.map +0 -1
- package/dist/modules/document/inventario.d.ts +0 -11
- package/dist/modules/document/inventario.d.ts.map +0 -1
- package/dist/modules/document/inventario.js +0 -11
- package/dist/modules/document/inventario.js.map +0 -1
- package/dist/modules/document/materialEntrance.d.ts +0 -39
- package/dist/modules/document/materialEntrance.d.ts.map +0 -1
- package/dist/modules/document/materialEntrance.js +0 -51
- package/dist/modules/document/materialEntrance.js.map +0 -1
- package/dist/modules/document/order.d.ts +0 -67
- package/dist/modules/document/order.d.ts.map +0 -1
- package/dist/modules/document/order.js +0 -49
- package/dist/modules/document/order.js.map +0 -1
- package/dist/modules/document/productionOrder.d.ts +0 -10
- package/dist/modules/document/productionOrder.d.ts.map +0 -1
- package/dist/modules/document/productionOrder.js +0 -11
- package/dist/modules/document/productionOrder.js.map +0 -1
- package/dist/modules/document/proforma.d.ts +0 -10
- package/dist/modules/document/proforma.d.ts.map +0 -1
- package/dist/modules/document/proforma.js +0 -12
- package/dist/modules/document/proforma.js.map +0 -1
- package/dist/modules/document/propostaFornecedor.d.ts +0 -10
- package/dist/modules/document/propostaFornecedor.d.ts.map +0 -1
- package/dist/modules/document/propostaFornecedor.js +0 -12
- package/dist/modules/document/propostaFornecedor.js.map +0 -1
- package/dist/modules/document/propostaSheets.d.ts +0 -28
- package/dist/modules/document/propostaSheets.d.ts.map +0 -1
- package/dist/modules/document/propostaSheets.js +0 -51
- package/dist/modules/document/propostaSheets.js.map +0 -1
- package/dist/modules/document/providerCreditNoteFromReturn.d.ts +0 -11
- package/dist/modules/document/providerCreditNoteFromReturn.d.ts.map +0 -1
- package/dist/modules/document/providerCreditNoteFromReturn.js +0 -17
- package/dist/modules/document/providerCreditNoteFromReturn.js.map +0 -1
- package/dist/modules/document/providerFinancialCreditNote.d.ts +0 -11
- package/dist/modules/document/providerFinancialCreditNote.d.ts.map +0 -1
- package/dist/modules/document/providerFinancialCreditNote.js +0 -17
- package/dist/modules/document/providerFinancialCreditNote.js.map +0 -1
- package/dist/modules/document/providerServiceInvoice.d.ts +0 -10
- package/dist/modules/document/providerServiceInvoice.d.ts.map +0 -1
- package/dist/modules/document/providerServiceInvoice.js +0 -11
- package/dist/modules/document/providerServiceInvoice.js.map +0 -1
- package/dist/modules/document/purchase.d.ts +0 -18
- package/dist/modules/document/purchase.d.ts.map +0 -1
- package/dist/modules/document/purchase.js +0 -25
- package/dist/modules/document/purchase.js.map +0 -1
- package/dist/modules/document/quebra.d.ts +0 -17
- package/dist/modules/document/quebra.d.ts.map +0 -1
- package/dist/modules/document/quebra.js +0 -27
- package/dist/modules/document/quebra.js.map +0 -1
- package/dist/modules/document/returnToProvider.d.ts +0 -17
- package/dist/modules/document/returnToProvider.d.ts.map +0 -1
- package/dist/modules/document/returnToProvider.js +0 -21
- package/dist/modules/document/returnToProvider.js.map +0 -1
- package/dist/modules/document/transformado.d.ts +0 -12
- package/dist/modules/document/transformado.d.ts.map +0 -1
- package/dist/modules/document/transformado.js +0 -12
- package/dist/modules/document/transformado.js.map +0 -1
- package/dist/modules/document/upfrontReturn.d.ts +0 -11
- package/dist/modules/document/upfrontReturn.d.ts.map +0 -1
- package/dist/modules/document/upfrontReturn.js +0 -12
- package/dist/modules/document/upfrontReturn.js.map +0 -1
- package/dist/modules/documentManagement/multimedia.d.ts +0 -13
- package/dist/modules/documentManagement/multimedia.d.ts.map +0 -1
- package/dist/modules/documentManagement/multimedia.js +0 -27
- package/dist/modules/documentManagement/multimedia.js.map +0 -1
- package/dist/modules/integration/emailLog.d.ts +0 -19
- package/dist/modules/integration/emailLog.d.ts.map +0 -1
- package/dist/modules/integration/emailLog.js +0 -24
- package/dist/modules/integration/emailLog.js.map +0 -1
- package/dist/modules/integration/emailTemplate.d.ts +0 -19
- package/dist/modules/integration/emailTemplate.d.ts.map +0 -1
- package/dist/modules/integration/emailTemplate.js +0 -27
- package/dist/modules/integration/emailTemplate.js.map +0 -1
- package/dist/modules/integration/emailTemplateAttachment.d.ts +0 -13
- package/dist/modules/integration/emailTemplateAttachment.d.ts.map +0 -1
- package/dist/modules/integration/emailTemplateAttachment.js +0 -15
- package/dist/modules/integration/emailTemplateAttachment.js.map +0 -1
- package/dist/modules/integration/emailVerification.d.ts +0 -12
- package/dist/modules/integration/emailVerification.d.ts.map +0 -1
- package/dist/modules/integration/emailVerification.js +0 -20
- package/dist/modules/integration/emailVerification.js.map +0 -1
- package/dist/modules/integration/googleFilePermission.d.ts +0 -15
- package/dist/modules/integration/googleFilePermission.d.ts.map +0 -1
- package/dist/modules/integration/googleFilePermission.js +0 -24
- package/dist/modules/integration/googleFilePermission.js.map +0 -1
- package/dist/modules/integration/googleSheets.d.ts +0 -22
- package/dist/modules/integration/googleSheets.d.ts.map +0 -1
- package/dist/modules/integration/googleSheets.js +0 -25
- package/dist/modules/integration/googleSheets.js.map +0 -1
- package/dist/modules/integration/observation.d.ts +0 -20
- package/dist/modules/integration/observation.d.ts.map +0 -1
- package/dist/modules/integration/observation.js +0 -30
- package/dist/modules/integration/observation.js.map +0 -1
- package/dist/modules/integration/observationType.d.ts +0 -19
- package/dist/modules/integration/observationType.d.ts.map +0 -1
- package/dist/modules/integration/observationType.js +0 -30
- package/dist/modules/integration/observationType.js.map +0 -1
- package/dist/modules/integration/projectInfo.d.ts +0 -11
- package/dist/modules/integration/projectInfo.d.ts.map +0 -1
- package/dist/modules/integration/projectInfo.js +0 -11
- package/dist/modules/integration/projectInfo.js.map +0 -1
- package/dist/modules/integration/settings.d.ts +0 -18
- package/dist/modules/integration/settings.d.ts.map +0 -1
- package/dist/modules/integration/settings.js +0 -30
- package/dist/modules/integration/settings.js.map +0 -1
- package/dist/modules/print/npc.d.ts +0 -16
- package/dist/modules/print/npc.d.ts.map +0 -1
- package/dist/modules/print/npc.js +0 -20
- package/dist/modules/print/npc.js.map +0 -1
- package/dist/modules/print/printer.d.ts +0 -18
- package/dist/modules/print/printer.d.ts.map +0 -1
- package/dist/modules/print/printer.js +0 -27
- package/dist/modules/print/printer.js.map +0 -1
- package/dist/modules/print/schedulePrintJob.d.ts +0 -14
- package/dist/modules/print/schedulePrintJob.d.ts.map +0 -1
- package/dist/modules/print/schedulePrintJob.js +0 -25
- package/dist/modules/print/schedulePrintJob.js.map +0 -1
- package/dist/modules/stock/chat.d.ts +0 -16
- package/dist/modules/stock/chat.d.ts.map +0 -1
- package/dist/modules/stock/chat.js +0 -33
- package/dist/modules/stock/chat.js.map +0 -1
- package/dist/modules/stock/chatRapidMessage.d.ts +0 -14
- package/dist/modules/stock/chatRapidMessage.d.ts.map +0 -1
- package/dist/modules/stock/chatRapidMessage.js +0 -27
- package/dist/modules/stock/chatRapidMessage.js.map +0 -1
- package/dist/modules/stock/dashboard.d.ts +0 -10
- package/dist/modules/stock/dashboard.d.ts.map +0 -1
- package/dist/modules/stock/dashboard.js +0 -12
- package/dist/modules/stock/dashboard.js.map +0 -1
- package/dist/modules/stock/file.d.ts +0 -16
- package/dist/modules/stock/file.d.ts.map +0 -1
- package/dist/modules/stock/file.js +0 -25
- package/dist/modules/stock/file.js.map +0 -1
- package/dist/modules/stock/location.d.ts +0 -26
- package/dist/modules/stock/location.d.ts.map +0 -1
- package/dist/modules/stock/location.js +0 -44
- package/dist/modules/stock/location.js.map +0 -1
- package/dist/modules/stock/prison.d.ts +0 -23
- package/dist/modules/stock/prison.d.ts.map +0 -1
- package/dist/modules/stock/prison.js +0 -33
- package/dist/modules/stock/prison.js.map +0 -1
- package/dist/modules/stock/productGoogleSheets.d.ts +0 -33
- package/dist/modules/stock/productGoogleSheets.d.ts.map +0 -1
- package/dist/modules/stock/productGoogleSheets.js +0 -109
- package/dist/modules/stock/productGoogleSheets.js.map +0 -1
- package/dist/modules/stock/productImage.d.ts +0 -27
- package/dist/modules/stock/productImage.d.ts.map +0 -1
- package/dist/modules/stock/productImage.js +0 -41
- package/dist/modules/stock/productImage.js.map +0 -1
- package/dist/modules/stock/promotion.d.ts +0 -28
- package/dist/modules/stock/promotion.d.ts.map +0 -1
- package/dist/modules/stock/promotion.js +0 -59
- package/dist/modules/stock/promotion.js.map +0 -1
- package/dist/modules/stock/promotionAssoc.d.ts +0 -25
- package/dist/modules/stock/promotionAssoc.d.ts.map +0 -1
- package/dist/modules/stock/promotionAssoc.js +0 -38
- package/dist/modules/stock/promotionAssoc.js.map +0 -1
- package/dist/modules/stock/queryList.d.ts +0 -24
- package/dist/modules/stock/queryList.d.ts.map +0 -1
- package/dist/modules/stock/queryList.js +0 -50
- package/dist/modules/stock/queryList.js.map +0 -1
- package/dist/modules/stock/queryParameter.d.ts +0 -21
- package/dist/modules/stock/queryParameter.d.ts.map +0 -1
- package/dist/modules/stock/queryParameter.js +0 -34
- package/dist/modules/stock/queryParameter.js.map +0 -1
- package/dist/modules/stock/recurrentTasks.d.ts +0 -11
- package/dist/modules/stock/recurrentTasks.d.ts.map +0 -1
- package/dist/modules/stock/recurrentTasks.js +0 -14
- package/dist/modules/stock/recurrentTasks.js.map +0 -1
- package/dist/modules/stock/returnReason.d.ts +0 -16
- package/dist/modules/stock/returnReason.d.ts.map +0 -1
- package/dist/modules/stock/returnReason.js +0 -24
- package/dist/modules/stock/returnReason.js.map +0 -1
- package/dist/modules/stock/savedEmPicking.d.ts +0 -13
- package/dist/modules/stock/savedEmPicking.d.ts.map +0 -1
- package/dist/modules/stock/savedEmPicking.js +0 -22
- package/dist/modules/stock/savedEmPicking.js.map +0 -1
- package/dist/modules/stock/savedProviderProposal.d.ts +0 -16
- package/dist/modules/stock/savedProviderProposal.d.ts.map +0 -1
- package/dist/modules/stock/savedProviderProposal.js +0 -24
- package/dist/modules/stock/savedProviderProposal.js.map +0 -1
- package/dist/modules/stock/schedule.d.ts +0 -21
- package/dist/modules/stock/schedule.d.ts.map +0 -1
- package/dist/modules/stock/schedule.js +0 -13
- package/dist/modules/stock/schedule.js.map +0 -1
- package/dist/modules/stock/sideMenu.d.ts +0 -18
- package/dist/modules/stock/sideMenu.d.ts.map +0 -1
- package/dist/modules/stock/sideMenu.js +0 -28
- package/dist/modules/stock/sideMenu.js.map +0 -1
- package/dist/modules/stock/stockMovement.d.ts +0 -26
- package/dist/modules/stock/stockMovement.d.ts.map +0 -1
- package/dist/modules/stock/stockMovement.js +0 -37
- package/dist/modules/stock/stockMovement.js.map +0 -1
- package/dist/modules/stock/task.d.ts +0 -15
- package/dist/modules/stock/task.d.ts.map +0 -1
- package/dist/modules/stock/task.js +0 -30
- package/dist/modules/stock/task.js.map +0 -1
- package/dist/modules/stock/taskMessage.d.ts +0 -12
- package/dist/modules/stock/taskMessage.d.ts.map +0 -1
- package/dist/modules/stock/taskMessage.js +0 -18
- package/dist/modules/stock/taskMessage.js.map +0 -1
- package/dist/modules/stock/taskRead.d.ts +0 -11
- package/dist/modules/stock/taskRead.d.ts.map +0 -1
- package/dist/modules/stock/taskRead.js +0 -14
- package/dist/modules/stock/taskRead.js.map +0 -1
- package/dist/modules/stock/typeOfLocation.d.ts +0 -27
- package/dist/modules/stock/typeOfLocation.d.ts.map +0 -1
- package/dist/modules/stock/typeOfLocation.js +0 -44
- package/dist/modules/stock/typeOfLocation.js.map +0 -1
- package/dist/modules/stock/unitOfMeasure.d.ts +0 -27
- package/dist/modules/stock/unitOfMeasure.d.ts.map +0 -1
- package/dist/modules/stock/unitOfMeasure.js +0 -44
- package/dist/modules/stock/unitOfMeasure.js.map +0 -1
- package/dist/modules/stock/vatTax.d.ts +0 -27
- package/dist/modules/stock/vatTax.d.ts.map +0 -1
- package/dist/modules/stock/vatTax.js +0 -44
- package/dist/modules/stock/vatTax.js.map +0 -1
- package/dist/modules/stock/vatTaxZone.d.ts +0 -28
- package/dist/modules/stock/vatTaxZone.d.ts.map +0 -1
- package/dist/modules/stock/vatTaxZone.js +0 -44
- package/dist/modules/stock/vatTaxZone.js.map +0 -1
- package/dist/modules/supply/clientCurrentAccount.d.ts +0 -26
- package/dist/modules/supply/clientCurrentAccount.d.ts.map +0 -1
- package/dist/modules/supply/clientCurrentAccount.js +0 -43
- package/dist/modules/supply/clientCurrentAccount.js.map +0 -1
- package/dist/modules/supply/documentHeader.d.ts +0 -60
- package/dist/modules/supply/documentHeader.d.ts.map +0 -1
- package/dist/modules/supply/documentHeader.js +0 -117
- package/dist/modules/supply/documentHeader.js.map +0 -1
- package/dist/modules/supply/documentLine.d.ts +0 -30
- package/dist/modules/supply/documentLine.d.ts.map +0 -1
- package/dist/modules/supply/documentLine.js +0 -42
- package/dist/modules/supply/documentLine.js.map +0 -1
- package/dist/modules/supply/documentLineAssoc.d.ts +0 -21
- package/dist/modules/supply/documentLineAssoc.d.ts.map +0 -1
- package/dist/modules/supply/documentLineAssoc.js +0 -32
- package/dist/modules/supply/documentLineAssoc.js.map +0 -1
- package/dist/modules/supply/documentLineMt.d.ts +0 -11
- package/dist/modules/supply/documentLineMt.d.ts.map +0 -1
- package/dist/modules/supply/documentLineMt.js +0 -15
- package/dist/modules/supply/documentLineMt.js.map +0 -1
- package/dist/modules/supply/documentLineNote.d.ts +0 -15
- package/dist/modules/supply/documentLineNote.d.ts.map +0 -1
- package/dist/modules/supply/documentLineNote.js +0 -20
- package/dist/modules/supply/documentLineNote.js.map +0 -1
- package/dist/modules/supply/documentLineRm.d.ts +0 -11
- package/dist/modules/supply/documentLineRm.d.ts.map +0 -1
- package/dist/modules/supply/documentLineRm.js +0 -15
- package/dist/modules/supply/documentLineRm.js.map +0 -1
- package/dist/modules/supply/documentSet.d.ts +0 -20
- package/dist/modules/supply/documentSet.d.ts.map +0 -1
- package/dist/modules/supply/documentSet.js +0 -32
- package/dist/modules/supply/documentSet.js.map +0 -1
- package/dist/modules/supply/documentType.d.ts +0 -27
- package/dist/modules/supply/documentType.d.ts.map +0 -1
- package/dist/modules/supply/documentType.js +0 -35
- package/dist/modules/supply/documentType.js.map +0 -1
- package/dist/modules/supply/externalDocumentHeader.d.ts +0 -31
- package/dist/modules/supply/externalDocumentHeader.d.ts.map +0 -1
- package/dist/modules/supply/externalDocumentHeader.js +0 -53
- package/dist/modules/supply/externalDocumentHeader.js.map +0 -1
- package/dist/modules/supply/externalDocumentType.d.ts +0 -14
- package/dist/modules/supply/externalDocumentType.d.ts.map +0 -1
- package/dist/modules/supply/externalDocumentType.js +0 -16
- package/dist/modules/supply/externalDocumentType.js.map +0 -1
- package/dist/modules/supply/orderManagement.d.ts +0 -14
- package/dist/modules/supply/orderManagement.d.ts.map +0 -1
- package/dist/modules/supply/orderManagement.js +0 -18
- package/dist/modules/supply/orderManagement.js.map +0 -1
- package/dist/modules/supply/payment.d.ts +0 -49
- package/dist/modules/supply/payment.d.ts.map +0 -1
- package/dist/modules/supply/payment.js +0 -101
- package/dist/modules/supply/payment.js.map +0 -1
- package/dist/modules/supply/preSale.d.ts +0 -28
- package/dist/modules/supply/preSale.d.ts.map +0 -1
- package/dist/modules/supply/preSale.js +0 -40
- package/dist/modules/supply/preSale.js.map +0 -1
- package/dist/modules/supply/preSaleProduct.d.ts +0 -12
- package/dist/modules/supply/preSaleProduct.d.ts.map +0 -1
- package/dist/modules/supply/preSaleProduct.js +0 -16
- package/dist/modules/supply/preSaleProduct.js.map +0 -1
- package/dist/modules/supply/providerCurrentAccount.d.ts +0 -12
- package/dist/modules/supply/providerCurrentAccount.d.ts.map +0 -1
- package/dist/modules/supply/providerCurrentAccount.js +0 -14
- package/dist/modules/supply/providerCurrentAccount.js.map +0 -1
- package/dist/modules/supply/startDocumentHeaderLastUpdate.d.ts +0 -11
- package/dist/modules/supply/startDocumentHeaderLastUpdate.d.ts.map +0 -1
- package/dist/modules/supply/startDocumentHeaderLastUpdate.js +0 -12
- package/dist/modules/supply/startDocumentHeaderLastUpdate.js.map +0 -1
- package/dist/modules/supply/vatValidation.d.ts +0 -11
- package/dist/modules/supply/vatValidation.d.ts.map +0 -1
- package/dist/modules/supply/vatValidation.js +0 -16
- package/dist/modules/supply/vatValidation.js.map +0 -1
- package/dist/modules/supply/workflow.d.ts +0 -22
- package/dist/modules/supply/workflow.d.ts.map +0 -1
- package/dist/modules/supply/workflow.js +0 -28
- package/dist/modules/supply/workflow.js.map +0 -1
- package/dist/modules/tickets/channel.d.ts +0 -20
- package/dist/modules/tickets/channel.d.ts.map +0 -1
- package/dist/modules/tickets/channel.js +0 -32
- package/dist/modules/tickets/channel.js.map +0 -1
- package/dist/modules/tickets/clt.d.ts +0 -19
- package/dist/modules/tickets/clt.d.ts.map +0 -1
- package/dist/modules/tickets/clt.js +0 -32
- package/dist/modules/tickets/clt.js.map +0 -1
- package/dist/modules/tickets/language.d.ts +0 -19
- package/dist/modules/tickets/language.d.ts.map +0 -1
- package/dist/modules/tickets/language.js +0 -32
- package/dist/modules/tickets/language.js.map +0 -1
- package/dist/modules/tickets/tickets.d.ts +0 -20
- package/dist/modules/tickets/tickets.d.ts.map +0 -1
- package/dist/modules/tickets/tickets.js +0 -24
- package/dist/modules/tickets/tickets.js.map +0 -1
- package/dist/modules/user/bankData.d.ts +0 -25
- package/dist/modules/user/bankData.d.ts.map +0 -1
- package/dist/modules/user/bankData.js +0 -38
- package/dist/modules/user/bankData.js.map +0 -1
- package/dist/modules/user/chatSubscriber.d.ts +0 -16
- package/dist/modules/user/chatSubscriber.d.ts.map +0 -1
- package/dist/modules/user/chatSubscriber.js +0 -27
- package/dist/modules/user/chatSubscriber.js.map +0 -1
- package/dist/modules/user/clientType.d.ts +0 -25
- package/dist/modules/user/clientType.d.ts.map +0 -1
- package/dist/modules/user/clientType.js +0 -38
- package/dist/modules/user/clientType.js.map +0 -1
- package/dist/modules/user/clients.d.ts +0 -33
- package/dist/modules/user/clients.d.ts.map +0 -1
- package/dist/modules/user/clients.js +0 -52
- package/dist/modules/user/clients.js.map +0 -1
- package/dist/modules/user/commissioner.d.ts +0 -29
- package/dist/modules/user/commissioner.d.ts.map +0 -1
- package/dist/modules/user/commissioner.js +0 -44
- package/dist/modules/user/commissioner.js.map +0 -1
- package/dist/modules/user/country.d.ts +0 -26
- package/dist/modules/user/country.d.ts.map +0 -1
- package/dist/modules/user/country.js +0 -44
- package/dist/modules/user/country.js.map +0 -1
- package/dist/modules/user/deliveryMethods.d.ts +0 -20
- package/dist/modules/user/deliveryMethods.d.ts.map +0 -1
- package/dist/modules/user/deliveryMethods.js +0 -34
- package/dist/modules/user/deliveryMethods.js.map +0 -1
- package/dist/modules/user/favorites.d.ts +0 -17
- package/dist/modules/user/favorites.d.ts.map +0 -1
- package/dist/modules/user/favorites.js +0 -24
- package/dist/modules/user/favorites.js.map +0 -1
- package/dist/modules/user/groupPermission.d.ts +0 -17
- package/dist/modules/user/groupPermission.d.ts.map +0 -1
- package/dist/modules/user/groupPermission.js +0 -26
- package/dist/modules/user/groupPermission.js.map +0 -1
- package/dist/modules/user/language.d.ts +0 -25
- package/dist/modules/user/language.d.ts.map +0 -1
- package/dist/modules/user/language.js +0 -38
- package/dist/modules/user/language.js.map +0 -1
- package/dist/modules/user/logout.d.ts +0 -9
- package/dist/modules/user/logout.d.ts.map +0 -1
- package/dist/modules/user/logout.js +0 -11
- package/dist/modules/user/logout.js.map +0 -1
- package/dist/modules/user/maturityDates.d.ts +0 -20
- package/dist/modules/user/maturityDates.d.ts.map +0 -1
- package/dist/modules/user/maturityDates.js +0 -34
- package/dist/modules/user/maturityDates.js.map +0 -1
- package/dist/modules/user/password.d.ts +0 -13
- package/dist/modules/user/password.d.ts.map +0 -1
- package/dist/modules/user/password.js +0 -14
- package/dist/modules/user/password.js.map +0 -1
- package/dist/modules/user/paymentMethods.d.ts +0 -20
- package/dist/modules/user/paymentMethods.d.ts.map +0 -1
- package/dist/modules/user/paymentMethods.js +0 -34
- package/dist/modules/user/paymentMethods.js.map +0 -1
- package/dist/modules/user/permission.d.ts +0 -17
- package/dist/modules/user/permission.d.ts.map +0 -1
- package/dist/modules/user/permission.js +0 -26
- package/dist/modules/user/permission.js.map +0 -1
- package/dist/modules/user/persona.d.ts +0 -27
- package/dist/modules/user/persona.d.ts.map +0 -1
- package/dist/modules/user/persona.js +0 -52
- package/dist/modules/user/persona.js.map +0 -1
- package/dist/modules/user/provider.d.ts +0 -32
- package/dist/modules/user/provider.d.ts.map +0 -1
- package/dist/modules/user/provider.js +0 -54
- package/dist/modules/user/provider.js.map +0 -1
- package/dist/modules/user/providerType.d.ts +0 -25
- package/dist/modules/user/providerType.d.ts.map +0 -1
- package/dist/modules/user/providerType.js +0 -38
- package/dist/modules/user/providerType.js.map +0 -1
- package/dist/modules/user/purchaseCondition.d.ts +0 -23
- package/dist/modules/user/purchaseCondition.d.ts.map +0 -1
- package/dist/modules/user/purchaseCondition.js +0 -38
- package/dist/modules/user/purchaseCondition.js.map +0 -1
- package/dist/modules/user/reasonForExemption.d.ts +0 -25
- package/dist/modules/user/reasonForExemption.d.ts.map +0 -1
- package/dist/modules/user/reasonForExemption.js +0 -38
- package/dist/modules/user/reasonForExemption.js.map +0 -1
- package/dist/modules/user/refreshToken.d.ts +0 -12
- package/dist/modules/user/refreshToken.d.ts.map +0 -1
- package/dist/modules/user/refreshToken.js +0 -12
- package/dist/modules/user/refreshToken.js.map +0 -1
- package/dist/modules/user/segmentsArea.d.ts +0 -25
- package/dist/modules/user/segmentsArea.d.ts.map +0 -1
- package/dist/modules/user/segmentsArea.js +0 -38
- package/dist/modules/user/segmentsArea.js.map +0 -1
- package/dist/modules/user/sessions.d.ts +0 -12
- package/dist/modules/user/sessions.d.ts.map +0 -1
- package/dist/modules/user/sessions.js +0 -12
- package/dist/modules/user/sessions.js.map +0 -1
- package/dist/modules/user/shippings.d.ts +0 -24
- package/dist/modules/user/shippings.d.ts.map +0 -1
- package/dist/modules/user/shippings.js +0 -38
- package/dist/modules/user/shippings.js.map +0 -1
- package/dist/modules/user/storeOperator.d.ts +0 -32
- package/dist/modules/user/storeOperator.d.ts.map +0 -1
- package/dist/modules/user/storeOperator.js +0 -51
- package/dist/modules/user/storeOperator.js.map +0 -1
- package/dist/modules/user/swift.d.ts +0 -25
- package/dist/modules/user/swift.d.ts.map +0 -1
- package/dist/modules/user/swift.js +0 -38
- package/dist/modules/user/swift.js.map +0 -1
- package/dist/modules/user/tenant.d.ts +0 -16
- package/dist/modules/user/tenant.d.ts.map +0 -1
- package/dist/modules/user/tenant.js +0 -24
- package/dist/modules/user/tenant.js.map +0 -1
- package/dist/modules/user/theme.d.ts +0 -12
- package/dist/modules/user/theme.d.ts.map +0 -1
- package/dist/modules/user/theme.js +0 -11
- package/dist/modules/user/theme.js.map +0 -1
- package/dist/modules/user/user.d.ts +0 -32
- package/dist/modules/user/user.d.ts.map +0 -1
- package/dist/modules/user/user.js +0 -46
- package/dist/modules/user/user.js.map +0 -1
- package/dist/modules/user/userPermission.d.ts +0 -16
- package/dist/modules/user/userPermission.d.ts.map +0 -1
- package/dist/modules/user/userPermission.js +0 -22
- package/dist/modules/user/userPermission.js.map +0 -1
- package/dist/modules/user/userPositions.d.ts +0 -25
- package/dist/modules/user/userPositions.d.ts.map +0 -1
- package/dist/modules/user/userPositions.js +0 -38
- package/dist/modules/user/userPositions.js.map +0 -1
- package/dist/modules/user/vehicles.d.ts +0 -16
- package/dist/modules/user/vehicles.d.ts.map +0 -1
- package/dist/modules/user/vehicles.js +0 -24
- package/dist/modules/user/vehicles.js.map +0 -1
- package/dist/modules/user/zipCode.d.ts +0 -14
- package/dist/modules/user/zipCode.d.ts.map +0 -1
- package/dist/modules/user/zipCode.js +0 -15
- package/dist/modules/user/zipCode.js.map +0 -1
- package/dist/modules/view/adminPanel.d.ts +0 -10
- package/dist/modules/view/adminPanel.d.ts.map +0 -1
- package/dist/modules/view/adminPanel.js +0 -12
- package/dist/modules/view/adminPanel.js.map +0 -1
- package/dist/modules/view/errorLog.d.ts +0 -10
- package/dist/modules/view/errorLog.d.ts.map +0 -1
- package/dist/modules/view/errorLog.js +0 -11
- package/dist/modules/view/errorLog.js.map +0 -1
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async find(params) {
|
|
8
|
-
const response = await this.api.get(`${this.route}`, { params });
|
|
9
|
-
return response.data;
|
|
10
|
-
}
|
|
11
|
-
async findPaginated(params) {
|
|
12
|
-
const response = await this.api.get(`${this.route}paginated`, { params });
|
|
13
|
-
return response.data;
|
|
14
|
-
}
|
|
15
|
-
async findMinified(params) {
|
|
16
|
-
const response = await this.api.get(`${this.route}minified`, {
|
|
17
|
-
params,
|
|
18
|
-
});
|
|
19
|
-
return response.data;
|
|
20
|
-
}
|
|
21
|
-
async findById(selector) {
|
|
22
|
-
const response = await this.api.get(`${this.route}${selector.id}`);
|
|
23
|
-
return response.data;
|
|
24
|
-
}
|
|
25
|
-
async create(body) {
|
|
26
|
-
const response = await this.api.post(`${this.route}`, body);
|
|
27
|
-
return response.data;
|
|
28
|
-
}
|
|
29
|
-
async update(selector, body) {
|
|
30
|
-
const response = await this.api.put(`${this.route}${selector.id}`, body);
|
|
31
|
-
return response.data;
|
|
32
|
-
}
|
|
33
|
-
async deleteOne(selector) {
|
|
34
|
-
const response = await this.api.delete(`${this.route}${selector.id}`);
|
|
35
|
-
return response.data;
|
|
36
|
-
}
|
|
37
|
-
async findProvidersWithClientId(body) {
|
|
38
|
-
const response = await this.api.post(`${this.route}providers`, body);
|
|
39
|
-
return response.data;
|
|
40
|
-
}
|
|
41
|
-
async findFromClientOrProviderId(body) {
|
|
42
|
-
const response = await this.api.post(`${this.route}from_client_or_provider_id`, body);
|
|
43
|
-
return response.data;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
//# sourceMappingURL=user.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../src/modules/user/user.ts"],"names":[],"mappings":"AA0BA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,MAAoB;QAC7B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QACjE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAA6B;QAC/C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,WAAW,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QAC1E,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,MAA6B;QAC9C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,UAAU,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;QACH,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,QAAQ,CAAC,QAA0C;QACvD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAoB;QAC/B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,CAAC;QAC5D,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CACV,QAA0C,EAC1C,IAAoB;QAEpB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;QACzE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,SAAS,CAAC,QAA0C;QACxD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACtE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,yBAAyB,CAC7B,IAAuC;QAEvC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,WAAW,EAAE,IAAI,CAAC,CAAC;QACrE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,0BAA0B,CAC9B,IAAsC;QAEtC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,4BAA4B,EAAE,IAAI,CAAC,CAAC;QACtF,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CACF"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import Nomalism from '@nomalism-com/types';
|
|
2
|
-
import { IModuleConstructor } from '../../main';
|
|
3
|
-
export import IFindByOwnerIdRequest = Nomalism.shared.IFindByOwnerIdRequest;
|
|
4
|
-
export import IFindByOwnerIdResponse = Nomalism.UserPermissions.IFindByOwnerIdResponse;
|
|
5
|
-
export import ICreateRequest = Nomalism.UserPermissions.ICreateRequest;
|
|
6
|
-
export import IEntity = Nomalism.UserPermissions.Entity;
|
|
7
|
-
export default class Repository implements Nomalism.UserPermissions.IRepository {
|
|
8
|
-
route: string;
|
|
9
|
-
publicRoute: string;
|
|
10
|
-
private api;
|
|
11
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
12
|
-
findByOwnerId(params: IFindByOwnerIdRequest): Promise<IFindByOwnerIdResponse[]>;
|
|
13
|
-
create(body: ICreateRequest): Promise<IFindByOwnerIdResponse>;
|
|
14
|
-
deleteOne(selector: Nomalism.shared.IFindByIdNumberRequest): Promise<IFindByOwnerIdResponse | null>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=userPermission.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"userPermission.d.ts","sourceRoot":"","sources":["../../../src/modules/user/userPermission.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,QAAQ,qBAAqB,GAAG,QAAQ,CAAC,MAAM,CAAC,qBAAqB,CAAC;AAC5E,MAAM,QAAQ,sBAAsB,GAAG,QAAQ,CAAC,eAAe,CAAC,sBAAsB,CAAC;AAEvF,MAAM,QAAQ,cAAc,GAAG,QAAQ,CAAC,eAAe,CAAC,cAAc,CAAC;AAEvE,MAAM,QAAQ,OAAO,GAAG,QAAQ,CAAC,eAAe,CAAC,MAAM,CAAC;AAExD,MAAM,CAAC,OAAO,OAAO,UAAW,YAAW,QAAQ,CAAC,eAAe,CAAC,WAAW;IACtE,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAgB;gBAEf,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,kBAAkB;IAMrD,aAAa,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAO/E,MAAM,CAAC,IAAI,EAAE,cAAc,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAK7D,SAAS,CACb,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,sBAAsB,GAC/C,OAAO,CAAC,sBAAsB,GAAG,IAAI,CAAC;CAI1C"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async findByOwnerId(params) {
|
|
8
|
-
const response = await this.api.get(`${this.route}by_owner`, {
|
|
9
|
-
params,
|
|
10
|
-
});
|
|
11
|
-
return response.data;
|
|
12
|
-
}
|
|
13
|
-
async create(body) {
|
|
14
|
-
const response = await this.api.post(`${this.route}`, body);
|
|
15
|
-
return response.data;
|
|
16
|
-
}
|
|
17
|
-
async deleteOne(selector) {
|
|
18
|
-
const response = await this.api.delete(`${this.route}${selector.id}`);
|
|
19
|
-
return response.data;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=userPermission.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"userPermission.js","sourceRoot":"","sources":["../../../src/modules/user/userPermission.ts"],"names":[],"mappings":"AAWA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAA6B;QAC/C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,UAAU,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;QACH,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAoB;QAC/B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,CAAC;QAC5D,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,SAAS,CACb,QAAgD;QAEhD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACtE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CACF"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import Nomalism from '@nomalism-com/types';
|
|
2
|
-
import { IModuleConstructor } from '../../main';
|
|
3
|
-
export import IFindRequest = Nomalism.UserPositions.IFindRequest;
|
|
4
|
-
export import IFindResponse = Nomalism.UserPositions.IFindResponse;
|
|
5
|
-
export import IFindPaginatedRequest = Nomalism.UserPositions.IFindPaginatedRequest;
|
|
6
|
-
export import IFindMinifiedRequest = Nomalism.shared.IFindMinifiedRequest;
|
|
7
|
-
export import IFindMinifiedResponse = Nomalism.shared.IFindMinifiedResponse;
|
|
8
|
-
export import ICreateRequest = Nomalism.UserPositions.ICreateRequest;
|
|
9
|
-
export import IEntity = Nomalism.UserPositions.Entity;
|
|
10
|
-
export import IUpdateRequest = Nomalism.UserPositions.IUpdateRequest;
|
|
11
|
-
export type IPaginationResponse = Nomalism.shared.IPaginationResponse<Nomalism.UserPositions.IFindResponse>;
|
|
12
|
-
export default class Repository implements Nomalism.UserPositions.IRepository {
|
|
13
|
-
route: string;
|
|
14
|
-
publicRoute: string;
|
|
15
|
-
private api;
|
|
16
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
17
|
-
find(params: IFindRequest): Promise<IFindResponse[]>;
|
|
18
|
-
findPaginated(params: IFindPaginatedRequest): Promise<IPaginationResponse>;
|
|
19
|
-
findMinified(params?: IFindMinifiedRequest): Promise<IFindMinifiedResponse[]>;
|
|
20
|
-
findById(selector: Nomalism.shared.IFindByIdRequest): Promise<IFindResponse | null>;
|
|
21
|
-
create(body: ICreateRequest): Promise<IEntity>;
|
|
22
|
-
update(selector: Nomalism.shared.IFindByIdRequest, body: IUpdateRequest): Promise<IEntity | null>;
|
|
23
|
-
deleteOne(selector: Nomalism.shared.IFindByIdRequest): Promise<IEntity | null>;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=userPositions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"userPositions.d.ts","sourceRoot":"","sources":["../../../src/modules/user/userPositions.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,QAAQ,YAAY,GAAG,QAAQ,CAAC,aAAa,CAAC,YAAY,CAAC;AACjE,MAAM,QAAQ,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,aAAa,CAAC;AAEnE,MAAM,QAAQ,qBAAqB,GAAG,QAAQ,CAAC,aAAa,CAAC,qBAAqB,CAAC;AAEnF,MAAM,QAAQ,oBAAoB,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAoB,CAAC;AAC1E,MAAM,QAAQ,qBAAqB,GAAG,QAAQ,CAAC,MAAM,CAAC,qBAAqB,CAAC;AAE5E,MAAM,QAAQ,cAAc,GAAG,QAAQ,CAAC,aAAa,CAAC,cAAc,CAAC;AACrE,MAAM,QAAQ,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC;AAEtD,MAAM,QAAQ,cAAc,GAAG,QAAQ,CAAC,aAAa,CAAC,cAAc,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAC7B,QAAQ,CAAC,MAAM,CAAC,mBAAmB,CAAC,QAAQ,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC;AAE5E,MAAM,CAAC,OAAO,OAAO,UAAW,YAAW,QAAQ,CAAC,aAAa,CAAC,WAAW;IACpE,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAgB;gBAEf,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,kBAAkB;IAMrD,IAAI,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,aAAa,EAAE,CAAC;IAKpD,aAAa,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IAK1E,YAAY,CAAC,MAAM,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,EAAE,CAAC;IAO7E,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,gBAAgB,GAAG,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;IAKnF,MAAM,CAAC,IAAI,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IAK9C,MAAM,CACV,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,gBAAgB,EAC1C,IAAI,EAAE,cAAc,GACnB,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAKpB,SAAS,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,gBAAgB,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;CAIrF"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async find(params) {
|
|
8
|
-
const response = await this.api.get(`${this.route}`, { params });
|
|
9
|
-
return response.data;
|
|
10
|
-
}
|
|
11
|
-
async findPaginated(params) {
|
|
12
|
-
const response = await this.api.get(`${this.route}paginated`, { params });
|
|
13
|
-
return response.data;
|
|
14
|
-
}
|
|
15
|
-
async findMinified(params) {
|
|
16
|
-
const response = await this.api.get(`${this.route}minified`, {
|
|
17
|
-
params,
|
|
18
|
-
});
|
|
19
|
-
return response.data;
|
|
20
|
-
}
|
|
21
|
-
async findById(selector) {
|
|
22
|
-
const response = await this.api.get(`${this.route}${selector.id}`);
|
|
23
|
-
return response.data;
|
|
24
|
-
}
|
|
25
|
-
async create(body) {
|
|
26
|
-
const response = await this.api.post(`${this.route}`, body);
|
|
27
|
-
return response.data;
|
|
28
|
-
}
|
|
29
|
-
async update(selector, body) {
|
|
30
|
-
const response = await this.api.put(`${this.route}${selector.id}`, body);
|
|
31
|
-
return response.data;
|
|
32
|
-
}
|
|
33
|
-
async deleteOne(selector) {
|
|
34
|
-
const response = await this.api.delete(`${this.route}${selector.id}`);
|
|
35
|
-
return response.data;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
//# sourceMappingURL=userPositions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"userPositions.js","sourceRoot":"","sources":["../../../src/modules/user/userPositions.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,MAAoB;QAC7B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QACjE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAA6B;QAC/C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,WAAW,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QAC1E,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,YAAY,CAAC,MAA6B;QAC9C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,UAAU,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;QACH,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,QAAQ,CAAC,QAA0C;QACvD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACnE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAoB;QAC/B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,CAAC;QAC5D,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CACV,QAA0C,EAC1C,IAAoB;QAEpB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;QACzE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,SAAS,CAAC,QAA0C;QACxD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACtE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CACF"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import Nomalism from '@nomalism-com/types';
|
|
2
|
-
import { IModuleConstructor } from '../../main';
|
|
3
|
-
export import IEntity = Nomalism.Vehicles.Entity;
|
|
4
|
-
export import ICreateRequest = Nomalism.Vehicles.ICreateRequest;
|
|
5
|
-
export import IUpdateRequest = Nomalism.Vehicles.IUpdateRequest;
|
|
6
|
-
export default class Repository implements Nomalism.Vehicles.IApi {
|
|
7
|
-
route: string;
|
|
8
|
-
publicRoute: string;
|
|
9
|
-
private api;
|
|
10
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
11
|
-
find(): Promise<IEntity[]>;
|
|
12
|
-
create(body: ICreateRequest): Promise<IEntity>;
|
|
13
|
-
update(selector: Nomalism.shared.IFindByIdRequest, body: IUpdateRequest): Promise<IEntity | null>;
|
|
14
|
-
deleteOne(selector: Nomalism.shared.IFindByIdRequest): Promise<IEntity | null>;
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=vehicles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vehicles.d.ts","sourceRoot":"","sources":["../../../src/modules/user/vehicles.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,QAAQ,OAAO,GAAG,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC;AAEjD,MAAM,QAAQ,cAAc,GAAG,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC;AAEhE,MAAM,QAAQ,cAAc,GAAG,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC;AAEhE,MAAM,CAAC,OAAO,OAAO,UAAW,YAAW,QAAQ,CAAC,QAAQ,CAAC,IAAI;IACxD,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAgB;gBAEf,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,kBAAkB;IAMrD,IAAI,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAK1B,MAAM,CAAC,IAAI,EAAE,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IAK9C,MAAM,CACV,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,gBAAgB,EAC1C,IAAI,EAAE,cAAc,GACnB,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAKpB,SAAS,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,gBAAgB,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;CAIrF"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async find() {
|
|
8
|
-
const response = await this.api.get(`${this.route}`);
|
|
9
|
-
return response.data;
|
|
10
|
-
}
|
|
11
|
-
async create(body) {
|
|
12
|
-
const response = await this.api.post(`${this.route}`, body);
|
|
13
|
-
return response.data;
|
|
14
|
-
}
|
|
15
|
-
async update(selector, body) {
|
|
16
|
-
const response = await this.api.put(`${this.route}${selector.id}`, body);
|
|
17
|
-
return response.data;
|
|
18
|
-
}
|
|
19
|
-
async deleteOne(selector) {
|
|
20
|
-
const response = await this.api.delete(`${this.route}${selector.id}`);
|
|
21
|
-
return response.data;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=vehicles.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vehicles.js","sourceRoot":"","sources":["../../../src/modules/user/vehicles.ts"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,IAAI;QACR,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC;QACrD,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAoB;QAC/B,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,CAAC;QAC5D,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,MAAM,CACV,QAA0C,EAC1C,IAAoB;QAEpB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;QACzE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,SAAS,CAAC,QAA0C;QACxD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,EAAE,EAAE,CAAC,CAAC;QACtE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CACF"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import Nomalism from '@nomalism-com/types';
|
|
2
|
-
import { IModuleConstructor } from '../../main';
|
|
3
|
-
export import IEntity = Nomalism.ZipCode.Entity;
|
|
4
|
-
export import ICreateRequest = Nomalism.ZipCode.ICreateRequest;
|
|
5
|
-
export import IFindByPostalCode = Nomalism.ZipCode.IFindByPostalCode;
|
|
6
|
-
export default class Repository implements Nomalism.ZipCode.IRepository {
|
|
7
|
-
route: string;
|
|
8
|
-
publicRoute: string;
|
|
9
|
-
private api;
|
|
10
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
11
|
-
create(body: ICreateRequest[]): Promise<void>;
|
|
12
|
-
findByPostalCode(params: IFindByPostalCode): Promise<IEntity[]>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=zipCode.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zipCode.d.ts","sourceRoot":"","sources":["../../../src/modules/user/zipCode.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,QAAQ,OAAO,GAAG,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC;AAEhD,MAAM,QAAQ,cAAc,GAAG,QAAQ,CAAC,OAAO,CAAC,cAAc,CAAC;AAC/D,MAAM,QAAQ,iBAAiB,GAAG,QAAQ,CAAC,OAAO,CAAC,iBAAiB,CAAC;AAErE,MAAM,CAAC,OAAO,OAAO,UAAW,YAAW,QAAQ,CAAC,OAAO,CAAC,WAAW;IAC9D,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAgB;gBAEf,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,kBAAkB;IAMrD,MAAM,CAAC,IAAI,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7C,gBAAgB,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAItE"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async create(body) {
|
|
8
|
-
await this.api.post(`${this.route}`, body);
|
|
9
|
-
}
|
|
10
|
-
async findByPostalCode(params) {
|
|
11
|
-
const response = await this.api.get(`${this.route}`, { params });
|
|
12
|
-
return response.data;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=zipCode.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zipCode.js","sourceRoot":"","sources":["../../../src/modules/user/zipCode.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAsB;QACjC,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,CAAC;IAC7C,CAAC;IAED,KAAK,CAAC,gBAAgB,CAAC,MAAyB;QAC9C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QACjE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CACF"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Nomalism from '@nomalism-com/types';
|
|
2
|
-
import { IModuleConstructor } from '../../main';
|
|
3
|
-
export default class Repository implements Nomalism.AdminPanel.IRepository {
|
|
4
|
-
route: string;
|
|
5
|
-
publicRoute: string;
|
|
6
|
-
private api;
|
|
7
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
8
|
-
getData(params: Nomalism.AdminPanel.IGetDataRequest): Promise<Nomalism.AdminPanel.IGetDataResponse>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=adminPanel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"adminPanel.d.ts","sourceRoot":"","sources":["../../../src/modules/view/adminPanel.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,CAAC,OAAO,OAAO,UAAW,YAAW,QAAQ,CAAC,UAAU,CAAC,WAAW;IACjE,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAgB;gBAEf,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,kBAAkB;IAMrD,OAAO,CACX,MAAM,EAAE,QAAQ,CAAC,UAAU,CAAC,eAAe,GAC1C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAC,gBAAgB,CAAC;CAIjD"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async getData(params) {
|
|
8
|
-
const response = await this.api.get(`${this.route}`, { params });
|
|
9
|
-
return response.data;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=adminPanel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"adminPanel.js","sourceRoot":"","sources":["../../../src/modules/view/adminPanel.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,OAAO,CACX,MAA2C;QAE3C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;QACjE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CACF"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import Nomalism from '@nomalism-com/types';
|
|
2
|
-
import { IModuleConstructor } from '../../main';
|
|
3
|
-
export default class Repository implements Nomalism.ErrorLog.IRepository {
|
|
4
|
-
route: string;
|
|
5
|
-
publicRoute: string;
|
|
6
|
-
private api;
|
|
7
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
8
|
-
create(body: Nomalism.ErrorLog.ICreateRequest): Promise<void>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=errorLog.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errorLog.d.ts","sourceRoot":"","sources":["../../../src/modules/view/errorLog.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,qBAAqB,CAAC;AAE3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEhD,MAAM,CAAC,OAAO,OAAO,UAAW,YAAW,QAAQ,CAAC,QAAQ,CAAC,WAAW;IAC/D,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAgB;gBAEf,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,kBAAkB;IAMrD,MAAM,CAAC,IAAI,EAAE,QAAQ,CAAC,QAAQ,CAAC,cAAc,GAAG,OAAO,CAAC,IAAI,CAAC;CAGpE"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export default class Repository {
|
|
2
|
-
constructor({ api, route, publicRoute }) {
|
|
3
|
-
this.api = api;
|
|
4
|
-
this.route = route;
|
|
5
|
-
this.publicRoute = publicRoute;
|
|
6
|
-
}
|
|
7
|
-
async create(body) {
|
|
8
|
-
await this.api.post(`${this.route}`, body);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=errorLog.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errorLog.js","sourceRoot":"","sources":["../../../src/modules/view/errorLog.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,OAAO,UAAU;IAO7B,YAAY,EAAE,GAAG,EAAE,KAAK,EAAE,WAAW,EAAsB;QACzD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;IACjC,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAsC;QACjD,MAAM,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,EAAE,IAAI,CAAC,CAAC;IAC7C,CAAC;CACF"}
|