rapida-python 0.1.21__tar.gz → 0.1.22__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.
- {rapida_python-0.1.21 → rapida_python-0.1.22}/PKG-INFO +1 -1
- {rapida_python-0.1.21 → rapida_python-0.1.22}/pyproject.toml +1 -1
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/__init__.py +50 -89
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/PKG-INFO +1 -1
- {rapida_python-0.1.21 → rapida_python-0.1.22}/README.md +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/__init__.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/assistant.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/call.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/endpoint.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/invoke.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/common_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/connect_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/invoker_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/talk_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/vault_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2.pyi +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/web_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/configs/__init__.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/connections/__init__.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/__init__.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_environment.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_header.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_region.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_source.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/utils/rapida_value.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/version.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/SOURCES.txt +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/dependency_links.txt +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/requires.txt +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/rapida_python.egg-info/top_level.txt +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/setup.cfg +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/setup.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/tests/test_configs.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/tests/test_connections.py +0 -0
- {rapida_python-0.1.21 → rapida_python-0.1.22}/tests/test_version.py +0 -0
|
@@ -93,7 +93,47 @@ from rapida.clients.endpoint import (
|
|
|
93
93
|
from rapida.clients.invoke import invoke
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
# # Protobuf imports
|
|
96
|
+
# # Protobuf imports - Import common_pb2 FIRST since other protos depend on it
|
|
97
|
+
from rapida.clients.protos.common_pb2 import (
|
|
98
|
+
FieldSelector,
|
|
99
|
+
Criteria,
|
|
100
|
+
Error,
|
|
101
|
+
Paginate,
|
|
102
|
+
Paginated,
|
|
103
|
+
Ordering,
|
|
104
|
+
User,
|
|
105
|
+
BaseResponse,
|
|
106
|
+
Metadata,
|
|
107
|
+
Argument,
|
|
108
|
+
Variable,
|
|
109
|
+
Tag,
|
|
110
|
+
Organization,
|
|
111
|
+
Metric,
|
|
112
|
+
Content,
|
|
113
|
+
Message as ProtoMessage,
|
|
114
|
+
ToolCall,
|
|
115
|
+
FunctionCall,
|
|
116
|
+
Knowledge,
|
|
117
|
+
TextPrompt,
|
|
118
|
+
TextChatCompletePrompt,
|
|
119
|
+
AssistantConversationMessage,
|
|
120
|
+
AssistantConversationContext,
|
|
121
|
+
AssistantConversation,
|
|
122
|
+
GetAllAssistantConversationRequest,
|
|
123
|
+
GetAllAssistantConversationResponse,
|
|
124
|
+
GetAllConversationMessageRequest,
|
|
125
|
+
GetAllConversationMessageResponse,
|
|
126
|
+
AssistantConversationMessageTextContent,
|
|
127
|
+
AssistantConversationMessageAudioContent,
|
|
128
|
+
AssistantDefinition,
|
|
129
|
+
AssistantConversationConfiguration,
|
|
130
|
+
AssistantConversationInterruption,
|
|
131
|
+
AssistantConversationUserMessage,
|
|
132
|
+
AssistantConversationAction,
|
|
133
|
+
AssistantConversationAssistantMessage,
|
|
134
|
+
)
|
|
135
|
+
|
|
136
|
+
# Now import other protos that may depend on common_pb2
|
|
97
137
|
from rapida.clients.protos.assistant_knowledge_pb2 import (
|
|
98
138
|
AssistantKnowledge,
|
|
99
139
|
CreateAssistantKnowledgeRequest,
|
|
@@ -104,27 +144,15 @@ from rapida.clients.protos.assistant_knowledge_pb2 import (
|
|
|
104
144
|
GetAllAssistantKnowledgeRequest,
|
|
105
145
|
GetAllAssistantKnowledgeResponse,
|
|
106
146
|
)
|
|
107
|
-
from rapida.clients.protos.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
GetAuditLogRequest,
|
|
117
|
-
GetAuditLogResponse,
|
|
118
|
-
CreateMetadataRequest,
|
|
119
|
-
CreateMetadataResponse,
|
|
120
|
-
)
|
|
121
|
-
from rapida.clients.protos.provider_api_pb2 import (
|
|
122
|
-
GetAllModelProviderRequest,
|
|
123
|
-
GetAllModelProviderResponse,
|
|
124
|
-
ToolProvider,
|
|
125
|
-
GetAllToolProviderRequest,
|
|
126
|
-
GetAllToolProviderResponse,
|
|
127
|
-
)
|
|
147
|
+
# from rapida.clients.protos.audit_logging_api_pb2 import (
|
|
148
|
+
# AuditLog,
|
|
149
|
+
# GetAllAuditLogRequest,
|
|
150
|
+
# GetAllAuditLogResponse,
|
|
151
|
+
# GetAuditLogRequest,
|
|
152
|
+
# GetAuditLogResponse,
|
|
153
|
+
# CreateMetadataRequest,
|
|
154
|
+
# CreateMetadataResponse,
|
|
155
|
+
# )
|
|
128
156
|
from rapida.clients.protos.vault_api_pb2 import (
|
|
129
157
|
VaultCredential,
|
|
130
158
|
CreateProviderCredentialRequest,
|
|
@@ -155,15 +183,6 @@ from rapida.clients.protos.assistant_analysis_pb2 import (
|
|
|
155
183
|
GetAllAssistantAnalysisRequest,
|
|
156
184
|
GetAllAssistantAnalysisResponse,
|
|
157
185
|
)
|
|
158
|
-
from rapida.clients.protos.sendgrid_api_pb2 import (
|
|
159
|
-
Contact,
|
|
160
|
-
WelcomeEmailRequest,
|
|
161
|
-
WelcomeEmailResponse,
|
|
162
|
-
ResetPasswordEmailRequest,
|
|
163
|
-
ResetPasswordEmailResponse,
|
|
164
|
-
InviteMemeberEmailRequest,
|
|
165
|
-
InviteMemeberEmailResponse,
|
|
166
|
-
)
|
|
167
186
|
from rapida.clients.protos.invoker_api_pb2 import (
|
|
168
187
|
EndpointDefinition,
|
|
169
188
|
InvokeRequest,
|
|
@@ -225,44 +244,6 @@ from rapida.clients.protos.web_api_pb2 import (
|
|
|
225
244
|
CreateProjectCredentialResponse,
|
|
226
245
|
GetAllProjectCredentialResponse,
|
|
227
246
|
)
|
|
228
|
-
from rapida.clients.protos.common_pb2 import (
|
|
229
|
-
FieldSelector,
|
|
230
|
-
Criteria,
|
|
231
|
-
Error,
|
|
232
|
-
Paginate,
|
|
233
|
-
Paginated,
|
|
234
|
-
Ordering,
|
|
235
|
-
User,
|
|
236
|
-
BaseResponse,
|
|
237
|
-
Metadata,
|
|
238
|
-
Argument,
|
|
239
|
-
Variable,
|
|
240
|
-
Tag,
|
|
241
|
-
Organization,
|
|
242
|
-
Metric,
|
|
243
|
-
Content,
|
|
244
|
-
Message as ProtoMessage,
|
|
245
|
-
ToolCall,
|
|
246
|
-
FunctionCall,
|
|
247
|
-
Knowledge,
|
|
248
|
-
TextPrompt,
|
|
249
|
-
TextChatCompletePrompt,
|
|
250
|
-
AssistantConversationMessage,
|
|
251
|
-
AssistantConversationContext,
|
|
252
|
-
AssistantConversation,
|
|
253
|
-
GetAllAssistantConversationRequest,
|
|
254
|
-
GetAllAssistantConversationResponse,
|
|
255
|
-
GetAllConversationMessageRequest,
|
|
256
|
-
GetAllConversationMessageResponse,
|
|
257
|
-
AssistantConversationMessageTextContent,
|
|
258
|
-
AssistantConversationMessageAudioContent,
|
|
259
|
-
AssistantDefinition,
|
|
260
|
-
AssistantConversationConfiguration,
|
|
261
|
-
AssistantConversationInterruption,
|
|
262
|
-
AssistantConversationUserMessage,
|
|
263
|
-
AssistantConversationAction,
|
|
264
|
-
AssistantConversationAssistantMessage,
|
|
265
|
-
)
|
|
266
247
|
from rapida.clients.protos.assistant_webhook_pb2 import (
|
|
267
248
|
AssistantWebhook,
|
|
268
249
|
AssistantWebhookLog,
|
|
@@ -474,21 +455,12 @@ __all__ = [
|
|
|
474
455
|
"GetAssistantKnowledgeResponse",
|
|
475
456
|
"GetAllAssistantKnowledgeRequest",
|
|
476
457
|
"GetAllAssistantKnowledgeResponse",
|
|
477
|
-
"GetAllDeploymentRequest",
|
|
478
|
-
"SearchableDeployment",
|
|
479
|
-
"GetAllDeploymentResponse",
|
|
480
458
|
"AuditLog",
|
|
481
459
|
"GetAllAuditLogRequest",
|
|
482
460
|
"GetAllAuditLogResponse",
|
|
483
461
|
"GetAuditLogRequest",
|
|
484
462
|
"GetAuditLogResponse",
|
|
485
463
|
"CreateMetadataRequest",
|
|
486
|
-
"CreateMetadataResponse",
|
|
487
|
-
"GetAllModelProviderRequest",
|
|
488
|
-
"GetAllModelProviderResponse",
|
|
489
|
-
"ToolProvider",
|
|
490
|
-
"GetAllToolProviderRequest",
|
|
491
|
-
"GetAllToolProviderResponse",
|
|
492
464
|
"VaultCredential",
|
|
493
465
|
"CreateProviderCredentialRequest",
|
|
494
466
|
"DeleteCredentialRequest",
|
|
@@ -518,13 +490,6 @@ __all__ = [
|
|
|
518
490
|
"GetAssistantAnalysisResponse",
|
|
519
491
|
"GetAllAssistantAnalysisRequest",
|
|
520
492
|
"GetAllAssistantAnalysisResponse",
|
|
521
|
-
"Contact",
|
|
522
|
-
"WelcomeEmailRequest",
|
|
523
|
-
"WelcomeEmailResponse",
|
|
524
|
-
"ResetPasswordEmailRequest",
|
|
525
|
-
"ResetPasswordEmailResponse",
|
|
526
|
-
"InviteMemeberEmailRequest",
|
|
527
|
-
"InviteMemeberEmailResponse",
|
|
528
493
|
"EndpointDefinition",
|
|
529
494
|
"InvokeRequest",
|
|
530
495
|
"InvokeResponse",
|
|
@@ -623,12 +588,8 @@ __all__ = [
|
|
|
623
588
|
"GetAssistantWebhookLogRequest",
|
|
624
589
|
"GetAssistantWebhookLogResponse",
|
|
625
590
|
"GetAllAssistantWebhookLogResponse",
|
|
626
|
-
"KnowledgeConnectRequest",
|
|
627
|
-
"KnowledgeConnectResponse",
|
|
628
591
|
"GeneralConnectRequest",
|
|
629
592
|
"GeneralConnectResponse",
|
|
630
|
-
"ActionConnectRequest",
|
|
631
|
-
"ActionConnectResponse",
|
|
632
593
|
"GetConnectorFilesRequest",
|
|
633
594
|
"GetConnectorFilesResponse",
|
|
634
595
|
"EndpointAttribute",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_analysis_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_api_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_deployment_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_provider_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_tool_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/assistant_webhook_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/audit_logging_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/document_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/endpoint_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/integration_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/knowledge_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.21 → rapida_python-0.1.22}/rapida/clients/protos/notification_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|