ipiranga-inovai-project-lib 2.0__py3-none-any.whl → 2.1__py3-none-any.whl

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.
inovai/enums.py CHANGED
@@ -1,4 +1,4 @@
1
- from enum import Enum
1
+ from enum import Enum, IntEnum
2
2
 
3
3
 
4
4
  class DocumentStatus(Enum):
@@ -28,7 +28,7 @@ class DocumentType(Enum):
28
28
  ISS_SERVICE = "SERV_ISS"
29
29
 
30
30
 
31
- class IntegrationType(Enum):
31
+ class IntegrationType(IntEnum):
32
32
  SERV = 1
33
33
  SERV_ISS = 2
34
34
  PROD = 3
@@ -57,3 +57,13 @@ class TaxType(Enum):
57
57
  ICMSMONORET = "ICMSMONORET"
58
58
  CSLL = "CSLL"
59
59
  IRRF = "IRRF"
60
+
61
+
62
+ class KitId(IntEnum):
63
+ ONE = 1
64
+ TWO = 2
65
+ THREE = 3
66
+ FOUR = 4
67
+ SEVEN = 7
68
+ EIGHT = 8
69
+ NINE = 9
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipiranga-inovai-project-lib
3
- Version: 2.0
3
+ Version: 2.1
4
4
  Summary: Projeto criado para importação genérica de entidades
5
5
  Home-page: https://gitlab.ipirangacloud.com/clayton.monteiro.ext/ipiranga-inovai-project-lib
6
6
  Author: Clayton Sandes Monteiro
@@ -1,6 +1,6 @@
1
1
  inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  inovai/entities.py,sha256=cGA8zlM8FUOoN_vRH2MWTv3p_2twj6_kDUwPUcmRmzA,17918
3
- inovai/enums.py,sha256=FyrBrq2gtUZZx6kc0yXY4MCAMAmQ84Afg5GgnqrPIcQ,1193
3
+ inovai/enums.py,sha256=lScih0ma7Egu33fLu0B9P777JzORu7q1oEDU9pMDGHs,1331
4
4
  inovai/models/Endereco.py,sha256=Vft20vMwYwTXtEuh5NH7O5FxXVahnLmgaXMDOVdBxY4,3519
5
5
  inovai/models/NFe.py,sha256=3PiMvK6AODaagZU7KEpnjYfulz8PvcQYGChIa-QCvg0,13023
6
6
  inovai/models/NFeBoleto.py,sha256=tLWqsOlszA6UiJdxesJKQkgwNk_4DuI3NRBCYZh7RKc,5006
@@ -33,8 +33,8 @@ inovai/models/NFeVolume.py,sha256=_cayb-rrz1mSxQ3wFFnB4KCi524jtAsdTTcS4WQTBOc,19
33
33
  inovai/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
34
  inovai/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
35
  inovai/utils/util.py,sha256=tEFFoYhtyZk2pxor2vb23NWr3otPzPXTiTIf-VrGik4,366
36
- ipiranga_inovai_project_lib-2.0.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
37
- ipiranga_inovai_project_lib-2.0.dist-info/METADATA,sha256=UUmybh_RD9HbeWEqN8-7e-Ga0Oj11WWAamc35-TCU80,518
38
- ipiranga_inovai_project_lib-2.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
- ipiranga_inovai_project_lib-2.0.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
40
- ipiranga_inovai_project_lib-2.0.dist-info/RECORD,,
36
+ ipiranga_inovai_project_lib-2.1.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
37
+ ipiranga_inovai_project_lib-2.1.dist-info/METADATA,sha256=emxIhvogLqgOXNViCtbs3wzv0UXe8B1cXJu0d9myijc,518
38
+ ipiranga_inovai_project_lib-2.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
+ ipiranga_inovai_project_lib-2.1.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
40
+ ipiranga_inovai_project_lib-2.1.dist-info/RECORD,,