airia 0.1.21__py3-none-any.whl → 0.1.22__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.
@@ -518,7 +518,7 @@ class ExportToolParameters(BaseModel):
518
518
  description="Gets or sets the list of valid options.",
519
519
  alias="validOptions",
520
520
  )
521
- id: str = Field(..., description="Gets or sets the ID.")
521
+ id: Optional[str] = Field(None, description="Gets or sets the ID.")
522
522
 
523
523
 
524
524
  class ExportTool(BaseModel):
@@ -586,8 +586,8 @@ class ExportTool(BaseModel):
586
586
  description="Gets or sets a value indicating whether the tool should use user based credentials.",
587
587
  alias="useUserCredentials",
588
588
  )
589
- use_user_credentials_type: str = Field(
590
- ...,
589
+ use_user_credentials_type: Optional[str] = Field(
590
+ None,
591
591
  description="Gets or sets a value indicating what the credential type is when the tool use user based credentials.",
592
592
  alias="useUserCredentialsType",
593
593
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airia
3
- Version: 0.1.21
3
+ Version: 0.1.22
4
4
  Summary: Python SDK for Airia API
5
5
  Author-email: Airia LLC <support@airia.com>
6
6
  License: MIT
@@ -58,7 +58,7 @@ airia/types/api/deployments/get_deployments.py,sha256=5Dm7pTkEFmIZ4p4Scle9x9p3Nq
58
58
  airia/types/api/pipeline_execution/__init__.py,sha256=01Cf0Cx-RZygtgQvYajSrikxmtUYbsDcBzFk7hkNnGc,360
59
59
  airia/types/api/pipeline_execution/_pipeline_execution.py,sha256=hMMR-nqxEoxvLU6-u4Tc_0gIQxoIZrdpP4oS-fXnO_M,2449
60
60
  airia/types/api/pipelines_config/__init__.py,sha256=tNYV8AEGsKMfH4nMb-KGDfH1kvHO2b6VSoTB7TYQ7N8,2188
61
- airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=E7A5i4fstDm9-eyo8rirr16OrW1PEE97YMDK4AvSHhI,38068
61
+ airia/types/api/pipelines_config/export_pipeline_definition.py,sha256=pC4WVKdhhRTifHVC4LaogsvvFoql-D51Ih1HPN7ADU0,38090
62
62
  airia/types/api/pipelines_config/get_pipeline_config.py,sha256=UEGnvzBPHAJMJEcMOKLZWXenaL96iyYoWt0zZjyzEUg,23514
63
63
  airia/types/api/pipelines_config/get_pipelines_config.py,sha256=RbiX5zISxzGRxzPGHe7QpO-Ro-0woQsPGLxtiP4Y4K4,15955
64
64
  airia/types/api/project/__init__.py,sha256=ervHvCeqt08JkMRsSrG1ZnQshE70of-8kf4VeW2HG9c,113
@@ -69,8 +69,8 @@ airia/types/api/store/get_files.py,sha256=v22zmOuTSFqzrS73L5JL_FgBeF5a5wutv1nK4I
69
69
  airia/types/sse/__init__.py,sha256=KWnNTfsQnthfrU128pUX6ounvSS7DvjC-Y21FE-OdMk,1863
70
70
  airia/types/sse/sse_messages.py,sha256=asq9KG5plT2XSgQMz-Nqo0WcKlXvE8UT3E-WLhCegPk,30244
71
71
  airia/utils/sse_parser.py,sha256=XCTkuaroYWaVQOgBq8VpbseQYSAVruF69AvKUwZQKTA,4251
72
- airia-0.1.21.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
73
- airia-0.1.21.dist-info/METADATA,sha256=gvGsgvx661hW3ozmvYTPt9AJ3f3OXkhUzbb5MU1ZMZI,4506
74
- airia-0.1.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
75
- airia-0.1.21.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
76
- airia-0.1.21.dist-info/RECORD,,
72
+ airia-0.1.22.dist-info/licenses/LICENSE,sha256=R3ClUMMKPRItIcZ0svzyj2taZZnFYw568YDNzN9KQ1Q,1066
73
+ airia-0.1.22.dist-info/METADATA,sha256=cY5c_kPomaH8ILU5D6n6TCb-HVaGafAkgDJX3X4jL58,4506
74
+ airia-0.1.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
75
+ airia-0.1.22.dist-info/top_level.txt,sha256=qUQEKfs_hdOYTwjKj1JZbRhS5YeXDNaKQaVTrzabS6w,6
76
+ airia-0.1.22.dist-info/RECORD,,
File without changes