|
7 | 7 |
|
8 | 8 | 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. |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 73.0.2 |
| 10 | + The version of the OpenAPI document: 73.0.3 |
11 | 11 | Contact: friends@segment.com |
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
13 | 13 |
|
14 | 14 | Do not edit the class manually. |
15 | 15 | """ # noqa: E501 |
16 | 16 |
|
17 | 17 |
|
18 | | -__version__ = "73.0.2" |
| 18 | +__version__ = "73.0.3" |
19 | 19 |
|
20 | 20 | # Define package exports |
21 | 21 | __all__ = [ |
|
294 | 294 | "EchoAlphaOutput", |
295 | 295 | "EchoV1Output", |
296 | 296 | "EntityDetails", |
| 297 | + "EntityPathAlpha", |
| 298 | + "EntityPropertyAlpha", |
297 | 299 | "EventAlpha", |
298 | 300 | "EventPropertyAlpha", |
299 | 301 | "EventPropertyType", |
|
305 | 307 | "ForceExecuteAudienceRun200Response1", |
306 | 308 | "ForceExecuteAudienceRunAlphaOutput", |
307 | 309 | "ForceExecuteAudienceRunOutput", |
| 310 | + "ForwardOnlyPaginationOutput", |
308 | 311 | "FunctionDeployment", |
309 | 312 | "FunctionSettingV1", |
310 | 313 | "FunctionV1", |
|
454 | 457 | "ListDestinationsFromAudience200Response", |
455 | 458 | "ListDestinationsFromAudienceAlphaOutput", |
456 | 459 | "ListDestinationsV1Output", |
| 460 | + "ListEntityPaths200Response", |
| 461 | + "ListEntityPathsAlphaOutput", |
457 | 462 | "ListEvents200Response", |
458 | 463 | "ListEventsAlphaOutput", |
459 | 464 | "ListFiltersForSpace200Response", |
|
479 | 484 | "ListLabelsV1Output", |
480 | 485 | "ListProfilesWarehouseInSpace200Response", |
481 | 486 | "ListProfilesWarehouseInSpaceAlphaOutput", |
| 487 | + "ListPropertiesFromEntity200Response", |
| 488 | + "ListPropertiesFromEntityAlphaOutput", |
482 | 489 | "ListPropertiesFromEvent200Response", |
483 | 490 | "ListPropertiesFromEventAlphaOutput", |
484 | 491 | "ListRegulationsFromSource200Response", |
|
491 | 498 | "ListRolesV1Output", |
492 | 499 | "ListRulesFromTrackingPlan200Response", |
493 | 500 | "ListRulesFromTrackingPlanV1Output", |
| 501 | + "ListSampleValuesFromEntityProperty200Response", |
| 502 | + "ListSampleValuesFromEntityPropertyAlphaOutput", |
494 | 503 | "ListSampleValuesFromEventProperty200Response", |
495 | 504 | "ListSampleValuesFromEventPropertyAlphaOutput", |
| 505 | + "ListSampleValuesFromTrait200Response", |
| 506 | + "ListSampleValuesFromTraitAlphaOutput", |
496 | 507 | "ListSchemaSettingsInSource200Response", |
497 | 508 | "ListSchemaSettingsInSourceV1Output", |
498 | 509 | "ListSelectiveSyncsFromWarehouseAndSource200Response", |
|
519 | 530 | "ListSyncsFromWarehouseV1Output", |
520 | 531 | "ListTrackingPlans200Response", |
521 | 532 | "ListTrackingPlansV1Output", |
| 533 | + "ListTraits200Response", |
| 534 | + "ListTraitsAlphaOutput", |
522 | 535 | "ListTransformations200Response", |
523 | 536 | "ListTransformationsBetaInput", |
524 | 537 | "ListTransformationsBetaOutput", |
|
661 | 674 | "SyncV1", |
662 | 675 | "TrackSourceSettingsV1", |
663 | 676 | "TrackingPlanV1", |
| 677 | + "TraitAlpha", |
664 | 678 | "TraitDefinition", |
665 | 679 | "TraitOptions", |
| 680 | + "TraitType", |
666 | 681 | "TransformationBeta", |
667 | 682 | "TransformationV1", |
668 | 683 | "UpdateActivationForAudience200Response", |
|
1039 | 1054 | from segment_public_api.models.echo_alpha_output import EchoAlphaOutput as EchoAlphaOutput |
1040 | 1055 | from segment_public_api.models.echo_v1_output import EchoV1Output as EchoV1Output |
1041 | 1056 | from segment_public_api.models.entity_details import EntityDetails as EntityDetails |
| 1057 | +from segment_public_api.models.entity_path_alpha import EntityPathAlpha as EntityPathAlpha |
| 1058 | +from segment_public_api.models.entity_property_alpha import EntityPropertyAlpha as EntityPropertyAlpha |
1042 | 1059 | from segment_public_api.models.event_alpha import EventAlpha as EventAlpha |
1043 | 1060 | from segment_public_api.models.event_property_alpha import EventPropertyAlpha as EventPropertyAlpha |
1044 | 1061 | from segment_public_api.models.event_property_type import EventPropertyType as EventPropertyType |
|
1050 | 1067 | from segment_public_api.models.force_execute_audience_run200_response1 import ForceExecuteAudienceRun200Response1 as ForceExecuteAudienceRun200Response1 |
1051 | 1068 | from segment_public_api.models.force_execute_audience_run_alpha_output import ForceExecuteAudienceRunAlphaOutput as ForceExecuteAudienceRunAlphaOutput |
1052 | 1069 | from segment_public_api.models.force_execute_audience_run_output import ForceExecuteAudienceRunOutput as ForceExecuteAudienceRunOutput |
| 1070 | +from segment_public_api.models.forward_only_pagination_output import ForwardOnlyPaginationOutput as ForwardOnlyPaginationOutput |
1053 | 1071 | from segment_public_api.models.function_deployment import FunctionDeployment as FunctionDeployment |
1054 | 1072 | from segment_public_api.models.function_setting_v1 import FunctionSettingV1 as FunctionSettingV1 |
1055 | 1073 | from segment_public_api.models.function_v1 import FunctionV1 as FunctionV1 |
|
1199 | 1217 | from segment_public_api.models.list_destinations_from_audience200_response import ListDestinationsFromAudience200Response as ListDestinationsFromAudience200Response |
1200 | 1218 | from segment_public_api.models.list_destinations_from_audience_alpha_output import ListDestinationsFromAudienceAlphaOutput as ListDestinationsFromAudienceAlphaOutput |
1201 | 1219 | from segment_public_api.models.list_destinations_v1_output import ListDestinationsV1Output as ListDestinationsV1Output |
| 1220 | +from segment_public_api.models.list_entity_paths200_response import ListEntityPaths200Response as ListEntityPaths200Response |
| 1221 | +from segment_public_api.models.list_entity_paths_alpha_output import ListEntityPathsAlphaOutput as ListEntityPathsAlphaOutput |
1202 | 1222 | from segment_public_api.models.list_events200_response import ListEvents200Response as ListEvents200Response |
1203 | 1223 | from segment_public_api.models.list_events_alpha_output import ListEventsAlphaOutput as ListEventsAlphaOutput |
1204 | 1224 | from segment_public_api.models.list_filters_for_space200_response import ListFiltersForSpace200Response as ListFiltersForSpace200Response |
|
1224 | 1244 | from segment_public_api.models.list_labels_v1_output import ListLabelsV1Output as ListLabelsV1Output |
1225 | 1245 | from segment_public_api.models.list_profiles_warehouse_in_space200_response import ListProfilesWarehouseInSpace200Response as ListProfilesWarehouseInSpace200Response |
1226 | 1246 | from segment_public_api.models.list_profiles_warehouse_in_space_alpha_output import ListProfilesWarehouseInSpaceAlphaOutput as ListProfilesWarehouseInSpaceAlphaOutput |
| 1247 | +from segment_public_api.models.list_properties_from_entity200_response import ListPropertiesFromEntity200Response as ListPropertiesFromEntity200Response |
| 1248 | +from segment_public_api.models.list_properties_from_entity_alpha_output import ListPropertiesFromEntityAlphaOutput as ListPropertiesFromEntityAlphaOutput |
1227 | 1249 | from segment_public_api.models.list_properties_from_event200_response import ListPropertiesFromEvent200Response as ListPropertiesFromEvent200Response |
1228 | 1250 | from segment_public_api.models.list_properties_from_event_alpha_output import ListPropertiesFromEventAlphaOutput as ListPropertiesFromEventAlphaOutput |
1229 | 1251 | from segment_public_api.models.list_regulations_from_source200_response import ListRegulationsFromSource200Response as ListRegulationsFromSource200Response |
|
1236 | 1258 | from segment_public_api.models.list_roles_v1_output import ListRolesV1Output as ListRolesV1Output |
1237 | 1259 | from segment_public_api.models.list_rules_from_tracking_plan200_response import ListRulesFromTrackingPlan200Response as ListRulesFromTrackingPlan200Response |
1238 | 1260 | from segment_public_api.models.list_rules_from_tracking_plan_v1_output import ListRulesFromTrackingPlanV1Output as ListRulesFromTrackingPlanV1Output |
| 1261 | +from segment_public_api.models.list_sample_values_from_entity_property200_response import ListSampleValuesFromEntityProperty200Response as ListSampleValuesFromEntityProperty200Response |
| 1262 | +from segment_public_api.models.list_sample_values_from_entity_property_alpha_output import ListSampleValuesFromEntityPropertyAlphaOutput as ListSampleValuesFromEntityPropertyAlphaOutput |
1239 | 1263 | from segment_public_api.models.list_sample_values_from_event_property200_response import ListSampleValuesFromEventProperty200Response as ListSampleValuesFromEventProperty200Response |
1240 | 1264 | from segment_public_api.models.list_sample_values_from_event_property_alpha_output import ListSampleValuesFromEventPropertyAlphaOutput as ListSampleValuesFromEventPropertyAlphaOutput |
| 1265 | +from segment_public_api.models.list_sample_values_from_trait200_response import ListSampleValuesFromTrait200Response as ListSampleValuesFromTrait200Response |
| 1266 | +from segment_public_api.models.list_sample_values_from_trait_alpha_output import ListSampleValuesFromTraitAlphaOutput as ListSampleValuesFromTraitAlphaOutput |
1241 | 1267 | from segment_public_api.models.list_schema_settings_in_source200_response import ListSchemaSettingsInSource200Response as ListSchemaSettingsInSource200Response |
1242 | 1268 | from segment_public_api.models.list_schema_settings_in_source_v1_output import ListSchemaSettingsInSourceV1Output as ListSchemaSettingsInSourceV1Output |
1243 | 1269 | from segment_public_api.models.list_selective_syncs_from_warehouse_and_source200_response import ListSelectiveSyncsFromWarehouseAndSource200Response as ListSelectiveSyncsFromWarehouseAndSource200Response |
|
1264 | 1290 | from segment_public_api.models.list_syncs_from_warehouse_v1_output import ListSyncsFromWarehouseV1Output as ListSyncsFromWarehouseV1Output |
1265 | 1291 | from segment_public_api.models.list_tracking_plans200_response import ListTrackingPlans200Response as ListTrackingPlans200Response |
1266 | 1292 | from segment_public_api.models.list_tracking_plans_v1_output import ListTrackingPlansV1Output as ListTrackingPlansV1Output |
| 1293 | +from segment_public_api.models.list_traits200_response import ListTraits200Response as ListTraits200Response |
| 1294 | +from segment_public_api.models.list_traits_alpha_output import ListTraitsAlphaOutput as ListTraitsAlphaOutput |
1267 | 1295 | from segment_public_api.models.list_transformations200_response import ListTransformations200Response as ListTransformations200Response |
1268 | 1296 | from segment_public_api.models.list_transformations_beta_input import ListTransformationsBetaInput as ListTransformationsBetaInput |
1269 | 1297 | from segment_public_api.models.list_transformations_beta_output import ListTransformationsBetaOutput as ListTransformationsBetaOutput |
|
1406 | 1434 | from segment_public_api.models.sync_v1 import SyncV1 as SyncV1 |
1407 | 1435 | from segment_public_api.models.track_source_settings_v1 import TrackSourceSettingsV1 as TrackSourceSettingsV1 |
1408 | 1436 | from segment_public_api.models.tracking_plan_v1 import TrackingPlanV1 as TrackingPlanV1 |
| 1437 | +from segment_public_api.models.trait_alpha import TraitAlpha as TraitAlpha |
1409 | 1438 | from segment_public_api.models.trait_definition import TraitDefinition as TraitDefinition |
1410 | 1439 | from segment_public_api.models.trait_options import TraitOptions as TraitOptions |
| 1440 | +from segment_public_api.models.trait_type import TraitType as TraitType |
1411 | 1441 | from segment_public_api.models.transformation_beta import TransformationBeta as TransformationBeta |
1412 | 1442 | from segment_public_api.models.transformation_v1 import TransformationV1 as TransformationV1 |
1413 | 1443 | from segment_public_api.models.update_activation_for_audience200_response import UpdateActivationForAudience200Response as UpdateActivationForAudience200Response |
|
0 commit comments