Skip to content

Commit

Permalink
Bump version to 0.31.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Oct 8, 2024
1 parent f6d8d3b commit 4674413
Show file tree
Hide file tree
Showing 50 changed files with 1,224 additions and 1,348 deletions.
399 changes: 198 additions & 201 deletions src/viam/proto/app/__init__.py

Large diffs are not rendered by default.

31 changes: 14 additions & 17 deletions src/viam/proto/app/agent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
'''
"""
@generated by Viam.
Do not edit manually!
'''
from ....gen.app.agent.v1.agent_grpc import (
AgentDeviceServiceBase,
AgentDeviceServiceStub,
UnimplementedAgentDeviceServiceBase
)
"""

from ....gen.app.agent.v1.agent_grpc import AgentDeviceServiceBase, AgentDeviceServiceStub, UnimplementedAgentDeviceServiceBase
from ....gen.app.agent.v1.agent_pb2 import (
DeviceAgentConfigRequest,
DeviceAgentConfigResponse,
DeviceSubsystemConfig,
HostInfo,
PackageFormat,
SubsystemUpdateInfo
SubsystemUpdateInfo,
)

__all__ = [
'AgentDeviceServiceBase',
'AgentDeviceServiceStub',
'UnimplementedAgentDeviceServiceBase',
'DeviceAgentConfigRequest',
'DeviceAgentConfigResponse',
'DeviceSubsystemConfig',
'HostInfo',
'PackageFormat',
'SubsystemUpdateInfo',
"AgentDeviceServiceBase",
"AgentDeviceServiceStub",
"UnimplementedAgentDeviceServiceBase",
"DeviceAgentConfigRequest",
"DeviceAgentConfigResponse",
"DeviceSubsystemConfig",
"HostInfo",
"PackageFormat",
"SubsystemUpdateInfo",
]
49 changes: 23 additions & 26 deletions src/viam/proto/app/billing.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
'''
"""
@generated by Viam.
Do not edit manually!
'''
from ...gen.app.v1.billing_grpc import (
BillingServiceBase,
BillingServiceStub,
UnimplementedBillingServiceBase
)
"""

from ...gen.app.v1.billing_grpc import BillingServiceBase, BillingServiceStub, UnimplementedBillingServiceBase
from ...gen.app.v1.billing_pb2 import (
BillableResourceEvent,
GetCurrentMonthUsageRequest,
Expand All @@ -22,26 +19,26 @@
PaymentMethodCard,
PaymentMethodType,
SendPaymentRequiredEmailRequest,
SendPaymentRequiredEmailResponse
SendPaymentRequiredEmailResponse,
)

__all__ = [
'BillingServiceBase',
'BillingServiceStub',
'UnimplementedBillingServiceBase',
'BillableResourceEvent',
'GetCurrentMonthUsageRequest',
'GetCurrentMonthUsageResponse',
'GetInvoicePdfRequest',
'GetInvoicePdfResponse',
'GetInvoicesSummaryRequest',
'GetInvoicesSummaryResponse',
'GetOrgBillingInformationRequest',
'GetOrgBillingInformationResponse',
'Invoice',
'InvoiceSummary',
'PaymentMethodCard',
'PaymentMethodType',
'SendPaymentRequiredEmailRequest',
'SendPaymentRequiredEmailResponse',
"BillingServiceBase",
"BillingServiceStub",
"UnimplementedBillingServiceBase",
"BillableResourceEvent",
"GetCurrentMonthUsageRequest",
"GetCurrentMonthUsageResponse",
"GetInvoicePdfRequest",
"GetInvoicePdfResponse",
"GetInvoicesSummaryRequest",
"GetInvoicesSummaryResponse",
"GetOrgBillingInformationRequest",
"GetOrgBillingInformationResponse",
"Invoice",
"InvoiceSummary",
"PaymentMethodCard",
"PaymentMethodType",
"SendPaymentRequiredEmailRequest",
"SendPaymentRequiredEmailResponse",
]
53 changes: 25 additions & 28 deletions src/viam/proto/app/cloudslam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
'''
"""
@generated by Viam.
Do not edit manually!
'''
from ....gen.app.cloudslam.v1.cloud_slam_grpc import (
CloudSLAMServiceBase,
CloudSLAMServiceStub,
UnimplementedCloudSLAMServiceBase
)
"""

from ....gen.app.cloudslam.v1.cloud_slam_grpc import CloudSLAMServiceBase, CloudSLAMServiceStub, UnimplementedCloudSLAMServiceBase
from ....gen.app.cloudslam.v1.cloud_slam_pb2 import (
CaptureInterval,
EndStatus,
Expand All @@ -24,28 +21,28 @@
StartMappingSessionRequest,
StartMappingSessionResponse,
StopMappingSessionRequest,
StopMappingSessionResponse
StopMappingSessionResponse,
)

__all__ = [
'CloudSLAMServiceBase',
'CloudSLAMServiceStub',
'UnimplementedCloudSLAMServiceBase',
'CaptureInterval',
'EndStatus',
'GetActiveMappingSessionsForRobotRequest',
'GetActiveMappingSessionsForRobotResponse',
'GetMappingSessionMetadataByIDRequest',
'GetMappingSessionMetadataByIDResponse',
'GetMappingSessionPointCloudRequest',
'GetMappingSessionPointCloudResponse',
'ListMappingSessionsRequest',
'ListMappingSessionsResponse',
'MappingMetadata',
'Module',
'SensorInfo',
'StartMappingSessionRequest',
'StartMappingSessionResponse',
'StopMappingSessionRequest',
'StopMappingSessionResponse',
"CloudSLAMServiceBase",
"CloudSLAMServiceStub",
"UnimplementedCloudSLAMServiceBase",
"CaptureInterval",
"EndStatus",
"GetActiveMappingSessionsForRobotRequest",
"GetActiveMappingSessionsForRobotResponse",
"GetMappingSessionMetadataByIDRequest",
"GetMappingSessionMetadataByIDResponse",
"GetMappingSessionPointCloudRequest",
"GetMappingSessionPointCloudResponse",
"ListMappingSessionsRequest",
"ListMappingSessionsResponse",
"MappingMetadata",
"Module",
"SensorInfo",
"StartMappingSessionRequest",
"StartMappingSessionResponse",
"StopMappingSessionRequest",
"StopMappingSessionResponse",
]
129 changes: 63 additions & 66 deletions src/viam/proto/app/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
'''
"""
@generated by Viam.
Do not edit manually!
'''
from ....gen.app.data.v1.data_grpc import (
DataServiceBase,
DataServiceStub,
UnimplementedDataServiceBase
)
"""

from ....gen.app.data.v1.data_grpc import DataServiceBase, DataServiceStub, UnimplementedDataServiceBase
from ....gen.app.data.v1.data_pb2 import (
AddBinaryDataToDatasetByIDsRequest,
AddBinaryDataToDatasetByIDsResponse,
Expand Down Expand Up @@ -62,66 +59,66 @@
TagsFilter,
TagsFilterType,
UpdateBoundingBoxRequest,
UpdateBoundingBoxResponse
UpdateBoundingBoxResponse,
)

__all__ = [
'DataServiceBase',
'DataServiceStub',
'UnimplementedDataServiceBase',
'AddBinaryDataToDatasetByIDsRequest',
'AddBinaryDataToDatasetByIDsResponse',
'AddBoundingBoxToImageByIDRequest',
'AddBoundingBoxToImageByIDResponse',
'AddTagsToBinaryDataByFilterRequest',
'AddTagsToBinaryDataByFilterResponse',
'AddTagsToBinaryDataByIDsRequest',
'AddTagsToBinaryDataByIDsResponse',
'Annotations',
'BinaryData',
'BinaryDataByFilterRequest',
'BinaryDataByFilterResponse',
'BinaryDataByIDsRequest',
'BinaryDataByIDsResponse',
'BinaryID',
'BinaryMetadata',
'BoundingBox',
'BoundingBoxLabelsByFilterRequest',
'BoundingBoxLabelsByFilterResponse',
'CaptureInterval',
'CaptureMetadata',
'ConfigureDatabaseUserRequest',
'ConfigureDatabaseUserResponse',
'DataRequest',
'DeleteBinaryDataByFilterRequest',
'DeleteBinaryDataByFilterResponse',
'DeleteBinaryDataByIDsRequest',
'DeleteBinaryDataByIDsResponse',
'DeleteTabularDataRequest',
'DeleteTabularDataResponse',
'Filter',
'GetDatabaseConnectionRequest',
'GetDatabaseConnectionResponse',
'Order',
'RemoveBinaryDataFromDatasetByIDsRequest',
'RemoveBinaryDataFromDatasetByIDsResponse',
'RemoveBoundingBoxFromImageByIDRequest',
'RemoveBoundingBoxFromImageByIDResponse',
'RemoveTagsFromBinaryDataByFilterRequest',
'RemoveTagsFromBinaryDataByFilterResponse',
'RemoveTagsFromBinaryDataByIDsRequest',
'RemoveTagsFromBinaryDataByIDsResponse',
'TabularData',
'TabularDataByFilterRequest',
'TabularDataByFilterResponse',
'TabularDataByMQLRequest',
'TabularDataByMQLResponse',
'TabularDataBySQLRequest',
'TabularDataBySQLResponse',
'TagsByFilterRequest',
'TagsByFilterResponse',
'TagsFilter',
'TagsFilterType',
'UpdateBoundingBoxRequest',
'UpdateBoundingBoxResponse',
"DataServiceBase",
"DataServiceStub",
"UnimplementedDataServiceBase",
"AddBinaryDataToDatasetByIDsRequest",
"AddBinaryDataToDatasetByIDsResponse",
"AddBoundingBoxToImageByIDRequest",
"AddBoundingBoxToImageByIDResponse",
"AddTagsToBinaryDataByFilterRequest",
"AddTagsToBinaryDataByFilterResponse",
"AddTagsToBinaryDataByIDsRequest",
"AddTagsToBinaryDataByIDsResponse",
"Annotations",
"BinaryData",
"BinaryDataByFilterRequest",
"BinaryDataByFilterResponse",
"BinaryDataByIDsRequest",
"BinaryDataByIDsResponse",
"BinaryID",
"BinaryMetadata",
"BoundingBox",
"BoundingBoxLabelsByFilterRequest",
"BoundingBoxLabelsByFilterResponse",
"CaptureInterval",
"CaptureMetadata",
"ConfigureDatabaseUserRequest",
"ConfigureDatabaseUserResponse",
"DataRequest",
"DeleteBinaryDataByFilterRequest",
"DeleteBinaryDataByFilterResponse",
"DeleteBinaryDataByIDsRequest",
"DeleteBinaryDataByIDsResponse",
"DeleteTabularDataRequest",
"DeleteTabularDataResponse",
"Filter",
"GetDatabaseConnectionRequest",
"GetDatabaseConnectionResponse",
"Order",
"RemoveBinaryDataFromDatasetByIDsRequest",
"RemoveBinaryDataFromDatasetByIDsResponse",
"RemoveBoundingBoxFromImageByIDRequest",
"RemoveBoundingBoxFromImageByIDResponse",
"RemoveTagsFromBinaryDataByFilterRequest",
"RemoveTagsFromBinaryDataByFilterResponse",
"RemoveTagsFromBinaryDataByIDsRequest",
"RemoveTagsFromBinaryDataByIDsResponse",
"TabularData",
"TabularDataByFilterRequest",
"TabularDataByFilterResponse",
"TabularDataByMQLRequest",
"TabularDataByMQLResponse",
"TabularDataBySQLRequest",
"TabularDataBySQLResponse",
"TagsByFilterRequest",
"TagsByFilterResponse",
"TagsFilter",
"TagsFilterType",
"UpdateBoundingBoxRequest",
"UpdateBoundingBoxResponse",
]
41 changes: 19 additions & 22 deletions src/viam/proto/app/dataset/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
'''
"""
@generated by Viam.
Do not edit manually!
'''
from ....gen.app.dataset.v1.dataset_grpc import (
DatasetServiceBase,
DatasetServiceStub,
UnimplementedDatasetServiceBase
)
"""

from ....gen.app.dataset.v1.dataset_grpc import DatasetServiceBase, DatasetServiceStub, UnimplementedDatasetServiceBase
from ....gen.app.dataset.v1.dataset_pb2 import (
CreateDatasetRequest,
CreateDatasetResponse,
Expand All @@ -18,22 +15,22 @@
ListDatasetsByOrganizationIDRequest,
ListDatasetsByOrganizationIDResponse,
RenameDatasetRequest,
RenameDatasetResponse
RenameDatasetResponse,
)

__all__ = [
'DatasetServiceBase',
'DatasetServiceStub',
'UnimplementedDatasetServiceBase',
'CreateDatasetRequest',
'CreateDatasetResponse',
'Dataset',
'DeleteDatasetRequest',
'DeleteDatasetResponse',
'ListDatasetsByIDsRequest',
'ListDatasetsByIDsResponse',
'ListDatasetsByOrganizationIDRequest',
'ListDatasetsByOrganizationIDResponse',
'RenameDatasetRequest',
'RenameDatasetResponse',
"DatasetServiceBase",
"DatasetServiceStub",
"UnimplementedDatasetServiceBase",
"CreateDatasetRequest",
"CreateDatasetResponse",
"Dataset",
"DeleteDatasetRequest",
"DeleteDatasetResponse",
"ListDatasetsByIDsRequest",
"ListDatasetsByIDsResponse",
"ListDatasetsByOrganizationIDRequest",
"ListDatasetsByOrganizationIDResponse",
"RenameDatasetRequest",
"RenameDatasetResponse",
]
Loading

0 comments on commit 4674413

Please sign in to comment.