Skip to content

Commit

Permalink
Automated SDK update
Browse files Browse the repository at this point in the history
This updates the SDK from internal repo commit segmentio/public-api@209902d6.
  • Loading branch information
APIs and Common Services team committed Oct 31, 2024
1 parent 63eafdb commit 715a8d9
Show file tree
Hide file tree
Showing 590 changed files with 610 additions and 806 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ See the next sections for more information on how to use the Segment Public API.

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 55.1.0
- Package version: 55.1.0
- API version: 55.2.0
- Package version: 55.2.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com)
Expand Down
8 changes: 4 additions & 4 deletions docs/ReverseETLApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ configuration = segment_public_api.Configuration(
with segment_public_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = segment_public_api.ReverseETLApi(api_client)
create_reverse_etl_model_input = {"sourceId":"qQEHquLrjRDN9j1ByrChyn","name":"Model 1","description":"This model is very useful.","enabled":true,"query":"SELECT 'user_1' AS id","queryIdentifierColumn":"id","scheduleStrategy":"MANUAL","scheduleConfig":{}} # CreateReverseEtlModelInput |
create_reverse_etl_model_input = {"sourceId":"qQEHquLrjRDN9j1ByrChyn","name":"Model 1","description":"This model is very useful.","enabled":true,"query":"SELECT 'user_1' AS id","queryIdentifierColumn":"id"} # CreateReverseEtlModelInput |

try:
# Create Reverse Etl Model
Expand Down Expand Up @@ -266,7 +266,7 @@ configuration = segment_public_api.Configuration(
with segment_public_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = segment_public_api.ReverseETLApi(api_client)
model_id = 'dY1JLx4HgWHKUNsB76tEU' # str |
model_id = 'jSAVzDH3z89geNDZwoNY9V' # str |

try:
# Get Reverse Etl Model
Expand Down Expand Up @@ -568,8 +568,8 @@ configuration = segment_public_api.Configuration(
with segment_public_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = segment_public_api.ReverseETLApi(api_client)
model_id = 'gFBTkmP2ENiu6BQRmdHBkr' # str |
update_reverse_etl_model_input = {"name":"My Updated Model","scheduleStrategy":"MANUAL","scheduleConfig":{}} # UpdateReverseEtlModelInput |
model_id = '6BthE21tPsXyA2cK3QPQFQ' # str |
update_reverse_etl_model_input = {"name":"My Updated Model","query":"SELECT 'user_2' AS id"} # UpdateReverseEtlModelInput |

try:
# Update Reverse Etl Model
Expand Down
5 changes: 2 additions & 3 deletions segment_public_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501


__version__ = "55.1.0"
__version__ = "55.2.0"

# import apis into sdk package
from segment_public_api.api.api_calls_api import APICallsApi
Expand Down Expand Up @@ -515,7 +515,6 @@
from segment_public_api.models.role_v1 import RoleV1
from segment_public_api.models.rule_input_v1 import RuleInputV1
from segment_public_api.models.rule_v1 import RuleV1
from segment_public_api.models.schedule_config import ScheduleConfig
from segment_public_api.models.source_api_call_snapshot_v1 import SourceAPICallSnapshotV1
from segment_public_api.models.source_alpha import SourceAlpha
from segment_public_api.models.source_event_volume_datapoint_v1 import SourceEventVolumeDatapointV1
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/api_calls_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/audiences_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/audit_trail_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/catalog_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/computed_traits_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/deletion_and_suppression_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/delivery_overview_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/destination_filters_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/destinations_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/edge_functions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/events_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/functions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/iam_groups_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/iam_roles_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/iam_users_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/labels_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/monthly_tracked_users_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/profiles_sync_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/reverse_etl_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
2 changes: 1 addition & 1 deletion segment_public_api/api/selective_sync_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
The version of the OpenAPI document: 55.1.0
The version of the OpenAPI document: 55.2.0
Contact: [email protected]
Generated by OpenAPI Generator (https://openapi-generator.tech)
Expand Down
Loading

0 comments on commit 715a8d9

Please sign in to comment.