rapida-python 0.1.19__tar.gz → 0.1.21__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.19 → rapida_python-0.1.21}/PKG-INFO +1 -1
- {rapida_python-0.1.19 → rapida_python-0.1.21}/pyproject.toml +1 -1
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/__init__.py +15 -34
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida_python.egg-info/PKG-INFO +1 -1
- {rapida_python-0.1.19 → rapida_python-0.1.21}/README.md +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/assistant.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/call.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/endpoint.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/invoke.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_analysis_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_analysis_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_analysis_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_deployment_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_deployment_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_deployment_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_knowledge_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_knowledge_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_provider_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_provider_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_provider_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_tool_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_tool_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_tool_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_webhook_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_webhook_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_webhook_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/audit_logging_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/audit_logging_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/audit_logging_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/common_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/common_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/common_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/connect_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/connect_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/connect_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/document_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/document_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/document_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/endpoint_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/endpoint_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/endpoint_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/integration_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/integration_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/integration_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/invoker_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/invoker_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/invoker_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/knowledge_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/knowledge_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/knowledge_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/notification_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/notification_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/notification_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/talk_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/talk_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/talk_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/vault_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/vault_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/vault_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/web_api_pb2.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/web_api_pb2.pyi +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/web_api_pb2_grpc.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/configs/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/connections/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/utils/__init__.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/utils/rapida_environment.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/utils/rapida_header.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/utils/rapida_region.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/utils/rapida_source.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/utils/rapida_value.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/version.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida_python.egg-info/SOURCES.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida_python.egg-info/dependency_links.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida_python.egg-info/requires.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/rapida_python.egg-info/top_level.txt +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/setup.cfg +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/setup.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/tests/test_configs.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/tests/test_connections.py +0 -0
- {rapida_python-0.1.19 → rapida_python-0.1.21}/tests/test_version.py +0 -0
|
@@ -128,20 +128,13 @@ from rapida.clients.protos.provider_api_pb2 import (
|
|
|
128
128
|
from rapida.clients.protos.vault_api_pb2 import (
|
|
129
129
|
VaultCredential,
|
|
130
130
|
CreateProviderCredentialRequest,
|
|
131
|
-
CreateToolCredentialRequest,
|
|
132
131
|
DeleteCredentialRequest,
|
|
133
132
|
GetAllOrganizationCredentialResponse,
|
|
134
|
-
GetProviderCredentialRequest,
|
|
135
133
|
GetCredentialResponse,
|
|
136
134
|
GetAllOrganizationCredentialRequest,
|
|
137
135
|
)
|
|
138
136
|
from rapida.clients.protos.talk_api_pb2 import (
|
|
139
|
-
AssistantDefinition,
|
|
140
137
|
AssistantMessagingRequest,
|
|
141
|
-
AssistantConversationConfiguration,
|
|
142
|
-
AssistantConversationInterruption,
|
|
143
|
-
AssistantConversationUserMessage,
|
|
144
|
-
AssistantConversationAssistantMessage,
|
|
145
138
|
AssistantMessagingResponse,
|
|
146
139
|
CreateMessageMetricRequest,
|
|
147
140
|
CreateMessageMetricResponse,
|
|
@@ -189,7 +182,6 @@ from rapida.clients.protos.web_api_pb2 import (
|
|
|
189
182
|
FeaturePermission,
|
|
190
183
|
Authentication,
|
|
191
184
|
ScopedAuthentication,
|
|
192
|
-
AuthenticationError,
|
|
193
185
|
AuthenticateResponse,
|
|
194
186
|
ForgotPasswordRequest,
|
|
195
187
|
ForgotPasswordResponse,
|
|
@@ -207,7 +199,6 @@ from rapida.clients.protos.web_api_pb2 import (
|
|
|
207
199
|
SocialAuthenticationRequest,
|
|
208
200
|
GetAllUserRequest,
|
|
209
201
|
GetAllUserResponse,
|
|
210
|
-
OrganizationError,
|
|
211
202
|
CreateOrganizationRequest,
|
|
212
203
|
UpdateOrganizationRequest,
|
|
213
204
|
GetOrganizationRequest,
|
|
@@ -246,7 +237,6 @@ from rapida.clients.protos.common_pb2 import (
|
|
|
246
237
|
Metadata,
|
|
247
238
|
Argument,
|
|
248
239
|
Variable,
|
|
249
|
-
Provider,
|
|
250
240
|
Tag,
|
|
251
241
|
Organization,
|
|
252
242
|
Metric,
|
|
@@ -257,7 +247,6 @@ from rapida.clients.protos.common_pb2 import (
|
|
|
257
247
|
Knowledge,
|
|
258
248
|
TextPrompt,
|
|
259
249
|
TextChatCompletePrompt,
|
|
260
|
-
AssistantMessageStage,
|
|
261
250
|
AssistantConversationMessage,
|
|
262
251
|
AssistantConversationContext,
|
|
263
252
|
AssistantConversation,
|
|
@@ -267,6 +256,12 @@ from rapida.clients.protos.common_pb2 import (
|
|
|
267
256
|
GetAllConversationMessageResponse,
|
|
268
257
|
AssistantConversationMessageTextContent,
|
|
269
258
|
AssistantConversationMessageAudioContent,
|
|
259
|
+
AssistantDefinition,
|
|
260
|
+
AssistantConversationConfiguration,
|
|
261
|
+
AssistantConversationInterruption,
|
|
262
|
+
AssistantConversationUserMessage,
|
|
263
|
+
AssistantConversationAction,
|
|
264
|
+
AssistantConversationAssistantMessage,
|
|
270
265
|
)
|
|
271
266
|
from rapida.clients.protos.assistant_webhook_pb2 import (
|
|
272
267
|
AssistantWebhook,
|
|
@@ -284,12 +279,8 @@ from rapida.clients.protos.assistant_webhook_pb2 import (
|
|
|
284
279
|
GetAllAssistantWebhookLogResponse,
|
|
285
280
|
)
|
|
286
281
|
from rapida.clients.protos.connect_api_pb2 import (
|
|
287
|
-
KnowledgeConnectRequest,
|
|
288
|
-
KnowledgeConnectResponse,
|
|
289
282
|
GeneralConnectRequest,
|
|
290
283
|
GeneralConnectResponse,
|
|
291
|
-
ActionConnectRequest,
|
|
292
|
-
ActionConnectResponse,
|
|
293
284
|
GetConnectorFilesRequest,
|
|
294
285
|
GetConnectorFilesResponse,
|
|
295
286
|
)
|
|
@@ -387,29 +378,29 @@ from rapida.clients.protos.knowledge_api_pb2 import (
|
|
|
387
378
|
)
|
|
388
379
|
from rapida.clients.protos.assistant_api_pb2 import (
|
|
389
380
|
Assistant,
|
|
390
|
-
AssistantProviderModel,
|
|
391
381
|
CreateAssistantRequest,
|
|
392
|
-
CreateAssistantProviderModelRequest,
|
|
393
|
-
GetAssistantProviderModelResponse,
|
|
394
382
|
CreateAssistantTagRequest,
|
|
395
383
|
GetAssistantRequest,
|
|
396
384
|
DeleteAssistantRequest,
|
|
397
385
|
GetAssistantResponse,
|
|
398
386
|
GetAllAssistantRequest,
|
|
399
387
|
GetAllAssistantResponse,
|
|
400
|
-
GetAllAssistantProviderModelRequest,
|
|
401
|
-
GetAllAssistantProviderModelResponse,
|
|
402
388
|
GetAllAssistantMessageRequest,
|
|
403
389
|
GetAllAssistantMessageResponse,
|
|
404
390
|
GetAllMessageRequest,
|
|
405
391
|
GetAllMessageResponse,
|
|
406
|
-
UpdateAssistantVersionRequest,
|
|
407
392
|
UpdateAssistantDetailRequest,
|
|
408
393
|
GetAssistantConversationRequest,
|
|
409
394
|
GetAssistantConversationResponse,
|
|
410
395
|
)
|
|
411
396
|
|
|
412
|
-
from rapida.clients.protos.talk_api_pb2_grpc import
|
|
397
|
+
from rapida.clients.protos.talk_api_pb2_grpc import (
|
|
398
|
+
TalkServiceServicer,
|
|
399
|
+
AgentKitStub,
|
|
400
|
+
AgentKit,
|
|
401
|
+
AgentKitServicer,
|
|
402
|
+
add_AgentKitServicer_to_server,
|
|
403
|
+
)
|
|
413
404
|
|
|
414
405
|
__all__ = [
|
|
415
406
|
"Any",
|
|
@@ -500,10 +491,8 @@ __all__ = [
|
|
|
500
491
|
"GetAllToolProviderResponse",
|
|
501
492
|
"VaultCredential",
|
|
502
493
|
"CreateProviderCredentialRequest",
|
|
503
|
-
"CreateToolCredentialRequest",
|
|
504
494
|
"DeleteCredentialRequest",
|
|
505
495
|
"GetAllOrganizationCredentialResponse",
|
|
506
|
-
"GetProviderCredentialRequest",
|
|
507
496
|
"GetCredentialResponse",
|
|
508
497
|
"GetAllOrganizationCredentialRequest",
|
|
509
498
|
"AssistantDefinition",
|
|
@@ -551,7 +540,6 @@ __all__ = [
|
|
|
551
540
|
"FeaturePermission",
|
|
552
541
|
"Authentication",
|
|
553
542
|
"ScopedAuthentication",
|
|
554
|
-
"AuthenticationError",
|
|
555
543
|
"AuthenticateResponse",
|
|
556
544
|
"ForgotPasswordRequest",
|
|
557
545
|
"ForgotPasswordResponse",
|
|
@@ -569,7 +557,6 @@ __all__ = [
|
|
|
569
557
|
"SocialAuthenticationRequest",
|
|
570
558
|
"GetAllUserRequest",
|
|
571
559
|
"GetAllUserResponse",
|
|
572
|
-
"OrganizationError",
|
|
573
560
|
"CreateOrganizationRequest",
|
|
574
561
|
"UpdateOrganizationRequest",
|
|
575
562
|
"GetOrganizationRequest",
|
|
@@ -606,7 +593,6 @@ __all__ = [
|
|
|
606
593
|
"Metadata",
|
|
607
594
|
"Argument",
|
|
608
595
|
"Variable",
|
|
609
|
-
"Provider",
|
|
610
596
|
"Tag",
|
|
611
597
|
"Organization",
|
|
612
598
|
"Metric",
|
|
@@ -617,7 +603,6 @@ __all__ = [
|
|
|
617
603
|
"Knowledge",
|
|
618
604
|
"TextPrompt",
|
|
619
605
|
"TextChatCompletePrompt",
|
|
620
|
-
"AssistantMessageStage",
|
|
621
606
|
"AssistantConversationMessage",
|
|
622
607
|
"AssistantConversationContext",
|
|
623
608
|
"AssistantConversation",
|
|
@@ -729,23 +714,17 @@ __all__ = [
|
|
|
729
714
|
"UpdateKnowledgeDocumentSegmentRequest",
|
|
730
715
|
"DeleteKnowledgeDocumentSegmentRequest",
|
|
731
716
|
"Assistant",
|
|
732
|
-
"AssistantProviderModel",
|
|
733
717
|
"CreateAssistantRequest",
|
|
734
|
-
"CreateAssistantProviderModelRequest",
|
|
735
|
-
"GetAssistantProviderModelResponse",
|
|
736
718
|
"CreateAssistantTagRequest",
|
|
737
719
|
"GetAssistantRequest",
|
|
738
720
|
"DeleteAssistantRequest",
|
|
739
721
|
"GetAssistantResponse",
|
|
740
722
|
"GetAllAssistantRequest",
|
|
741
723
|
"GetAllAssistantResponse",
|
|
742
|
-
"GetAllAssistantProviderModelRequest",
|
|
743
|
-
"GetAllAssistantProviderModelResponse",
|
|
744
724
|
"GetAllAssistantMessageRequest",
|
|
745
725
|
"GetAllAssistantMessageResponse",
|
|
746
726
|
"GetAllMessageRequest",
|
|
747
727
|
"GetAllMessageResponse",
|
|
748
|
-
"UpdateAssistantVersionRequest",
|
|
749
728
|
"UpdateAssistantDetailRequest",
|
|
750
729
|
"GetAssistantConversationRequest",
|
|
751
730
|
"GetAssistantConversationResponse",
|
|
@@ -754,5 +733,7 @@ __all__ = [
|
|
|
754
733
|
"AgentKitStub",
|
|
755
734
|
"AgentKit",
|
|
756
735
|
"AgentKitServicer",
|
|
736
|
+
"TalkServiceServicer",
|
|
757
737
|
"add_AgentKitServicer_to_server",
|
|
738
|
+
"AssistantConversationAction",
|
|
758
739
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_analysis_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_analysis_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_analysis_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_api_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_deployment_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_deployment_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_deployment_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_knowledge_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_knowledge_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_knowledge_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_provider_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_provider_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_provider_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_tool_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_webhook_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_webhook_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/assistant_webhook_pb2_grpc.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/audit_logging_api_pb2.py
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/audit_logging_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/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.19 → rapida_python-0.1.21}/rapida/clients/protos/document_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/endpoint_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/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.19 → rapida_python-0.1.21}/rapida/clients/protos/knowledge_api_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/rapida/clients/protos/notification_api_pb2.pyi
RENAMED
|
File without changes
|
{rapida_python-0.1.19 → rapida_python-0.1.21}/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
|