ipiranga-inovai-project-lib 2.4__py3-none-any.whl → 2.5__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 +3 -3
- {ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/METADATA +1 -1
- {ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/RECORD +6 -6
- {ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/LICENSE +0 -0
- {ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/WHEEL +0 -0
- {ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/top_level.txt +0 -0
inovai/entities.py
CHANGED
|
@@ -15,10 +15,10 @@ class ObiIntegration(Base):
|
|
|
15
15
|
|
|
16
16
|
id = Column('cd_seq_integr_obi', Integer, primary_key=True, nullable=False)
|
|
17
17
|
json_content = Column('aq_json', JSON, nullable=False)
|
|
18
|
-
integration_origin_code = Column('cd_unico_integr_obi',
|
|
18
|
+
integration_origin_code = Column('cd_unico_integr_obi', String(50), nullable=False)
|
|
19
19
|
branch_code = Column('cd_filial', Numeric(precision=6, scale=0), nullable=False)
|
|
20
20
|
movement_employer_number = Column('cd_cnpj_movimentacao', String(14), nullable=False)
|
|
21
|
-
issuance_date = Column('dt_emis', Date, nullable=
|
|
21
|
+
issuance_date = Column('dt_emis', Date, nullable=True)
|
|
22
22
|
movement_date = Column('dt_mov', DateTime, nullable=False)
|
|
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)
|
|
@@ -110,7 +110,7 @@ class KitIntegrationObiStatus(Base):
|
|
|
110
110
|
self.created_at = datetime.now()
|
|
111
111
|
|
|
112
112
|
def __str__(self):
|
|
113
|
-
return f'integration_obi_id: {self.
|
|
113
|
+
return f'integration_obi_id: {self.integration_obi_id}, kit_id: {self.kit_id}, integration_status: {self.integration_status}'
|
|
114
114
|
|
|
115
115
|
|
|
116
116
|
class IntegrationDocument(Base):
|
{ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ipiranga-inovai-project-lib
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.5
|
|
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
|
{ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
inovai/entities.py,sha256=
|
|
2
|
+
inovai/entities.py,sha256=ZQuimib2PNLFj5lYDzlhKt6chsnvs_X-9KffT0VC_LM,17963
|
|
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.
|
|
37
|
-
ipiranga_inovai_project_lib-2.
|
|
38
|
-
ipiranga_inovai_project_lib-2.
|
|
39
|
-
ipiranga_inovai_project_lib-2.
|
|
40
|
-
ipiranga_inovai_project_lib-2.
|
|
36
|
+
ipiranga_inovai_project_lib-2.5.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
|
|
37
|
+
ipiranga_inovai_project_lib-2.5.dist-info/METADATA,sha256=7qvzzMYsz8HRZd3Y0OQATp22CMeyalkj3E5IJCihqW8,518
|
|
38
|
+
ipiranga_inovai_project_lib-2.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
39
|
+
ipiranga_inovai_project_lib-2.5.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
|
|
40
|
+
ipiranga_inovai_project_lib-2.5.dist-info/RECORD,,
|
{ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/LICENSE
RENAMED
|
File without changes
|
{ipiranga_inovai_project_lib-2.4.dist-info → ipiranga_inovai_project_lib-2.5.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|