ipiranga-inovai-project-lib 2.2__py3-none-any.whl → 2.4__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/entities.py CHANGED
@@ -23,7 +23,7 @@ class ObiIntegration(Base):
23
23
  created_at = Column('dt_incl', DateTime, nullable=False, server_default=DATETIME_NOW)
24
24
  request_id = Column('id_req', String(40), nullable=True)
25
25
  origin = Column('nm_sist_orig', String(50), nullable=True)
26
- type_id = Column('cd_tipo_param_obi', Integer, nullable=False)
26
+ type_id = Column('cd_tipo_param_obi', Integer, ForeignKey('fiscal.tipo_param_kit_obi.cd_tipo_param_obi'), nullable=False)
27
27
 
28
28
  integration_obi_batch = relationship('IntegrationObiBatch', back_populates='integration_obi')
29
29
  kit_integration_obi_status = relationship("KitIntegrationObiStatus", back_populates="integration_obi")
@@ -80,7 +80,7 @@ class IntegrationObiBatch(Base):
80
80
  primary_key=True, nullable=False)
81
81
  created_at = Column('dt_incl', DateTime, nullable=False)
82
82
 
83
- integration_obi_batch = relationship('ObiIntegration', back_populates='integration_obi')
83
+ integration_obi = relationship('ObiIntegration', back_populates='integration_obi_batch')
84
84
 
85
85
  def __init__(self, integration_batch_id, integration_obi_id):
86
86
  super().__init__()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipiranga-inovai-project-lib
3
- Version: 2.2
3
+ Version: 2.4
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,5 +1,5 @@
1
1
  inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- inovai/entities.py,sha256=cGA8zlM8FUOoN_vRH2MWTv3p_2twj6_kDUwPUcmRmzA,17918
2
+ inovai/entities.py,sha256=VKraZXl0pMWjUVSSu_wU4VzBbSXYzO1aAATKp0Nuxjs,17977
3
3
  inovai/enums.py,sha256=Ei8B5WacDvJsBXUWi5jnKK1My3fuKBrbebmZKtwJV2Y,1636
4
4
  inovai/models/Endereco.py,sha256=Vft20vMwYwTXtEuh5NH7O5FxXVahnLmgaXMDOVdBxY4,3519
5
5
  inovai/models/NFe.py,sha256=3PiMvK6AODaagZU7KEpnjYfulz8PvcQYGChIa-QCvg0,13023
@@ -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.2.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
37
- ipiranga_inovai_project_lib-2.2.dist-info/METADATA,sha256=ksEqFd8MRPAu29yG-QvjQBtunSBspIjaZXeaNK2QR-4,518
38
- ipiranga_inovai_project_lib-2.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
- ipiranga_inovai_project_lib-2.2.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
40
- ipiranga_inovai_project_lib-2.2.dist-info/RECORD,,
36
+ ipiranga_inovai_project_lib-2.4.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
37
+ ipiranga_inovai_project_lib-2.4.dist-info/METADATA,sha256=DAvU5os8qnJEt1QRuITOXhLsv-_9KFv4g1q76A6mK4c,518
38
+ ipiranga_inovai_project_lib-2.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
+ ipiranga_inovai_project_lib-2.4.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
40
+ ipiranga_inovai_project_lib-2.4.dist-info/RECORD,,