nominal-api 0.637.1__py3-none-any.whl → 0.638.0__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.

Potentially problematic release.


This version of nominal-api might be problematic. Click here for more details.

nominal_api/__init__.py CHANGED
@@ -76,5 +76,5 @@ __all__ = [
76
76
 
77
77
  __conjure_generator_version__ = "4.9.0"
78
78
 
79
- __version__ = "0.637.1"
79
+ __version__ = "0.638.0"
80
80
 
nominal_api/_impl.py CHANGED
@@ -7673,16 +7673,18 @@ class ingest_api_DockerImageSource(ConjureBeanType):
7673
7673
  'registry': ConjureFieldDefinition('registry', str),
7674
7674
  'repository': ConjureFieldDefinition('repository', str),
7675
7675
  'tag': ConjureFieldDefinition('tag', str),
7676
- 'authentication': ConjureFieldDefinition('authentication', ingest_api_Authentication)
7676
+ 'authentication': ConjureFieldDefinition('authentication', ingest_api_Authentication),
7677
+ 'command': ConjureFieldDefinition('command', OptionalTypeWrapper[str])
7677
7678
  }
7678
7679
 
7679
- __slots__: List[str] = ['_registry', '_repository', '_tag', '_authentication']
7680
+ __slots__: List[str] = ['_registry', '_repository', '_tag', '_authentication', '_command']
7680
7681
 
7681
- def __init__(self, authentication: "ingest_api_Authentication", registry: str, repository: str, tag: str) -> None:
7682
+ def __init__(self, authentication: "ingest_api_Authentication", registry: str, repository: str, tag: str, command: Optional[str] = None) -> None:
7682
7683
  self._registry = registry
7683
7684
  self._repository = repository
7684
7685
  self._tag = tag
7685
7686
  self._authentication = authentication
7687
+ self._command = command
7686
7688
 
7687
7689
  @builtins.property
7688
7690
  def registry(self) -> str:
@@ -7712,6 +7714,10 @@ class ingest_api_DockerImageSource(ConjureBeanType):
7712
7714
  """
7713
7715
  return self._authentication
7714
7716
 
7717
+ @builtins.property
7718
+ def command(self) -> Optional[str]:
7719
+ return self._command
7720
+
7715
7721
 
7716
7722
  ingest_api_DockerImageSource.__name__ = "DockerImageSource"
7717
7723
  ingest_api_DockerImageSource.__qualname__ = "DockerImageSource"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api
3
- Version: 0.637.1
3
+ Version: 0.638.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: requests
6
6
  Requires-Dist: conjure-python-client<3,>=2.8.0
@@ -1,5 +1,5 @@
1
- nominal_api/__init__.py,sha256=ZSut935hhxoJy_3K8TEsGHqwc-0h5q9jgiHc5kB8dhY,1995
2
- nominal_api/_impl.py,sha256=T2XjpWWx3gJoqvJpNADYDITR_gFRmKrmz0ENxnY4Z9g,3077908
1
+ nominal_api/__init__.py,sha256=LDFsmRUAG3woyUHI6GWmUe8TjeykuLiP-Fkw-HiWH-k,1995
2
+ nominal_api/_impl.py,sha256=ZJObAO0gSNH-iWeIZu-Vu_pFfDQwrwz7UtpKynPhNsc,3078160
3
3
  nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
4
4
  nominal_api/api/__init__.py,sha256=1oJPOuAMfV2uClPUW8Ie1nj2Y6j81TDpedcc3yUFTe0,1294
5
5
  nominal_api/api_ids/__init__.py,sha256=CAtt44XgNZEEUDv-BbEbYtuxQ8y1wqSZU-STjBYdZv8,80
@@ -73,7 +73,7 @@ nominal_api/timeseries_logicalseries_api/__init__.py,sha256=Q9iZHurmyDsJIFbUg-Eb
73
73
  nominal_api/timeseries_seriescache/__init__.py,sha256=tFCkNuyrVMgtj-HIl1pOYPJHaL2VikI4C_x97bX_Lcs,109
74
74
  nominal_api/timeseries_seriescache_api/__init__.py,sha256=U9EhlqdF9qzD1O9al0vcvcdgS_C5lq-lN3Kmr0K3g84,1191
75
75
  nominal_api/upload_api/__init__.py,sha256=ZMudWMSqCrNozohbHaJKuxJnT9Edepe7nxxXMz_pT9k,87
76
- nominal_api-0.637.1.dist-info/METADATA,sha256=aIpFzfEVlLl78P6IvB97M0ZUXhnQlgEnXz1a7D3Fs4M,199
77
- nominal_api-0.637.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
78
- nominal_api-0.637.1.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
79
- nominal_api-0.637.1.dist-info/RECORD,,
76
+ nominal_api-0.638.0.dist-info/METADATA,sha256=zVvbZW9FgSN8cJ6o-xJr2dYyFoiMW2ATgALbXqmKtHg,199
77
+ nominal_api-0.638.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
78
+ nominal_api-0.638.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
79
+ nominal_api-0.638.0.dist-info/RECORD,,