mergetbapi 1.3.30__tar.gz → 1.3.32__tar.gz

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.
Files changed (23) hide show
  1. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/PKG-INFO +1 -1
  2. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/portal/v1/__init__.py +10 -9
  3. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi.egg-info/PKG-INFO +1 -1
  4. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/LICENSE.md +0 -0
  5. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/README.md +0 -0
  6. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/__init__.py +0 -0
  7. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/google/__init__.py +0 -0
  8. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/google/api/__init__.py +0 -0
  9. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/grpc/__init__.py +0 -0
  10. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/grpc/gateway/__init__.py +0 -0
  11. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/grpc/gateway/protoc_gen_openapiv2/__init__.py +0 -0
  12. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/grpc/gateway/protoc_gen_openapiv2/options/__init__.py +0 -0
  13. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/portal/__init__.py +0 -0
  14. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/reconcile/__init__.py +0 -0
  15. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/validator/__init__.py +0 -0
  16. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi/xir/__init__.py +0 -0
  17. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi.egg-info/SOURCES.txt +0 -0
  18. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi.egg-info/dependency_links.txt +0 -0
  19. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi.egg-info/not-zip-safe +0 -0
  20. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi.egg-info/requires.txt +0 -0
  21. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/mergetbapi.egg-info/top_level.txt +0 -0
  22. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/setup.cfg +0 -0
  23. {mergetbapi-1.3.30 → mergetbapi-1.3.32}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mergetbapi
3
- Version: 1.3.30
3
+ Version: 1.3.32
4
4
  Summary: Client interface to the MergeTB API
5
5
  Home-page: https://gitlab.com/mergetb/api
6
6
  Author: Brian Kocoloski
@@ -1453,7 +1453,7 @@ class ArtifactId(betterproto.Message):
1453
1453
  @dataclass(eq=False, repr=False)
1454
1454
  class ArtifactMetadata(betterproto.Message):
1455
1455
  id: "ArtifactId" = betterproto.message_field(1)
1456
- name: str = betterproto.string_field(2)
1456
+ title: str = betterproto.string_field(2)
1457
1457
  creator: str = betterproto.string_field(3)
1458
1458
  access_mode: "AccessMode" = betterproto.enum_field(4)
1459
1459
  readme: "ArtifactReadme" = betterproto.message_field(5)
@@ -1462,7 +1462,8 @@ class ArtifactMetadata(betterproto.Message):
1462
1462
  description: str = betterproto.string_field(8)
1463
1463
  project: str = betterproto.string_field(9)
1464
1464
  organization: str = betterproto.string_field(10)
1465
- keywords: List[str] = betterproto.string_field(11)
1465
+ blob_name: str = betterproto.string_field(11)
1466
+ keywords: List[str] = betterproto.string_field(12)
1466
1467
 
1467
1468
 
1468
1469
  @dataclass(eq=False, repr=False)
@@ -5353,7 +5354,7 @@ class ArtifactStub(betterproto.ServiceStub):
5353
5354
  metadata=metadata,
5354
5355
  )
5355
5356
 
5356
- async def artifact_new(
5357
+ async def artifact_put(
5357
5358
  self,
5358
5359
  artifact_put_request_iterator: Union[
5359
5360
  AsyncIterable[ArtifactPutRequest], Iterable[ArtifactPutRequest]
@@ -5364,7 +5365,7 @@ class ArtifactStub(betterproto.ServiceStub):
5364
5365
  metadata: Optional["MetadataLike"] = None
5365
5366
  ) -> "ArtifactPutResponse":
5366
5367
  return await self._stream_unary(
5367
- "/portal.v1.Artifact/ArtifactNew",
5368
+ "/portal.v1.Artifact/ArtifactPut",
5368
5369
  artifact_put_request_iterator,
5369
5370
  ArtifactPutRequest,
5370
5371
  ArtifactPutResponse,
@@ -7988,7 +7989,7 @@ class ArtifactBase(ServiceBase):
7988
7989
  ) -> "ArtifactListResponse":
7989
7990
  raise grpclib.GRPCError(grpclib.const.Status.UNIMPLEMENTED)
7990
7991
 
7991
- async def artifact_new(
7992
+ async def artifact_put(
7992
7993
  self, artifact_put_request_iterator: AsyncIterator[ArtifactPutRequest]
7993
7994
  ) -> "ArtifactPutResponse":
7994
7995
  raise grpclib.GRPCError(grpclib.const.Status.UNIMPLEMENTED)
@@ -8036,11 +8037,11 @@ class ArtifactBase(ServiceBase):
8036
8037
  response = await self.artifact_list(request)
8037
8038
  await stream.send_message(response)
8038
8039
 
8039
- async def __rpc_artifact_new(
8040
+ async def __rpc_artifact_put(
8040
8041
  self, stream: "grpclib.server.Stream[ArtifactPutRequest, ArtifactPutResponse]"
8041
8042
  ) -> None:
8042
8043
  request = stream.__aiter__()
8043
- response = await self.artifact_new(request)
8044
+ response = await self.artifact_put(request)
8044
8045
  await stream.send_message(response)
8045
8046
 
8046
8047
  async def __rpc_artifact_get(
@@ -8107,8 +8108,8 @@ class ArtifactBase(ServiceBase):
8107
8108
  ArtifactListRequest,
8108
8109
  ArtifactListResponse,
8109
8110
  ),
8110
- "/portal.v1.Artifact/ArtifactNew": grpclib.const.Handler(
8111
- self.__rpc_artifact_new,
8111
+ "/portal.v1.Artifact/ArtifactPut": grpclib.const.Handler(
8112
+ self.__rpc_artifact_put,
8112
8113
  grpclib.const.Cardinality.STREAM_UNARY,
8113
8114
  ArtifactPutRequest,
8114
8115
  ArtifactPutResponse,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mergetbapi
3
- Version: 1.3.30
3
+ Version: 1.3.32
4
4
  Summary: Client interface to the MergeTB API
5
5
  Home-page: https://gitlab.com/mergetb/api
6
6
  Author: Brian Kocoloski
File without changes
File without changes
File without changes
File without changes