neurograph-core 1.202509201943__py3-none-any.whl → 1.202509220147__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.
- neurograph/v1/__init__.py +162 -156
- neurograph/v1/api/client_api.py +101 -101
- neurograph/v1/api/client_metadata_api.py +52 -52
- neurograph/v1/api/dagster_api.py +31 -31
- neurograph/v1/api/knowledge_api.py +308 -32
- neurograph/v1/api/organization_api.py +64 -64
- neurograph/v1/api/organization_metadata_api.py +30 -30
- neurograph/v1/api/persona_api.py +185 -185
- neurograph/v1/models/__init__.py +108 -104
- neurograph/v1/models/{client_client_get_detail_response.py → client_get_detail_response.py} +4 -4
- neurograph/v1/models/{client_client_get_many_response.py → client_get_many_response.py} +4 -4
- neurograph/v1/models/{client_client_info.py → client_info.py} +4 -4
- neurograph/v1/models/{client_client_metadata_request.py → client_metadata_request.py} +4 -4
- neurograph/v1/models/{client_client_metadata_response.py → client_metadata_response.py} +7 -7
- neurograph/v1/models/{client_client_personas_response.py → client_personas_response.py} +4 -4
- neurograph/v1/models/{client_client_upsert_request.py → client_upsert_request.py} +4 -4
- neurograph/v1/models/{client_client_upsert_response.py → client_upsert_response.py} +4 -4
- neurograph/v1/models/{client_client_url_row.py → client_url_row.py} +4 -4
- neurograph/v1/models/{client_client_url_snapshot_response.py → client_url_snapshot_response.py} +7 -7
- neurograph/v1/models/{client_client_url_snapshot_row.py → client_url_snapshot_row.py} +4 -4
- neurograph/v1/models/{client_client_url_upsert_request.py → client_url_upsert_request.py} +4 -4
- neurograph/v1/models/{client_client_url_upsert_response.py → client_url_upsert_response.py} +4 -4
- neurograph/v1/models/{client_client_urls_response.py → client_urls_response.py} +7 -7
- neurograph/v1/models/{dagster_dagster_info.py → dagster_info.py} +4 -4
- neurograph/v1/models/{dagster_dagster_log_create_request.py → dagster_log_create_request.py} +4 -4
- neurograph/v1/models/{dagster_dagster_log_create_response.py → dagster_log_create_response.py} +4 -4
- neurograph/v1/models/{personas_persona_kpi_create_response.py → dagster_log_get_response.py} +7 -7
- neurograph/v1/models/knowledge_entity.py +3 -1
- neurograph/v1/models/knowledge_entity_create_request.py +4 -2
- neurograph/v1/models/knowledge_entity_create_response.py +3 -3
- neurograph/v1/models/{knowledge_err_entity_row.py → knowledge_entity_err_row.py} +4 -4
- neurograph/v1/models/knowledge_entity_in_db.py +5 -1
- neurograph/v1/models/{knowledge_type_response.py → knowledge_entity_type_response.py} +4 -4
- neurograph/v1/models/{personas_persona_trait_create_request.py → knowledge_entity_type_upsert_request.py} +7 -7
- neurograph/v1/models/{knowledge_entity_upsert_row.py → knowledge_entity_type_upsert_row.py} +4 -4
- neurograph/v1/models/knowledge_entity_upsert_request.py +7 -5
- neurograph/v1/models/knowledge_entity_upsert_response.py +101 -0
- neurograph/v1/models/knowledge_ingest_raw_response.py +3 -3
- neurograph/v1/models/{organizations_organization_brand.py → organizations_brand.py} +4 -4
- neurograph/v1/models/{organizations_organization_create_request.py → organizations_create_request.py} +4 -4
- neurograph/v1/models/{organizations_organization_detail_response.py → organizations_detail_response.py} +7 -7
- neurograph/v1/models/{organizations_organization_get_many_response.py → organizations_get_many_response.py} +4 -4
- neurograph/v1/models/{organizations_organization_metadata_request.py → organizations_metadata_request.py} +4 -4
- neurograph/v1/models/{organizations_organization_metadata_response.py → organizations_metadata_response.py} +4 -4
- neurograph/v1/models/{personas_persona_factor_create_request.py → personas_factor_create_request.py} +4 -4
- neurograph/v1/models/{personas_persona_factor_create_response.py → personas_factor_create_response.py} +7 -7
- neurograph/v1/models/{personas_persona_factor_resp.py → personas_factor_row.py} +4 -4
- neurograph/v1/models/{personas_persona_insight_create_request.py → personas_insight_create_request.py} +4 -4
- neurograph/v1/models/{personas_persona_insight_create_response.py → personas_insight_create_response.py} +4 -4
- neurograph/v1/models/{personas_persona_instance_create_request.py → personas_instance_create_request.py} +4 -4
- neurograph/v1/models/{personas_persona_instance_create_response.py → personas_instance_create_response.py} +4 -4
- neurograph/v1/models/{personas_delete_many_persona_instances_request.py → personas_instance_delete_many_request.py} +4 -4
- neurograph/v1/models/{personas_persona_instances_delete_response.py → personas_instance_delete_many_response.py} +4 -4
- neurograph/v1/models/{personas_persona_instances_response.py → personas_instances_response.py} +4 -4
- neurograph/v1/models/{personas_persona_kpi_create_request.py → personas_kpi_create_request.py} +7 -7
- neurograph/v1/models/{dagster_dagster_log_get_response.py → personas_kpi_create_response.py} +7 -7
- neurograph/v1/models/{personas_persona_kpi_req.py → personas_kpi_req_row.py} +4 -4
- neurograph/v1/models/{personas_persona_kpi_resp.py → personas_kpi_row_in_db.py} +4 -4
- neurograph/v1/models/{personas_persona_match_criteria_request.py → personas_match_criteria_request.py} +4 -4
- neurograph/v1/models/{personas_persona_match_criteria_response.py → personas_match_criteria_response.py} +7 -7
- neurograph/v1/models/{personas_match_criteria_row.py → personas_match_criteria_row_in_db.py} +4 -4
- neurograph/v1/models/personas_personality_trait_create_request.py +95 -0
- neurograph/v1/models/personas_personality_trait_create_response.py +97 -0
- neurograph/v1/models/{personas_personality_trait_out.py → personas_personality_trait_in_db.py} +4 -4
- neurograph/v1/models/{personas_personality_trait_in.py → personas_personality_trait_req.py} +4 -4
- neurograph/v1/models/{personas_persona_seed.py → personas_seed.py} +4 -4
- neurograph/v1/models/{personas_persona_seed_get_many_response.py → personas_seed_get_many_response.py} +7 -7
- neurograph/v1/models/{personas_persona_seed_update_request.py → personas_seed_upsert_request.py} +4 -4
- neurograph/v1/models/{personas_persona_seeds_delete_response.py → personas_seeds_delete_response.py} +4 -4
- {neurograph_core-1.202509201943.dist-info → neurograph_core-1.202509220147.dist-info}/METADATA +1 -1
- {neurograph_core-1.202509201943.dist-info → neurograph_core-1.202509220147.dist-info}/RECORD +73 -71
- neurograph/v1/models/personas_persona_trait_create_response.py +0 -97
- {neurograph_core-1.202509201943.dist-info → neurograph_core-1.202509220147.dist-info}/WHEEL +0 -0
- {neurograph_core-1.202509201943.dist-info → neurograph_core-1.202509220147.dist-info}/top_level.txt +0 -0
neurograph/v1/api/client_api.py
CHANGED
|
@@ -19,16 +19,16 @@ from typing_extensions import Annotated
|
|
|
19
19
|
from pydantic import Field, StrictInt, StrictStr
|
|
20
20
|
from typing import Optional
|
|
21
21
|
from typing_extensions import Annotated
|
|
22
|
-
from neurograph.v1.models.
|
|
23
|
-
from neurograph.v1.models.
|
|
24
|
-
from neurograph.v1.models.
|
|
25
|
-
from neurograph.v1.models.client_client_url_snapshot_response import ClientClientURLSnapshotResponse
|
|
26
|
-
from neurograph.v1.models.client_client_upsert_request import ClientClientUpsertRequest
|
|
27
|
-
from neurograph.v1.models.client_client_upsert_response import ClientClientUpsertResponse
|
|
28
|
-
from neurograph.v1.models.client_client_url_upsert_request import ClientClientUrlUpsertRequest
|
|
29
|
-
from neurograph.v1.models.client_client_url_upsert_response import ClientClientUrlUpsertResponse
|
|
30
|
-
from neurograph.v1.models.client_client_urls_response import ClientClientUrlsResponse
|
|
22
|
+
from neurograph.v1.models.client_get_detail_response import ClientGetDetailResponse
|
|
23
|
+
from neurograph.v1.models.client_get_many_response import ClientGetManyResponse
|
|
24
|
+
from neurograph.v1.models.client_personas_response import ClientPersonasResponse
|
|
31
25
|
from neurograph.v1.models.client_trigger_probe_response import ClientTriggerProbeResponse
|
|
26
|
+
from neurograph.v1.models.client_url_snapshot_response import ClientURLSnapshotResponse
|
|
27
|
+
from neurograph.v1.models.client_upsert_request import ClientUpsertRequest
|
|
28
|
+
from neurograph.v1.models.client_upsert_response import ClientUpsertResponse
|
|
29
|
+
from neurograph.v1.models.client_url_upsert_request import ClientUrlUpsertRequest
|
|
30
|
+
from neurograph.v1.models.client_url_upsert_response import ClientUrlUpsertResponse
|
|
31
|
+
from neurograph.v1.models.client_urls_response import ClientUrlsResponse
|
|
32
32
|
|
|
33
33
|
from neurograph.v1.api_client import ApiClient, RequestSerialized
|
|
34
34
|
from neurograph.v1.api_response import ApiResponse
|
|
@@ -64,7 +64,7 @@ class ClientApi:
|
|
|
64
64
|
_content_type: Optional[StrictStr] = None,
|
|
65
65
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
66
66
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
67
|
-
) ->
|
|
67
|
+
) -> ClientPersonasResponse:
|
|
68
68
|
"""Get Client's Personas
|
|
69
69
|
|
|
70
70
|
Get all Client Personas
|
|
@@ -102,9 +102,9 @@ class ClientApi:
|
|
|
102
102
|
)
|
|
103
103
|
|
|
104
104
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
105
|
-
'200': "
|
|
106
|
-
'400': "
|
|
107
|
-
'503': "
|
|
105
|
+
'200': "ClientPersonasResponse",
|
|
106
|
+
'400': "ClientPersonasResponse",
|
|
107
|
+
'503': "ClientPersonasResponse",
|
|
108
108
|
}
|
|
109
109
|
response_data = self.api_client.call_api(
|
|
110
110
|
*_param,
|
|
@@ -133,7 +133,7 @@ class ClientApi:
|
|
|
133
133
|
_content_type: Optional[StrictStr] = None,
|
|
134
134
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
135
135
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
136
|
-
) -> ApiResponse[
|
|
136
|
+
) -> ApiResponse[ClientPersonasResponse]:
|
|
137
137
|
"""Get Client's Personas
|
|
138
138
|
|
|
139
139
|
Get all Client Personas
|
|
@@ -171,9 +171,9 @@ class ClientApi:
|
|
|
171
171
|
)
|
|
172
172
|
|
|
173
173
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
174
|
-
'200': "
|
|
175
|
-
'400': "
|
|
176
|
-
'503': "
|
|
174
|
+
'200': "ClientPersonasResponse",
|
|
175
|
+
'400': "ClientPersonasResponse",
|
|
176
|
+
'503': "ClientPersonasResponse",
|
|
177
177
|
}
|
|
178
178
|
response_data = self.api_client.call_api(
|
|
179
179
|
*_param,
|
|
@@ -240,9 +240,9 @@ class ClientApi:
|
|
|
240
240
|
)
|
|
241
241
|
|
|
242
242
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
243
|
-
'200': "
|
|
244
|
-
'400': "
|
|
245
|
-
'503': "
|
|
243
|
+
'200': "ClientPersonasResponse",
|
|
244
|
+
'400': "ClientPersonasResponse",
|
|
245
|
+
'503': "ClientPersonasResponse",
|
|
246
246
|
}
|
|
247
247
|
response_data = self.api_client.call_api(
|
|
248
248
|
*_param,
|
|
@@ -332,7 +332,7 @@ class ClientApi:
|
|
|
332
332
|
_content_type: Optional[StrictStr] = None,
|
|
333
333
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
334
334
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
335
|
-
) ->
|
|
335
|
+
) -> ClientUrlsResponse:
|
|
336
336
|
"""Get client's URLs
|
|
337
337
|
|
|
338
338
|
Returns all of the client's urls for the given client id
|
|
@@ -370,9 +370,9 @@ class ClientApi:
|
|
|
370
370
|
)
|
|
371
371
|
|
|
372
372
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
373
|
-
'200': "
|
|
374
|
-
'400': "
|
|
375
|
-
'503': "
|
|
373
|
+
'200': "ClientUrlsResponse",
|
|
374
|
+
'400': "ClientUrlsResponse",
|
|
375
|
+
'503': "ClientUrlsResponse",
|
|
376
376
|
}
|
|
377
377
|
response_data = self.api_client.call_api(
|
|
378
378
|
*_param,
|
|
@@ -401,7 +401,7 @@ class ClientApi:
|
|
|
401
401
|
_content_type: Optional[StrictStr] = None,
|
|
402
402
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
403
403
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
404
|
-
) -> ApiResponse[
|
|
404
|
+
) -> ApiResponse[ClientUrlsResponse]:
|
|
405
405
|
"""Get client's URLs
|
|
406
406
|
|
|
407
407
|
Returns all of the client's urls for the given client id
|
|
@@ -439,9 +439,9 @@ class ClientApi:
|
|
|
439
439
|
)
|
|
440
440
|
|
|
441
441
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
442
|
-
'200': "
|
|
443
|
-
'400': "
|
|
444
|
-
'503': "
|
|
442
|
+
'200': "ClientUrlsResponse",
|
|
443
|
+
'400': "ClientUrlsResponse",
|
|
444
|
+
'503': "ClientUrlsResponse",
|
|
445
445
|
}
|
|
446
446
|
response_data = self.api_client.call_api(
|
|
447
447
|
*_param,
|
|
@@ -508,9 +508,9 @@ class ClientApi:
|
|
|
508
508
|
)
|
|
509
509
|
|
|
510
510
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
511
|
-
'200': "
|
|
512
|
-
'400': "
|
|
513
|
-
'503': "
|
|
511
|
+
'200': "ClientUrlsResponse",
|
|
512
|
+
'400': "ClientUrlsResponse",
|
|
513
|
+
'503': "ClientUrlsResponse",
|
|
514
514
|
}
|
|
515
515
|
response_data = self.api_client.call_api(
|
|
516
516
|
*_param,
|
|
@@ -587,7 +587,7 @@ class ClientApi:
|
|
|
587
587
|
@validate_call
|
|
588
588
|
def api_v1_client_url_post(
|
|
589
589
|
self,
|
|
590
|
-
request: Annotated[
|
|
590
|
+
request: Annotated[ClientUrlUpsertRequest, Field(description="Body")],
|
|
591
591
|
_request_timeout: Union[
|
|
592
592
|
None,
|
|
593
593
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -600,13 +600,13 @@ class ClientApi:
|
|
|
600
600
|
_content_type: Optional[StrictStr] = None,
|
|
601
601
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
602
602
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
603
|
-
) ->
|
|
603
|
+
) -> ClientUrlUpsertResponse:
|
|
604
604
|
"""Upsert a Client Url
|
|
605
605
|
|
|
606
606
|
Inserts a Client Url into the db when the `id` is \"\". Updates when the `id` is not an empty string.
|
|
607
607
|
|
|
608
608
|
:param request: Body (required)
|
|
609
|
-
:type request:
|
|
609
|
+
:type request: ClientUrlUpsertRequest
|
|
610
610
|
:param _request_timeout: timeout setting for this request. If one
|
|
611
611
|
number provided, it will be total request
|
|
612
612
|
timeout. It can also be a pair (tuple) of
|
|
@@ -638,9 +638,9 @@ class ClientApi:
|
|
|
638
638
|
)
|
|
639
639
|
|
|
640
640
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
641
|
-
'200': "
|
|
642
|
-
'400': "
|
|
643
|
-
'503': "
|
|
641
|
+
'200': "ClientUrlUpsertResponse",
|
|
642
|
+
'400': "ClientUrlUpsertResponse",
|
|
643
|
+
'503': "ClientUrlUpsertResponse",
|
|
644
644
|
}
|
|
645
645
|
response_data = self.api_client.call_api(
|
|
646
646
|
*_param,
|
|
@@ -656,7 +656,7 @@ class ClientApi:
|
|
|
656
656
|
@validate_call
|
|
657
657
|
def api_v1_client_url_post_with_http_info(
|
|
658
658
|
self,
|
|
659
|
-
request: Annotated[
|
|
659
|
+
request: Annotated[ClientUrlUpsertRequest, Field(description="Body")],
|
|
660
660
|
_request_timeout: Union[
|
|
661
661
|
None,
|
|
662
662
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -669,13 +669,13 @@ class ClientApi:
|
|
|
669
669
|
_content_type: Optional[StrictStr] = None,
|
|
670
670
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
671
671
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
672
|
-
) -> ApiResponse[
|
|
672
|
+
) -> ApiResponse[ClientUrlUpsertResponse]:
|
|
673
673
|
"""Upsert a Client Url
|
|
674
674
|
|
|
675
675
|
Inserts a Client Url into the db when the `id` is \"\". Updates when the `id` is not an empty string.
|
|
676
676
|
|
|
677
677
|
:param request: Body (required)
|
|
678
|
-
:type request:
|
|
678
|
+
:type request: ClientUrlUpsertRequest
|
|
679
679
|
:param _request_timeout: timeout setting for this request. If one
|
|
680
680
|
number provided, it will be total request
|
|
681
681
|
timeout. It can also be a pair (tuple) of
|
|
@@ -707,9 +707,9 @@ class ClientApi:
|
|
|
707
707
|
)
|
|
708
708
|
|
|
709
709
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
710
|
-
'200': "
|
|
711
|
-
'400': "
|
|
712
|
-
'503': "
|
|
710
|
+
'200': "ClientUrlUpsertResponse",
|
|
711
|
+
'400': "ClientUrlUpsertResponse",
|
|
712
|
+
'503': "ClientUrlUpsertResponse",
|
|
713
713
|
}
|
|
714
714
|
response_data = self.api_client.call_api(
|
|
715
715
|
*_param,
|
|
@@ -725,7 +725,7 @@ class ClientApi:
|
|
|
725
725
|
@validate_call
|
|
726
726
|
def api_v1_client_url_post_without_preload_content(
|
|
727
727
|
self,
|
|
728
|
-
request: Annotated[
|
|
728
|
+
request: Annotated[ClientUrlUpsertRequest, Field(description="Body")],
|
|
729
729
|
_request_timeout: Union[
|
|
730
730
|
None,
|
|
731
731
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -744,7 +744,7 @@ class ClientApi:
|
|
|
744
744
|
Inserts a Client Url into the db when the `id` is \"\". Updates when the `id` is not an empty string.
|
|
745
745
|
|
|
746
746
|
:param request: Body (required)
|
|
747
|
-
:type request:
|
|
747
|
+
:type request: ClientUrlUpsertRequest
|
|
748
748
|
:param _request_timeout: timeout setting for this request. If one
|
|
749
749
|
number provided, it will be total request
|
|
750
750
|
timeout. It can also be a pair (tuple) of
|
|
@@ -776,9 +776,9 @@ class ClientApi:
|
|
|
776
776
|
)
|
|
777
777
|
|
|
778
778
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
779
|
-
'200': "
|
|
780
|
-
'400': "
|
|
781
|
-
'503': "
|
|
779
|
+
'200': "ClientUrlUpsertResponse",
|
|
780
|
+
'400': "ClientUrlUpsertResponse",
|
|
781
|
+
'503': "ClientUrlUpsertResponse",
|
|
782
782
|
}
|
|
783
783
|
response_data = self.api_client.call_api(
|
|
784
784
|
*_param,
|
|
@@ -1136,7 +1136,7 @@ class ClientApi:
|
|
|
1136
1136
|
_content_type: Optional[StrictStr] = None,
|
|
1137
1137
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1138
1138
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1139
|
-
) ->
|
|
1139
|
+
) -> ClientURLSnapshotResponse:
|
|
1140
1140
|
"""Get a client's URL snapshot by probe id
|
|
1141
1141
|
|
|
1142
1142
|
Returns the HTML snapshot and related metadata for the given client_id and probe_id
|
|
@@ -1174,10 +1174,10 @@ class ClientApi:
|
|
|
1174
1174
|
)
|
|
1175
1175
|
|
|
1176
1176
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1177
|
-
'200': "
|
|
1178
|
-
'400': "
|
|
1179
|
-
'404': "
|
|
1180
|
-
'503': "
|
|
1177
|
+
'200': "ClientURLSnapshotResponse",
|
|
1178
|
+
'400': "ClientURLSnapshotResponse",
|
|
1179
|
+
'404': "ClientURLSnapshotResponse",
|
|
1180
|
+
'503': "ClientURLSnapshotResponse",
|
|
1181
1181
|
}
|
|
1182
1182
|
response_data = self.api_client.call_api(
|
|
1183
1183
|
*_param,
|
|
@@ -1206,7 +1206,7 @@ class ClientApi:
|
|
|
1206
1206
|
_content_type: Optional[StrictStr] = None,
|
|
1207
1207
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1208
1208
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1209
|
-
) -> ApiResponse[
|
|
1209
|
+
) -> ApiResponse[ClientURLSnapshotResponse]:
|
|
1210
1210
|
"""Get a client's URL snapshot by probe id
|
|
1211
1211
|
|
|
1212
1212
|
Returns the HTML snapshot and related metadata for the given client_id and probe_id
|
|
@@ -1244,10 +1244,10 @@ class ClientApi:
|
|
|
1244
1244
|
)
|
|
1245
1245
|
|
|
1246
1246
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1247
|
-
'200': "
|
|
1248
|
-
'400': "
|
|
1249
|
-
'404': "
|
|
1250
|
-
'503': "
|
|
1247
|
+
'200': "ClientURLSnapshotResponse",
|
|
1248
|
+
'400': "ClientURLSnapshotResponse",
|
|
1249
|
+
'404': "ClientURLSnapshotResponse",
|
|
1250
|
+
'503': "ClientURLSnapshotResponse",
|
|
1251
1251
|
}
|
|
1252
1252
|
response_data = self.api_client.call_api(
|
|
1253
1253
|
*_param,
|
|
@@ -1314,10 +1314,10 @@ class ClientApi:
|
|
|
1314
1314
|
)
|
|
1315
1315
|
|
|
1316
1316
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1317
|
-
'200': "
|
|
1318
|
-
'400': "
|
|
1319
|
-
'404': "
|
|
1320
|
-
'503': "
|
|
1317
|
+
'200': "ClientURLSnapshotResponse",
|
|
1318
|
+
'400': "ClientURLSnapshotResponse",
|
|
1319
|
+
'404': "ClientURLSnapshotResponse",
|
|
1320
|
+
'503': "ClientURLSnapshotResponse",
|
|
1321
1321
|
}
|
|
1322
1322
|
response_data = self.api_client.call_api(
|
|
1323
1323
|
*_param,
|
|
@@ -1407,7 +1407,7 @@ class ClientApi:
|
|
|
1407
1407
|
_content_type: Optional[StrictStr] = None,
|
|
1408
1408
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1409
1409
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1410
|
-
) ->
|
|
1410
|
+
) -> ClientGetDetailResponse:
|
|
1411
1411
|
"""Get Client by ID
|
|
1412
1412
|
|
|
1413
1413
|
Get all Client details by their ID
|
|
@@ -1445,9 +1445,9 @@ class ClientApi:
|
|
|
1445
1445
|
)
|
|
1446
1446
|
|
|
1447
1447
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1448
|
-
'200': "
|
|
1449
|
-
'400': "
|
|
1450
|
-
'503': "
|
|
1448
|
+
'200': "ClientGetDetailResponse",
|
|
1449
|
+
'400': "ClientGetDetailResponse",
|
|
1450
|
+
'503': "ClientGetDetailResponse",
|
|
1451
1451
|
}
|
|
1452
1452
|
response_data = self.api_client.call_api(
|
|
1453
1453
|
*_param,
|
|
@@ -1476,7 +1476,7 @@ class ClientApi:
|
|
|
1476
1476
|
_content_type: Optional[StrictStr] = None,
|
|
1477
1477
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1478
1478
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1479
|
-
) -> ApiResponse[
|
|
1479
|
+
) -> ApiResponse[ClientGetDetailResponse]:
|
|
1480
1480
|
"""Get Client by ID
|
|
1481
1481
|
|
|
1482
1482
|
Get all Client details by their ID
|
|
@@ -1514,9 +1514,9 @@ class ClientApi:
|
|
|
1514
1514
|
)
|
|
1515
1515
|
|
|
1516
1516
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1517
|
-
'200': "
|
|
1518
|
-
'400': "
|
|
1519
|
-
'503': "
|
|
1517
|
+
'200': "ClientGetDetailResponse",
|
|
1518
|
+
'400': "ClientGetDetailResponse",
|
|
1519
|
+
'503': "ClientGetDetailResponse",
|
|
1520
1520
|
}
|
|
1521
1521
|
response_data = self.api_client.call_api(
|
|
1522
1522
|
*_param,
|
|
@@ -1583,9 +1583,9 @@ class ClientApi:
|
|
|
1583
1583
|
)
|
|
1584
1584
|
|
|
1585
1585
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1586
|
-
'200': "
|
|
1587
|
-
'400': "
|
|
1588
|
-
'503': "
|
|
1586
|
+
'200': "ClientGetDetailResponse",
|
|
1587
|
+
'400': "ClientGetDetailResponse",
|
|
1588
|
+
'503': "ClientGetDetailResponse",
|
|
1589
1589
|
}
|
|
1590
1590
|
response_data = self.api_client.call_api(
|
|
1591
1591
|
*_param,
|
|
@@ -1677,7 +1677,7 @@ class ClientApi:
|
|
|
1677
1677
|
_content_type: Optional[StrictStr] = None,
|
|
1678
1678
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1679
1679
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1680
|
-
) ->
|
|
1680
|
+
) -> ClientGetManyResponse:
|
|
1681
1681
|
"""Get Clients
|
|
1682
1682
|
|
|
1683
1683
|
Get all Clients. Optionally filter for Organization Guid (orgGuid) or Organization Account OrgId (AccountId).
|
|
@@ -1721,9 +1721,9 @@ class ClientApi:
|
|
|
1721
1721
|
)
|
|
1722
1722
|
|
|
1723
1723
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1724
|
-
'200': "
|
|
1725
|
-
'400': "
|
|
1726
|
-
'503': "
|
|
1724
|
+
'200': "ClientGetManyResponse",
|
|
1725
|
+
'400': "ClientGetManyResponse",
|
|
1726
|
+
'503': "ClientGetManyResponse",
|
|
1727
1727
|
}
|
|
1728
1728
|
response_data = self.api_client.call_api(
|
|
1729
1729
|
*_param,
|
|
@@ -1754,7 +1754,7 @@ class ClientApi:
|
|
|
1754
1754
|
_content_type: Optional[StrictStr] = None,
|
|
1755
1755
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1756
1756
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1757
|
-
) -> ApiResponse[
|
|
1757
|
+
) -> ApiResponse[ClientGetManyResponse]:
|
|
1758
1758
|
"""Get Clients
|
|
1759
1759
|
|
|
1760
1760
|
Get all Clients. Optionally filter for Organization Guid (orgGuid) or Organization Account OrgId (AccountId).
|
|
@@ -1798,9 +1798,9 @@ class ClientApi:
|
|
|
1798
1798
|
)
|
|
1799
1799
|
|
|
1800
1800
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1801
|
-
'200': "
|
|
1802
|
-
'400': "
|
|
1803
|
-
'503': "
|
|
1801
|
+
'200': "ClientGetManyResponse",
|
|
1802
|
+
'400': "ClientGetManyResponse",
|
|
1803
|
+
'503': "ClientGetManyResponse",
|
|
1804
1804
|
}
|
|
1805
1805
|
response_data = self.api_client.call_api(
|
|
1806
1806
|
*_param,
|
|
@@ -1875,9 +1875,9 @@ class ClientApi:
|
|
|
1875
1875
|
)
|
|
1876
1876
|
|
|
1877
1877
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1878
|
-
'200': "
|
|
1879
|
-
'400': "
|
|
1880
|
-
'503': "
|
|
1878
|
+
'200': "ClientGetManyResponse",
|
|
1879
|
+
'400': "ClientGetManyResponse",
|
|
1880
|
+
'503': "ClientGetManyResponse",
|
|
1881
1881
|
}
|
|
1882
1882
|
response_data = self.api_client.call_api(
|
|
1883
1883
|
*_param,
|
|
@@ -1966,7 +1966,7 @@ class ClientApi:
|
|
|
1966
1966
|
@validate_call
|
|
1967
1967
|
def api_v1_clients_post(
|
|
1968
1968
|
self,
|
|
1969
|
-
request: Annotated[
|
|
1969
|
+
request: Annotated[ClientUpsertRequest, Field(description="Body")],
|
|
1970
1970
|
_request_timeout: Union[
|
|
1971
1971
|
None,
|
|
1972
1972
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1979,13 +1979,13 @@ class ClientApi:
|
|
|
1979
1979
|
_content_type: Optional[StrictStr] = None,
|
|
1980
1980
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1981
1981
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1982
|
-
) ->
|
|
1982
|
+
) -> ClientUpsertResponse:
|
|
1983
1983
|
"""Upsert a Client
|
|
1984
1984
|
|
|
1985
1985
|
Inserts a Client into the db when the `id` is \"\". Updates when the `id` is not an empty string.
|
|
1986
1986
|
|
|
1987
1987
|
:param request: Body (required)
|
|
1988
|
-
:type request:
|
|
1988
|
+
:type request: ClientUpsertRequest
|
|
1989
1989
|
:param _request_timeout: timeout setting for this request. If one
|
|
1990
1990
|
number provided, it will be total request
|
|
1991
1991
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2017,9 +2017,9 @@ class ClientApi:
|
|
|
2017
2017
|
)
|
|
2018
2018
|
|
|
2019
2019
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2020
|
-
'200': "
|
|
2021
|
-
'400': "
|
|
2022
|
-
'503': "
|
|
2020
|
+
'200': "ClientUpsertResponse",
|
|
2021
|
+
'400': "ClientUpsertResponse",
|
|
2022
|
+
'503': "ClientUpsertResponse",
|
|
2023
2023
|
}
|
|
2024
2024
|
response_data = self.api_client.call_api(
|
|
2025
2025
|
*_param,
|
|
@@ -2035,7 +2035,7 @@ class ClientApi:
|
|
|
2035
2035
|
@validate_call
|
|
2036
2036
|
def api_v1_clients_post_with_http_info(
|
|
2037
2037
|
self,
|
|
2038
|
-
request: Annotated[
|
|
2038
|
+
request: Annotated[ClientUpsertRequest, Field(description="Body")],
|
|
2039
2039
|
_request_timeout: Union[
|
|
2040
2040
|
None,
|
|
2041
2041
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2048,13 +2048,13 @@ class ClientApi:
|
|
|
2048
2048
|
_content_type: Optional[StrictStr] = None,
|
|
2049
2049
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2050
2050
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2051
|
-
) -> ApiResponse[
|
|
2051
|
+
) -> ApiResponse[ClientUpsertResponse]:
|
|
2052
2052
|
"""Upsert a Client
|
|
2053
2053
|
|
|
2054
2054
|
Inserts a Client into the db when the `id` is \"\". Updates when the `id` is not an empty string.
|
|
2055
2055
|
|
|
2056
2056
|
:param request: Body (required)
|
|
2057
|
-
:type request:
|
|
2057
|
+
:type request: ClientUpsertRequest
|
|
2058
2058
|
:param _request_timeout: timeout setting for this request. If one
|
|
2059
2059
|
number provided, it will be total request
|
|
2060
2060
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2086,9 +2086,9 @@ class ClientApi:
|
|
|
2086
2086
|
)
|
|
2087
2087
|
|
|
2088
2088
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2089
|
-
'200': "
|
|
2090
|
-
'400': "
|
|
2091
|
-
'503': "
|
|
2089
|
+
'200': "ClientUpsertResponse",
|
|
2090
|
+
'400': "ClientUpsertResponse",
|
|
2091
|
+
'503': "ClientUpsertResponse",
|
|
2092
2092
|
}
|
|
2093
2093
|
response_data = self.api_client.call_api(
|
|
2094
2094
|
*_param,
|
|
@@ -2104,7 +2104,7 @@ class ClientApi:
|
|
|
2104
2104
|
@validate_call
|
|
2105
2105
|
def api_v1_clients_post_without_preload_content(
|
|
2106
2106
|
self,
|
|
2107
|
-
request: Annotated[
|
|
2107
|
+
request: Annotated[ClientUpsertRequest, Field(description="Body")],
|
|
2108
2108
|
_request_timeout: Union[
|
|
2109
2109
|
None,
|
|
2110
2110
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2123,7 +2123,7 @@ class ClientApi:
|
|
|
2123
2123
|
Inserts a Client into the db when the `id` is \"\". Updates when the `id` is not an empty string.
|
|
2124
2124
|
|
|
2125
2125
|
:param request: Body (required)
|
|
2126
|
-
:type request:
|
|
2126
|
+
:type request: ClientUpsertRequest
|
|
2127
2127
|
:param _request_timeout: timeout setting for this request. If one
|
|
2128
2128
|
number provided, it will be total request
|
|
2129
2129
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2155,9 +2155,9 @@ class ClientApi:
|
|
|
2155
2155
|
)
|
|
2156
2156
|
|
|
2157
2157
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2158
|
-
'200': "
|
|
2159
|
-
'400': "
|
|
2160
|
-
'503': "
|
|
2158
|
+
'200': "ClientUpsertResponse",
|
|
2159
|
+
'400': "ClientUpsertResponse",
|
|
2160
|
+
'503': "ClientUpsertResponse",
|
|
2161
2161
|
}
|
|
2162
2162
|
response_data = self.api_client.call_api(
|
|
2163
2163
|
*_param,
|