@@ -53,6 +53,7 @@ docs/CustomWorkflowOutputRep.md
5353docs/CustomWorkflowStageMeta.md
5454docs/CustomWorkflowsListingOutputRep.md
5555docs/DataExportDestinationsApi.md
56+ docs/Decimal.md
5657docs/DefaultClientSideAvailabilityPost.md
5758docs/Defaults.md
5859docs/DependentFlag.md
@@ -64,14 +65,18 @@ docs/Destinations.md
6465docs/Environment.md
6566docs/EnvironmentPost.md
6667docs/EnvironmentsApi.md
68+ docs/EvaluationReason.md
6769docs/ExecutionOutputRep.md
6870docs/ExperimentAllocationRep.md
71+ docs/ExperimentCollectionRep.md
6972docs/ExperimentEnabledPeriodRep.md
7073docs/ExperimentEnvironmentSettingRep.md
7174docs/ExperimentInfoRep.md
7275docs/ExperimentMetadataRep.md
76+ docs/ExperimentPatchInput.md
77+ docs/ExperimentPost.md
7378docs/ExperimentRep.md
74- docs/ExperimentResultsRep .md
79+ docs/ExperimentResults .md
7580docs/ExperimentStatsRep.md
7681docs/ExperimentTimeSeriesSlice.md
7782docs/ExperimentTimeSeriesVariationSlice.md
@@ -103,22 +108,24 @@ docs/FlagConfigApprovalRequestsResponse.md
103108docs/FlagCopyConfigEnvironment.md
104109docs/FlagCopyConfigPost.md
105110docs/FlagGlobalAttributesRep.md
111+ docs/FlagInput.md
106112docs/FlagLinkCollectionRep.md
107113docs/FlagLinkMember.md
108114docs/FlagLinkPost.md
109115docs/FlagLinkRep.md
110116docs/FlagLinksBetaApi.md
111117docs/FlagListingRep.md
118+ docs/FlagRep.md
112119docs/FlagScheduledChangesInput.md
113120docs/FlagStatusRep.md
114121docs/FlagSummary.md
115122docs/FlagTriggerInput.md
116123docs/FlagTriggersApi.md
124+ docs/FlagsInput.md
117125docs/ForbiddenErrorRep.md
118126docs/FormVariableConfig.md
119127docs/HunkRep.md
120128docs/InitiatorRep.md
121- docs/Instruction.md
122129docs/Instructions.md
123130docs/Integration.md
124131docs/IntegrationAuditLogSubscriptionsApi.md
@@ -136,6 +143,9 @@ docs/IntegrationSubscriptionStatusRep.md
136143docs/Integrations.md
137144docs/InvalidRequestErrorRep.md
138145docs/IpList.md
146+ docs/IterationExpandableProperties.md
147+ docs/IterationInput.md
148+ docs/IterationRep.md
139149docs/JSONPatch.md
140150docs/LastSeenMetadata.md
141151docs/Link.md
@@ -149,19 +159,23 @@ docs/MemberTeamsPostInput.md
149159docs/Members.md
150160docs/MethodNotAllowedErrorRep.md
151161docs/MetricCollectionRep.md
162+ docs/MetricInput.md
152163docs/MetricListingRep.md
153164docs/MetricPost.md
154165docs/MetricRep.md
155166docs/MetricSeen.md
156167docs/MetricsApi.md
168+ docs/MetricsInput.md
157169docs/ModelImport.md
158170docs/Modification.md
159171docs/MultiEnvironmentDependentFlag.md
160172docs/MultiEnvironmentDependentFlags.md
161173docs/NewMemberForm.md
162174docs/NewMemberFormListPost.md
163175docs/NotFoundErrorRep.md
176+ docs/NullDecimal.md
164177docs/OtherApi.md
178+ docs/ParameterRep.md
165179docs/ParentResourceRep.md
166180docs/PatchFailedErrorRep.md
167181docs/PatchOperation.md
@@ -252,11 +266,14 @@ docs/TitleRep.md
252266docs/Token.md
253267docs/TokenDataRep.md
254268docs/Tokens.md
269+ docs/TreatmentInput.md
270+ docs/TreatmentParameterInput.md
271+ docs/TreatmentRep.md
272+ docs/TreatmentsInput.md
255273docs/TriggerPost.md
256274docs/TriggerWorkflowCollectionRep.md
257275docs/TriggerWorkflowRep.md
258276docs/UnauthorizedErrorRep.md
259- docs/UrlMatchers.md
260277docs/UrlPost.md
261278docs/User.md
262279docs/UserAttributeNamesRep.md
@@ -362,6 +379,7 @@ launchdarkly_api/model/custom_workflow_meta.py
362379launchdarkly_api/model/custom_workflow_output_rep.py
363380launchdarkly_api/model/custom_workflow_stage_meta.py
364381launchdarkly_api/model/custom_workflows_listing_output_rep.py
382+ launchdarkly_api/model/decimal.py
365383launchdarkly_api/model/default_client_side_availability_post.py
366384launchdarkly_api/model/defaults.py
367385launchdarkly_api/model/dependent_flag.py
@@ -372,14 +390,18 @@ launchdarkly_api/model/destination_post.py
372390launchdarkly_api/model/destinations.py
373391launchdarkly_api/model/environment.py
374392launchdarkly_api/model/environment_post.py
393+ launchdarkly_api/model/evaluation_reason.py
375394launchdarkly_api/model/execution_output_rep.py
376395launchdarkly_api/model/experiment_allocation_rep.py
396+ launchdarkly_api/model/experiment_collection_rep.py
377397launchdarkly_api/model/experiment_enabled_period_rep.py
378398launchdarkly_api/model/experiment_environment_setting_rep.py
379399launchdarkly_api/model/experiment_info_rep.py
380400launchdarkly_api/model/experiment_metadata_rep.py
401+ launchdarkly_api/model/experiment_patch_input.py
402+ launchdarkly_api/model/experiment_post.py
381403launchdarkly_api/model/experiment_rep.py
382- launchdarkly_api/model/experiment_results_rep .py
404+ launchdarkly_api/model/experiment_results .py
383405launchdarkly_api/model/experiment_stats_rep.py
384406launchdarkly_api/model/experiment_time_series_slice.py
385407launchdarkly_api/model/experiment_time_series_variation_slice.py
@@ -408,20 +430,22 @@ launchdarkly_api/model/flag_config_approval_requests_response.py
408430launchdarkly_api/model/flag_copy_config_environment.py
409431launchdarkly_api/model/flag_copy_config_post.py
410432launchdarkly_api/model/flag_global_attributes_rep.py
433+ launchdarkly_api/model/flag_input.py
411434launchdarkly_api/model/flag_link_collection_rep.py
412435launchdarkly_api/model/flag_link_member.py
413436launchdarkly_api/model/flag_link_post.py
414437launchdarkly_api/model/flag_link_rep.py
415438launchdarkly_api/model/flag_listing_rep.py
439+ launchdarkly_api/model/flag_rep.py
416440launchdarkly_api/model/flag_scheduled_changes_input.py
417441launchdarkly_api/model/flag_status_rep.py
418442launchdarkly_api/model/flag_summary.py
419443launchdarkly_api/model/flag_trigger_input.py
444+ launchdarkly_api/model/flags_input.py
420445launchdarkly_api/model/forbidden_error_rep.py
421446launchdarkly_api/model/form_variable_config.py
422447launchdarkly_api/model/hunk_rep.py
423448launchdarkly_api/model/initiator_rep.py
424- launchdarkly_api/model/instruction.py
425449launchdarkly_api/model/instructions.py
426450launchdarkly_api/model/integration.py
427451launchdarkly_api/model/integration_delivery_configuration.py
@@ -437,6 +461,9 @@ launchdarkly_api/model/integration_subscription_status_rep.py
437461launchdarkly_api/model/integrations.py
438462launchdarkly_api/model/invalid_request_error_rep.py
439463launchdarkly_api/model/ip_list.py
464+ launchdarkly_api/model/iteration_expandable_properties.py
465+ launchdarkly_api/model/iteration_input.py
466+ launchdarkly_api/model/iteration_rep.py
440467launchdarkly_api/model/json_patch.py
441468launchdarkly_api/model/last_seen_metadata.py
442469launchdarkly_api/model/link.py
@@ -450,17 +477,21 @@ launchdarkly_api/model/member_teams_post_input.py
450477launchdarkly_api/model/members.py
451478launchdarkly_api/model/method_not_allowed_error_rep.py
452479launchdarkly_api/model/metric_collection_rep.py
480+ launchdarkly_api/model/metric_input.py
453481launchdarkly_api/model/metric_listing_rep.py
454482launchdarkly_api/model/metric_post.py
455483launchdarkly_api/model/metric_rep.py
456484launchdarkly_api/model/metric_seen.py
485+ launchdarkly_api/model/metrics_input.py
457486launchdarkly_api/model/model_import.py
458487launchdarkly_api/model/modification.py
459488launchdarkly_api/model/multi_environment_dependent_flag.py
460489launchdarkly_api/model/multi_environment_dependent_flags.py
461490launchdarkly_api/model/new_member_form.py
462491launchdarkly_api/model/new_member_form_list_post.py
463492launchdarkly_api/model/not_found_error_rep.py
493+ launchdarkly_api/model/null_decimal.py
494+ launchdarkly_api/model/parameter_rep.py
464495launchdarkly_api/model/parent_resource_rep.py
465496launchdarkly_api/model/patch_failed_error_rep.py
466497launchdarkly_api/model/patch_operation.py
@@ -544,11 +575,14 @@ launchdarkly_api/model/title_rep.py
544575launchdarkly_api/model/token.py
545576launchdarkly_api/model/token_data_rep.py
546577launchdarkly_api/model/tokens.py
578+ launchdarkly_api/model/treatment_input.py
579+ launchdarkly_api/model/treatment_parameter_input.py
580+ launchdarkly_api/model/treatment_rep.py
581+ launchdarkly_api/model/treatments_input.py
547582launchdarkly_api/model/trigger_post.py
548583launchdarkly_api/model/trigger_workflow_collection_rep.py
549584launchdarkly_api/model/trigger_workflow_rep.py
550585launchdarkly_api/model/unauthorized_error_rep.py
551- launchdarkly_api/model/url_matchers.py
552586launchdarkly_api/model/url_post.py
553587launchdarkly_api/model/user.py
554588launchdarkly_api/model/user_attribute_names_rep.py
@@ -627,6 +661,7 @@ test/test_custom_workflow_output_rep.py
627661test/test_custom_workflow_stage_meta.py
628662test/test_custom_workflows_listing_output_rep.py
629663test/test_data_export_destinations_api.py
664+ test/test_decimal.py
630665test/test_default_client_side_availability_post.py
631666test/test_defaults.py
632667test/test_dependent_flag.py
@@ -638,14 +673,18 @@ test/test_destinations.py
638673test/test_environment.py
639674test/test_environment_post.py
640675test/test_environments_api.py
676+ test/test_evaluation_reason.py
641677test/test_execution_output_rep.py
642678test/test_experiment_allocation_rep.py
679+ test/test_experiment_collection_rep.py
643680test/test_experiment_enabled_period_rep.py
644681test/test_experiment_environment_setting_rep.py
645682test/test_experiment_info_rep.py
646683test/test_experiment_metadata_rep.py
684+ test/test_experiment_patch_input.py
685+ test/test_experiment_post.py
647686test/test_experiment_rep.py
648- test/test_experiment_results_rep .py
687+ test/test_experiment_results .py
649688test/test_experiment_stats_rep.py
650689test/test_experiment_time_series_slice.py
651690test/test_experiment_time_series_variation_slice.py
@@ -677,22 +716,24 @@ test/test_flag_config_approval_requests_response.py
677716test/test_flag_copy_config_environment.py
678717test/test_flag_copy_config_post.py
679718test/test_flag_global_attributes_rep.py
719+ test/test_flag_input.py
680720test/test_flag_link_collection_rep.py
681721test/test_flag_link_member.py
682722test/test_flag_link_post.py
683723test/test_flag_link_rep.py
684724test/test_flag_links__beta_api.py
685725test/test_flag_listing_rep.py
726+ test/test_flag_rep.py
686727test/test_flag_scheduled_changes_input.py
687728test/test_flag_status_rep.py
688729test/test_flag_summary.py
689730test/test_flag_trigger_input.py
690731test/test_flag_triggers_api.py
732+ test/test_flags_input.py
691733test/test_forbidden_error_rep.py
692734test/test_form_variable_config.py
693735test/test_hunk_rep.py
694736test/test_initiator_rep.py
695- test/test_instruction.py
696737test/test_instructions.py
697738test/test_integration.py
698739test/test_integration_audit_log_subscriptions_api.py
@@ -710,6 +751,9 @@ test/test_integration_subscription_status_rep.py
710751test/test_integrations.py
711752test/test_invalid_request_error_rep.py
712753test/test_ip_list.py
754+ test/test_iteration_expandable_properties.py
755+ test/test_iteration_input.py
756+ test/test_iteration_rep.py
713757test/test_json_patch.py
714758test/test_last_seen_metadata.py
715759test/test_link.py
@@ -723,19 +767,23 @@ test/test_member_teams_post_input.py
723767test/test_members.py
724768test/test_method_not_allowed_error_rep.py
725769test/test_metric_collection_rep.py
770+ test/test_metric_input.py
726771test/test_metric_listing_rep.py
727772test/test_metric_post.py
728773test/test_metric_rep.py
729774test/test_metric_seen.py
730775test/test_metrics_api.py
776+ test/test_metrics_input.py
731777test/test_model_import.py
732778test/test_modification.py
733779test/test_multi_environment_dependent_flag.py
734780test/test_multi_environment_dependent_flags.py
735781test/test_new_member_form.py
736782test/test_new_member_form_list_post.py
737783test/test_not_found_error_rep.py
784+ test/test_null_decimal.py
738785test/test_other_api.py
786+ test/test_parameter_rep.py
739787test/test_parent_resource_rep.py
740788test/test_patch_failed_error_rep.py
741789test/test_patch_operation.py
@@ -826,11 +874,14 @@ test/test_title_rep.py
826874test/test_token.py
827875test/test_token_data_rep.py
828876test/test_tokens.py
877+ test/test_treatment_input.py
878+ test/test_treatment_parameter_input.py
879+ test/test_treatment_rep.py
880+ test/test_treatments_input.py
829881test/test_trigger_post.py
830882test/test_trigger_workflow_collection_rep.py
831883test/test_trigger_workflow_rep.py
832884test/test_unauthorized_error_rep.py
833- test/test_url_matchers.py
834885test/test_url_post.py
835886test/test_user.py
836887test/test_user_attribute_names_rep.py
0 commit comments