ipiranga-inovai-project-lib 0.4__py3-none-any.whl → 0.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 CHANGED
@@ -157,14 +157,16 @@ class ParamProcessingKit(Base):
157
157
  kit_id = Column('cd_kit', Integer, ForeignKey('fiscal.kit_obi.no_seq_kit'), nullable=False)
158
158
  process_code = Column('cd_proc_obi', String(30))
159
159
  status = Column('id_status_param', Boolean, nullable=False)
160
+ document_type = Column('cd_tipo_doc_integr', String(4))
160
161
  created_at = Column('dt_incl', DateTime, nullable=False, server_default='NOW()')
161
162
 
162
- def __init__(self, param_processing_kit_id, kit_id, process_code, status):
163
+ def __init__(self, param_processing_kit_id, kit_id, process_code, status, document_type):
163
164
  super().__init__()
164
165
  self.param_processing_kit_id = param_processing_kit_id
165
166
  self.kit_id = kit_id
166
167
  self.process_code = process_code
167
168
  self.status = status
169
+ self.document_type = document_type
168
170
  self.created_at = datetime.now()
169
171
 
170
172
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ipiranga-inovai-project-lib
3
- Version: 0.4
3
+ Version: 0.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
@@ -0,0 +1,8 @@
1
+ inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ inovai/entities.py,sha256=TWaxvS8La6mNRZPsthoW1UVVmiWYDhOVjwWn7MmC3JA,12872
3
+ inovai/enums.py,sha256=5NxAF59BwbXCi-pt6vHlBuoyykViXaCTIphFci__hYE,305
4
+ ipiranga_inovai_project_lib-0.5.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
5
+ ipiranga_inovai_project_lib-0.5.dist-info/METADATA,sha256=yBnZAL03b5_SzWVw6lfQ370-lk6r6H9UgmN8Zqz6Pos,518
6
+ ipiranga_inovai_project_lib-0.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
+ ipiranga_inovai_project_lib-0.5.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
8
+ ipiranga_inovai_project_lib-0.5.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- inovai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- inovai/entities.py,sha256=D0gLL5RvHxeNYEBQd8nc7OzOXtPrT4pLDECxbX8Ssfg,12752
3
- inovai/enums.py,sha256=5NxAF59BwbXCi-pt6vHlBuoyykViXaCTIphFci__hYE,305
4
- ipiranga_inovai_project_lib-0.4.dist-info/LICENSE,sha256=UJ3ql8eZec9Y1kER7QSHAuvdgFPuL47asePHYmdzG_o,198
5
- ipiranga_inovai_project_lib-0.4.dist-info/METADATA,sha256=krxX6cwc8Psj0lTB8A5gt0zNzVKrfcJhkOk2CnPAWvQ,518
6
- ipiranga_inovai_project_lib-0.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
- ipiranga_inovai_project_lib-0.4.dist-info/top_level.txt,sha256=BD-APH5oIEb_KDXwrfnZiu9QDsD9ttTEkYc32r9thqg,7
8
- ipiranga_inovai_project_lib-0.4.dist-info/RECORD,,