@nfewizard/shared 1.0.1 → 1.1.0

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.
Files changed (221) hide show
  1. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/adapters/SchemaLoader.js +1 -0
  2. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/adapters/SchemaLoader.js.map +1 -1
  3. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/GerarConsulta.js +1 -0
  4. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/base/GerarConsulta.js.map +1 -0
  5. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/LoadCertificate.d.ts +5 -0
  6. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/LoadCertificate.js +30 -9
  7. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/environment/LoadCertificate.js.map +1 -0
  8. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/utils/XmlParser.d.ts +83 -0
  9. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/utils/XmlParser.js +363 -0
  10. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/utils/XmlParser.js.map +1 -0
  11. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/index.d.ts +2 -0
  12. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/index.js +1 -0
  13. package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/index.js.map +1 -1
  14. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/utils/validateSchema.d.ts +96 -0
  15. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/utils/validateSchema.js +252 -0
  16. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src/utils/validateSchema.js.map +1 -0
  17. package/.rollup.cache/usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/tsconfig.tsbuildinfo +1 -0
  18. package/README.md +47 -1
  19. package/dist/index.cjs +470 -9
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.mjs +470 -10
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/src/environment/LoadCertificate.d.ts +5 -0
  24. package/dist/src/utils/XmlParser.d.ts +65 -0
  25. package/dist/src/utils/index.d.ts +2 -0
  26. package/dist/src/utils/validateSchema.d.ts +96 -0
  27. package/dist/tsconfig.tsbuildinfo +1 -1
  28. package/package.json +6 -6
  29. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/SchemaLoader.js +0 -44
  30. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/SchemaLoader.js.map +0 -1
  31. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/XmlBuilder.js.map +0 -1
  32. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/index.js +0 -8
  33. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/adapters/index.js.map +0 -1
  34. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/BaseNFe.d.ts +0 -35
  35. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/BaseNFe.js.map +0 -1
  36. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/GerarConsulta.js +0 -61
  37. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/GerarConsulta.js.map +0 -1
  38. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/SaveFiles.js +0 -59
  39. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/SaveFiles.js.map +0 -1
  40. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/index.d.ts +0 -8
  41. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/index.js +0 -9
  42. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/base/index.js.map +0 -1
  43. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/config/cStatError.json +0 -678
  44. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/config/soapMethod.json +0 -46
  45. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/AxiosHttpClient.js +0 -12
  46. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/AxiosHttpClient.js.map +0 -1
  47. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/Environment.js.map +0 -1
  48. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/HttpClientBuilder.js +0 -29
  49. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/HttpClientBuilder.js.map +0 -1
  50. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/LoadCertificate.d.ts +0 -11
  51. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/LoadCertificate.js +0 -176
  52. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/LoadCertificate.js.map +0 -1
  53. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/ValidateEnvironment.js +0 -77
  54. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/ValidateEnvironment.js.map +0 -1
  55. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/index.js +0 -11
  56. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/environment/index.js.map +0 -1
  57. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/ErrorContext.js +0 -98
  58. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/ErrorContext.js.map +0 -1
  59. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/JsonArrayTransporter.js +0 -84
  60. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/JsonArrayTransporter.js.map +0 -1
  61. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/index.js +0 -8
  62. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/index.js.map +0 -1
  63. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/logger.js +0 -139
  64. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/exceptions/logger.js.map +0 -1
  65. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/index.js +0 -16
  66. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/index.js.map +0 -1
  67. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/SchemaLoader.d.ts +0 -4
  68. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/XmlBuilder.d.ts +0 -31
  69. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/XmlBuilder.js +0 -119
  70. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/adapters/index.d.ts +0 -7
  71. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/BaseNFe.js +0 -95
  72. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/GerarConsulta.d.ts +0 -18
  73. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/GerarConsulta.js.map +0 -1
  74. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/base/SaveFiles.d.ts +0 -12
  75. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/CTeServicosUrl.json +0 -8
  76. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/NFeServicosUrl.json +0 -1383
  77. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/config/cStatError.json +0 -678
  78. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/AxiosHttpClient.d.ts +0 -6
  79. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/Environment.d.ts +0 -21
  80. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/Environment.js +0 -81
  81. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/HttpClientBuilder.d.ts +0 -11
  82. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/LoadCertificate.js.map +0 -1
  83. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/ValidateEnvironment.d.ts +0 -9
  84. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/environment/index.d.ts +0 -10
  85. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/ErrorContext.d.ts +0 -39
  86. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/JsonArrayTransporter.d.ts +0 -21
  87. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/index.d.ts +0 -8
  88. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/exceptions/logger.d.ts +0 -22
  89. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/index.d.ts +0 -10
  90. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/XmlParser.d.ts +0 -18
  91. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/XmlParser.js +0 -174
  92. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/src/utils/XmlParser.js.map +0 -1
  93. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/tsconfig.tsbuildinfo +0 -1
  94. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/NFEImposto.d.ts +0 -4
  95. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/NFEImposto.js +0 -212
  96. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/NFEImposto.js.map +0 -1
  97. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/Utility.d.ts +0 -91
  98. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/Utility.js +0 -516
  99. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/Utility.js.map +0 -1
  100. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/ValidaCPFCNPJ.d.ts +0 -11
  101. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/ValidaCPFCNPJ.js +0 -125
  102. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/ValidaCPFCNPJ.js.map +0 -1
  103. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/XmlParser.d.ts +0 -18
  104. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/XmlParser.js +0 -174
  105. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/XmlParser.js.map +0 -1
  106. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getCodIBGE.d.ts +0 -1
  107. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getCodIBGE.js +0 -50
  108. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getCodIBGE.js.map +0 -1
  109. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getDesTipoPag.d.ts +0 -1
  110. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getDesTipoPag.js +0 -42
  111. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/getDesTipoPag.js.map +0 -1
  112. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/index.d.ts +0 -11
  113. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/index.js +0 -12
  114. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist/utils/index.js.map +0 -1
  115. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/tsconfig.tsbuildinfo +0 -1
  116. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/cte/CTEDistribuicaoDFe.d.ts +0 -47
  117. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/cte/CTEDistribuicaoDFe.js +0 -18
  118. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/cte/CTEDistribuicaoDFe.js.map +0 -1
  119. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/EmailConfig.d.ts +0 -65
  120. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/EmailConfig.js +0 -18
  121. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/EmailConfig.js.map +0 -1
  122. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEAutorizacao.d.ts +0 -5866
  123. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEAutorizacao.js +0 -30
  124. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEAutorizacao.js.map +0 -1
  125. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEDistribuicaoDFe.d.ts +0 -70
  126. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEDistribuicaoDFe.js +0 -18
  127. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEDistribuicaoDFe.js.map +0 -1
  128. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEInutilizacao.d.ts +0 -10
  129. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEInutilizacao.js +0 -18
  130. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFEInutilizacao.js.map +0 -1
  131. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFERecepcaoEvento.d.ts +0 -575
  132. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFERecepcaoEvento.js +0 -18
  133. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFERecepcaoEvento.js.map +0 -1
  134. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFeWizard.d.ts +0 -174
  135. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFeWizard.js +0 -2
  136. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/NFeWizard.js.map +0 -1
  137. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/index.d.ts +0 -8
  138. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/index.js +0 -25
  139. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/nfe/index.js.map +0 -1
  140. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/LoadCertificate.d.ts +0 -11
  141. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/LoadCertificate.js +0 -2
  142. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/LoadCertificate.js.map +0 -1
  143. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/NFEDanfeGenerator.d.ts +0 -32
  144. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/NFEDanfeGenerator.js +0 -18
  145. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/NFEDanfeGenerator.js.map +0 -1
  146. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/Utils.d.ts +0 -29
  147. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/Utils.js +0 -18
  148. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/Utils.js.map +0 -1
  149. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/index.d.ts +0 -49
  150. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/index.js +0 -20
  151. package/.rollup.cache/home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/types/src/shared/index.js.map +0 -1
  152. package/tsconfig.tsbuildinfo +0 -1
  153. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/adapters/SchemaLoader.d.ts +0 -0
  154. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/adapters/XmlBuilder.d.ts +0 -0
  155. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/adapters/XmlBuilder.js +0 -0
  156. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/adapters/XmlBuilder.js.map +0 -0
  157. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/adapters/index.d.ts +0 -0
  158. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/adapters/index.js +0 -0
  159. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/adapters/index.js.map +0 -0
  160. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/BaseNFSe.d.ts +0 -0
  161. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/BaseNFSe.js +0 -0
  162. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/BaseNFSe.js.map +0 -0
  163. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/BaseNFe.d.ts +0 -0
  164. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/base/BaseNFe.js +0 -0
  165. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/BaseNFe.js.map +0 -0
  166. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/base/GerarConsulta.d.ts +0 -0
  167. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/base/SaveFiles.d.ts +0 -0
  168. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/SaveFiles.js +0 -0
  169. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/SaveFiles.js.map +0 -0
  170. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/index.d.ts +0 -0
  171. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/index.js +0 -0
  172. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/base/index.js.map +0 -0
  173. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/config/CTeServicosUrl.json +0 -0
  174. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/config/NFSeServicosUrl.json +0 -0
  175. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/config/NFeServicosUrl.json +0 -0
  176. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/config/soapMethod.json +0 -0
  177. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/environment/AxiosHttpClient.d.ts +0 -0
  178. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/AxiosHttpClient.js +0 -0
  179. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/AxiosHttpClient.js.map +0 -0
  180. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/environment/Environment.d.ts +0 -0
  181. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/environment/Environment.js +0 -0
  182. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/Environment.js.map +0 -0
  183. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/environment/HttpClientBuilder.d.ts +0 -0
  184. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/HttpClientBuilder.js +0 -0
  185. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/HttpClientBuilder.js.map +0 -0
  186. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/environment/ValidateEnvironment.d.ts +0 -0
  187. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/ValidateEnvironment.js +0 -0
  188. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/ValidateEnvironment.js.map +0 -0
  189. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/environment/index.d.ts +0 -0
  190. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/index.js +0 -0
  191. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/environment/index.js.map +0 -0
  192. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/exceptions/ErrorContext.d.ts +0 -0
  193. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/ErrorContext.js +0 -0
  194. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/ErrorContext.js.map +0 -0
  195. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/exceptions/JsonArrayTransporter.d.ts +0 -0
  196. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/JsonArrayTransporter.js +0 -0
  197. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/JsonArrayTransporter.js.map +0 -0
  198. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/exceptions/index.d.ts +0 -0
  199. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/index.js +0 -0
  200. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/index.js.map +0 -0
  201. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/exceptions/logger.d.ts +0 -0
  202. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/logger.js +0 -0
  203. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/exceptions/logger.js.map +0 -0
  204. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io/packages/shared/dist → usr/projetos/nfewizard/nfewizard-io-idle-old/packages/shared/dist/src}/index.d.ts +0 -0
  205. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/index.js +0 -0
  206. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/index.js.map +0 -0
  207. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/NFEImposto.d.ts +0 -0
  208. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/NFEImposto.js +0 -0
  209. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/NFEImposto.js.map +0 -0
  210. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/Utility.d.ts +0 -0
  211. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/Utility.js +0 -0
  212. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/Utility.js.map +0 -0
  213. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/ValidaCPFCNPJ.d.ts +0 -0
  214. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/ValidaCPFCNPJ.js +0 -0
  215. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/ValidaCPFCNPJ.js.map +0 -0
  216. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/getCodIBGE.d.ts +0 -0
  217. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/getCodIBGE.js +0 -0
  218. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/getCodIBGE.js.map +0 -0
  219. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/getDesTipoPag.d.ts +0 -0
  220. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/getDesTipoPag.js +0 -0
  221. /package/.rollup.cache/{home/marco/Documents/projetos/NFeWizard/nfewizard-io → usr/projetos/nfewizard/nfewizard-io-idle-old}/packages/shared/dist/src/utils/getDesTipoPag.js.map +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"SaveFiles.js","sourceRoot":"","sources":["../../src/base/SaveFiles.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC;;;;;;;;;;;;;;;GAeG;AACH,MAAM,SAAS;IAGX,YAAY,WAAwB,EAAE,OAAgB;QAClD,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IAC3B,CAAC;IAEM,aAAa,CAAC,WAAmB,EAAE,cAAyC,EAAE,UAAmC,EAAE,MAAc,EAAE,WAAoB,EAAE,OAA6B;QACzL,kGAAkG;QAClG,MAAM,MAAM,GAAG,IAAI,CAAC,WAAW,CAAC,SAAS,EAAE,CAAC;QAC5C,IAAI,qBAAqB,GAAG,MAAM,CAAC,GAAG,CAAC,iCAAiC,CAAC;QACzE,MAAM,EAAE,8BAA8B,EAAE,GAAG,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,GAAG,CAAA;QACtE,MAAM,kBAAkB,GAAG,8BAA8B,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC;QAEtF,MAAM,cAAc,GAAG,CAAC,MAA0B,EAAE,EAAE;YAClD,MAAM,OAAO,GAAG,qBAAqB,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,IAAI,IAAI,EAAE,EAAE,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAEzF,MAAM,YAAY,GAAG,GAAG,MAAM,EAAE,CAAC;YACjC,MAAM,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAC9C,MAAM,OAAO,GAAG,cAAc,IAAI,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,cAAc,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YACzF,MAAM,YAAY,GAAG,OAAO,CAAC;YAE7B,OAAO,GAAG,YAAY,GAAG,UAAU,GAAG,OAAO,GAAG,YAAY,EAAE,CAAC;QACnE,CAAC,CAAA;QAED,MAAM,aAAa,GAAG,CAAC,IAAS,EAAE,MAA0B,EAAE,IAAwB,EAAE,QAAwB,EAAE,EAAE;YAChH,MAAM,QAAQ,GAAG,cAAc,CAAC,MAAM,CAAC,CAAC;YACxC,MAAM,MAAM,GAAG,QAAQ,KAAK,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC;YAE7D,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;gBACjB,IAAI,EAAE,IAAI,IAAI,EAAE;gBAChB,QAAQ;gBACR,MAAM,EAAE,MAAM;gBACd,IAAI;aACP,CAAC,CAAC;QACP,CAAC,CAAC;QAEF,IAAI,MAAM,CAAC,GAAG,CAAC,oBAAoB,EAAE,CAAC;YAClC,aAAa,CAAC,kBAAkB,EAAE,UAAU,EAAE,MAAM,CAAC,GAAG,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC;QACrF,CAAC;QACD,IAAI,MAAM,CAAC,GAAG,CAAC,mBAAmB,EAAE,CAAC;YACjC,aAAa,CAAC,UAAU,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,CAAC,GAAG,CAAC,cAAc,EAAE,KAAK,CAAC,CAAC;QAChF,CAAC;QACD,IAAI,MAAM,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC;YACpC,aAAa,CAAC,cAAc,EAAE,SAAS,EAAE,MAAM,CAAC,GAAG,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;QACnF,CAAC;IACL,CAAC;CACJ;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,8 +0,0 @@
1
- /**
2
- * NFeWizard - Base Classes
3
- * @module @nfewizard/shared/base
4
- * @license GPL-3.0-or-later
5
- */
6
- export { BaseNFE } from './BaseNFe.js';
7
- export { GerarConsulta } from './GerarConsulta.js';
8
- export { SaveFiles } from './SaveFiles.js';
@@ -1,9 +0,0 @@
1
- /**
2
- * NFeWizard - Base Classes
3
- * @module @nfewizard/shared/base
4
- * @license GPL-3.0-or-later
5
- */
6
- export { BaseNFE } from './BaseNFe.js';
7
- export { GerarConsulta } from './GerarConsulta.js';
8
- export { SaveFiles } from './SaveFiles.js';
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/base/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC"}