launchdarkly_api 7.1.0 → 9.0.0

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.
Files changed (727) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +158 -77
  3. data/docs/Access.md +20 -0
  4. data/docs/AccessAllowedReason.md +28 -0
  5. data/docs/{AccessDeniedRep.md → AccessAllowedRep.md} +3 -3
  6. data/docs/AccessDenied.md +20 -0
  7. data/docs/{AccessDeniedReasonRep.md → AccessDeniedReason.md} +4 -4
  8. data/docs/AccessTokensApi.md +1 -1
  9. data/docs/AccountMembersApi.md +7 -7
  10. data/docs/AccountUsageBetaApi.md +11 -11
  11. data/docs/ActionOutputRep.md +1 -1
  12. data/docs/ApprovalsApi.md +15 -15
  13. data/docs/CodeReferencesApi.md +8 -8
  14. data/docs/ConditionInputRep.md +6 -0
  15. data/docs/ConditionOutputRep.md +6 -0
  16. data/docs/Conflict.md +1 -1
  17. data/docs/CreateFlagConfigApprovalRequestRequest.md +1 -1
  18. data/docs/CustomRole.md +1 -1
  19. data/docs/CustomRolesApi.md +24 -24
  20. data/docs/DataExportDestinationsApi.md +37 -37
  21. data/docs/{DerivedAttribute.md → Decimal.md} +4 -4
  22. data/docs/Destination.md +1 -1
  23. data/docs/EnvironmentPost.md +6 -4
  24. data/docs/EnvironmentsApi.md +16 -16
  25. data/docs/EvaluationReason.md +28 -0
  26. data/docs/ExperimentCollectionRep.md +22 -0
  27. data/docs/ExperimentPatchInput.md +20 -0
  28. data/docs/ExperimentPost.md +26 -0
  29. data/docs/{ExperimentResultsRep.md → ExperimentResults.md} +2 -2
  30. data/docs/ExperimentsBetaApi.md +490 -30
  31. data/docs/Export.md +32 -0
  32. data/docs/FeatureFlag.md +1 -1
  33. data/docs/FeatureFlagBody.md +1 -1
  34. data/docs/FeatureFlagConfig.md +1 -1
  35. data/docs/FeatureFlagScheduledChange.md +1 -1
  36. data/docs/FeatureFlags.md +3 -1
  37. data/docs/FeatureFlagsApi.md +107 -105
  38. data/docs/FeatureFlagsBetaApi.md +20 -20
  39. data/docs/FileRep.md +20 -0
  40. data/docs/FlagConfigApprovalRequestResponse.md +1 -1
  41. data/docs/FlagGlobalAttributesRep.md +1 -1
  42. data/docs/FlagInput.md +20 -0
  43. data/docs/FlagLinkCollectionRep.md +20 -0
  44. data/docs/FlagLinkMember.md +24 -0
  45. data/docs/FlagLinkPost.md +30 -0
  46. data/docs/FlagLinkRep.md +38 -0
  47. data/docs/FlagLinksBetaApi.md +310 -0
  48. data/docs/FlagRep.md +22 -0
  49. data/docs/FlagScheduledChangesInput.md +1 -1
  50. data/docs/FlagTriggerInput.md +1 -1
  51. data/docs/FlagTriggersApi.md +55 -55
  52. data/docs/Import.md +30 -0
  53. data/docs/InitiatorRep.md +20 -0
  54. data/docs/Integration.md +1 -1
  55. data/docs/IntegrationAuditLogSubscriptionsApi.md +1 -1
  56. data/docs/IntegrationDeliveryConfiguration.md +38 -0
  57. data/docs/IntegrationDeliveryConfigurationCollection.md +20 -0
  58. data/docs/IntegrationDeliveryConfigurationCollectionLinks.md +20 -0
  59. data/docs/IntegrationDeliveryConfigurationLinks.md +24 -0
  60. data/docs/IntegrationDeliveryConfigurationPost.md +24 -0
  61. data/docs/IntegrationDeliveryConfigurationResponse.md +24 -0
  62. data/docs/IntegrationDeliveryConfigurationsBetaApi.md +541 -0
  63. data/docs/IterationExpandableProperties.md +20 -0
  64. data/docs/IterationInput.md +26 -0
  65. data/docs/IterationRep.md +38 -0
  66. data/docs/{MemberImportItemRep.md → MemberImportItem.md} +2 -2
  67. data/docs/{MemberSummaryRep.md → MemberSummary.md} +2 -2
  68. data/docs/{MemberTeamsFormPost.md → MemberTeamsPostInput.md} +2 -2
  69. data/docs/MetricInput.md +20 -0
  70. data/docs/MetricListingRep.md +2 -2
  71. data/docs/MetricRep.md +3 -43
  72. data/docs/MetricsApi.md +23 -23
  73. data/docs/NullDecimal.md +20 -0
  74. data/docs/ParameterRep.md +20 -0
  75. data/docs/PatchOperation.md +2 -2
  76. data/docs/PermissionGrantInput.md +4 -4
  77. data/docs/PostFlagScheduledChangesInput.md +1 -1
  78. data/docs/ProjectSummary.md +22 -0
  79. data/docs/ProjectsApi.md +1 -1
  80. data/docs/RelayAutoConfigRep.md +2 -2
  81. data/docs/RelayProxyConfigurationsApi.md +1 -1
  82. data/docs/RepositoryRep.md +1 -1
  83. data/docs/ResolvedContext.md +18 -0
  84. data/docs/ResolvedImage.md +22 -0
  85. data/docs/ResolvedTitle.md +20 -0
  86. data/docs/ResolvedUIBlockElement.md +24 -0
  87. data/docs/ResolvedUIBlocks.md +26 -0
  88. data/docs/ScheduleConditionInputRep.md +6 -0
  89. data/docs/ScheduleConditionOutputRep.md +7 -1
  90. data/docs/ScheduledChangesApi.md +12 -12
  91. data/docs/SegmentsApi.md +99 -99
  92. data/docs/SegmentsBetaApi.md +319 -0
  93. data/docs/SourceEnv.md +20 -0
  94. data/docs/StageInputRep.md +2 -0
  95. data/docs/Statement.md +2 -2
  96. data/docs/StatementPost.md +2 -2
  97. data/docs/StatementPostData.md +2 -2
  98. data/docs/StatisticRep.md +2 -0
  99. data/docs/TagCollection.md +22 -0
  100. data/docs/TagsApi.md +83 -0
  101. data/docs/Team.md +32 -0
  102. data/docs/{CustomRolesRep.md → TeamCustomRole.md} +3 -3
  103. data/docs/TeamCustomRoles.md +22 -0
  104. data/docs/TeamImportsRep.md +1 -1
  105. data/docs/TeamMaintainers.md +22 -0
  106. data/docs/TeamPatchInput.md +1 -1
  107. data/docs/TeamProjects.md +20 -0
  108. data/docs/{TeamCollectionRep.md → Teams.md} +3 -3
  109. data/docs/TeamsBetaApi.md +196 -40
  110. data/docs/TimestampRep.md +24 -0
  111. data/docs/Token.md +1 -1
  112. data/docs/TreatmentInput.md +24 -0
  113. data/docs/TreatmentParameterInput.md +20 -0
  114. data/docs/TreatmentRep.md +26 -0
  115. data/docs/TriggerPost.md +1 -1
  116. data/docs/TriggerWorkflowRep.md +2 -2
  117. data/docs/User.md +0 -2
  118. data/docs/UserFlagSetting.md +3 -1
  119. data/docs/UserRecord.md +1 -1
  120. data/docs/UserSegment.md +1 -1
  121. data/docs/UserSettingsApi.md +60 -60
  122. data/docs/UsersApi.md +41 -41
  123. data/docs/Webhook.md +1 -1
  124. data/docs/WebhooksApi.md +1 -1
  125. data/docs/WorkflowsBetaApi.md +8 -8
  126. data/launchdarkly_api.gemspec +2 -2
  127. data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
  128. data/lib/launchdarkly_api/api/account_members_api.rb +10 -10
  129. data/lib/launchdarkly_api/api/account_usage_beta_api.rb +20 -20
  130. data/lib/launchdarkly_api/api/approvals_api.rb +15 -15
  131. data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
  132. data/lib/launchdarkly_api/api/code_references_api.rb +10 -10
  133. data/lib/launchdarkly_api/api/custom_roles_api.rb +30 -30
  134. data/lib/launchdarkly_api/api/data_export_destinations_api.rb +57 -57
  135. data/lib/launchdarkly_api/api/environments_api.rb +21 -21
  136. data/lib/launchdarkly_api/api/experiments_beta_api.rb +526 -49
  137. data/lib/launchdarkly_api/api/feature_flags_api.rb +162 -159
  138. data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +34 -34
  139. data/lib/launchdarkly_api/api/flag_links_beta_api.rb +332 -0
  140. data/lib/launchdarkly_api/api/flag_triggers_api.rb +96 -96
  141. data/lib/launchdarkly_api/api/integration_audit_log_subscriptions_api.rb +1 -1
  142. data/lib/launchdarkly_api/api/integration_delivery_configurations_beta_api.rb +569 -0
  143. data/lib/launchdarkly_api/api/metrics_api.rb +30 -30
  144. data/lib/launchdarkly_api/api/other_api.rb +1 -1
  145. data/lib/launchdarkly_api/api/projects_api.rb +1 -1
  146. data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
  147. data/lib/launchdarkly_api/api/scheduled_changes_api.rb +11 -11
  148. data/lib/launchdarkly_api/api/segments_api.rb +160 -160
  149. data/lib/launchdarkly_api/api/segments_beta_api.rb +345 -0
  150. data/lib/launchdarkly_api/api/tags_api.rb +85 -0
  151. data/lib/launchdarkly_api/api/teams_beta_api.rb +187 -49
  152. data/lib/launchdarkly_api/api/user_settings_api.rb +100 -100
  153. data/lib/launchdarkly_api/api/users_api.rb +69 -69
  154. data/lib/launchdarkly_api/api/users_beta_api.rb +1 -1
  155. data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
  156. data/lib/launchdarkly_api/api/workflows_beta_api.rb +9 -9
  157. data/lib/launchdarkly_api/api_client.rb +1 -1
  158. data/lib/launchdarkly_api/api_error.rb +1 -1
  159. data/lib/launchdarkly_api/configuration.rb +1 -1
  160. data/lib/launchdarkly_api/models/access.rb +241 -0
  161. data/lib/launchdarkly_api/models/access_allowed_reason.rb +280 -0
  162. data/lib/launchdarkly_api/models/access_allowed_rep.rb +237 -0
  163. data/lib/launchdarkly_api/models/access_denied.rb +237 -0
  164. data/lib/launchdarkly_api/models/access_denied_reason.rb +280 -0
  165. data/lib/launchdarkly_api/models/access_token_post.rb +1 -1
  166. data/lib/launchdarkly_api/models/action_input_rep.rb +1 -1
  167. data/lib/launchdarkly_api/models/action_output_rep.rb +2 -2
  168. data/lib/launchdarkly_api/models/approval_condition_input_rep.rb +1 -1
  169. data/lib/launchdarkly_api/models/approval_condition_output_rep.rb +1 -1
  170. data/lib/launchdarkly_api/models/approval_settings.rb +1 -1
  171. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +1 -1
  172. data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +1 -1
  173. data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +1 -1
  174. data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +1 -1
  175. data/lib/launchdarkly_api/models/big_segment_target.rb +1 -1
  176. data/lib/launchdarkly_api/models/branch_collection_rep.rb +1 -1
  177. data/lib/launchdarkly_api/models/branch_rep.rb +1 -1
  178. data/lib/launchdarkly_api/models/clause.rb +1 -1
  179. data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
  180. data/lib/launchdarkly_api/models/client_side_availability_post.rb +1 -1
  181. data/lib/launchdarkly_api/models/condition_base_output_rep.rb +1 -1
  182. data/lib/launchdarkly_api/models/condition_input_rep.rb +29 -2
  183. data/lib/launchdarkly_api/models/condition_output_rep.rb +29 -2
  184. data/lib/launchdarkly_api/models/confidence_interval_rep.rb +1 -1
  185. data/lib/launchdarkly_api/models/conflict.rb +4 -5
  186. data/lib/launchdarkly_api/models/conflict_output_rep.rb +1 -1
  187. data/lib/launchdarkly_api/models/copied_from_env.rb +1 -1
  188. data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +1 -1
  189. data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +2 -2
  190. data/lib/launchdarkly_api/models/custom_property.rb +1 -1
  191. data/lib/launchdarkly_api/models/custom_role.rb +2 -2
  192. data/lib/launchdarkly_api/models/custom_role_post.rb +1 -1
  193. data/lib/launchdarkly_api/models/custom_role_post_data.rb +1 -1
  194. data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
  195. data/lib/launchdarkly_api/models/custom_workflow_input_rep.rb +1 -1
  196. data/lib/launchdarkly_api/models/custom_workflow_meta.rb +1 -1
  197. data/lib/launchdarkly_api/models/custom_workflow_output_rep.rb +1 -1
  198. data/lib/launchdarkly_api/models/custom_workflow_stage_meta.rb +1 -1
  199. data/lib/launchdarkly_api/models/custom_workflows_listing_output_rep.rb +1 -1
  200. data/lib/launchdarkly_api/models/decimal.rb +228 -0
  201. data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +1 -1
  202. data/lib/launchdarkly_api/models/defaults.rb +1 -1
  203. data/lib/launchdarkly_api/models/dependent_flag.rb +1 -1
  204. data/lib/launchdarkly_api/models/dependent_flag_environment.rb +1 -1
  205. data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +1 -1
  206. data/lib/launchdarkly_api/models/destination.rb +2 -2
  207. data/lib/launchdarkly_api/models/destination_post.rb +1 -1
  208. data/lib/launchdarkly_api/models/destinations.rb +1 -1
  209. data/lib/launchdarkly_api/models/environment.rb +1 -1
  210. data/lib/launchdarkly_api/models/environment_post.rb +17 -8
  211. data/lib/launchdarkly_api/models/evaluation_reason.rb +274 -0
  212. data/lib/launchdarkly_api/models/execution_output_rep.rb +1 -1
  213. data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +1 -1
  214. data/lib/launchdarkly_api/models/experiment_collection_rep.rb +240 -0
  215. data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +1 -1
  216. data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +1 -1
  217. data/lib/launchdarkly_api/models/experiment_info_rep.rb +1 -1
  218. data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +1 -1
  219. data/lib/launchdarkly_api/models/experiment_patch_input.rb +229 -0
  220. data/lib/launchdarkly_api/models/experiment_post.rb +279 -0
  221. data/lib/launchdarkly_api/models/experiment_rep.rb +1 -1
  222. data/lib/launchdarkly_api/models/experiment_results.rb +280 -0
  223. data/lib/launchdarkly_api/models/experiment_stats_rep.rb +1 -1
  224. data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +1 -1
  225. data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +1 -1
  226. data/lib/launchdarkly_api/models/experiment_totals_rep.rb +1 -1
  227. data/lib/launchdarkly_api/models/expiring_user_target_error.rb +1 -1
  228. data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +1 -1
  229. data/lib/launchdarkly_api/models/expiring_user_target_item.rb +1 -1
  230. data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +1 -1
  231. data/lib/launchdarkly_api/models/export.rb +323 -0
  232. data/lib/launchdarkly_api/models/extinction.rb +1 -1
  233. data/lib/launchdarkly_api/models/extinction_collection_rep.rb +1 -1
  234. data/lib/launchdarkly_api/models/feature_flag.rb +2 -2
  235. data/lib/launchdarkly_api/models/feature_flag_body.rb +2 -2
  236. data/lib/launchdarkly_api/models/feature_flag_config.rb +2 -2
  237. data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +2 -2
  238. data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
  239. data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
  240. data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
  241. data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
  242. data/lib/launchdarkly_api/models/feature_flags.rb +14 -5
  243. data/lib/launchdarkly_api/models/file_rep.rb +227 -0
  244. data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +2 -2
  245. data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +1 -1
  246. data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +1 -1
  247. data/lib/launchdarkly_api/models/flag_copy_config_post.rb +1 -1
  248. data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +2 -2
  249. data/lib/launchdarkly_api/models/flag_input.rb +237 -0
  250. data/lib/launchdarkly_api/models/flag_link_collection_rep.rb +241 -0
  251. data/lib/launchdarkly_api/models/flag_link_member.rb +257 -0
  252. data/lib/launchdarkly_api/models/flag_link_post.rb +274 -0
  253. data/lib/launchdarkly_api/models/flag_link_rep.rb +337 -0
  254. data/lib/launchdarkly_api/models/flag_listing_rep.rb +1 -1
  255. data/lib/launchdarkly_api/models/flag_rep.rb +243 -0
  256. data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +2 -2
  257. data/lib/launchdarkly_api/models/flag_status_rep.rb +1 -1
  258. data/lib/launchdarkly_api/models/flag_summary.rb +1 -1
  259. data/lib/launchdarkly_api/models/flag_trigger_input.rb +2 -2
  260. data/lib/launchdarkly_api/models/forbidden_error_rep.rb +1 -1
  261. data/lib/launchdarkly_api/models/hunk_rep.rb +1 -1
  262. data/lib/launchdarkly_api/models/import.rb +306 -0
  263. data/lib/launchdarkly_api/models/initiator_rep.rb +227 -0
  264. data/lib/launchdarkly_api/models/integration.rb +2 -2
  265. data/lib/launchdarkly_api/models/integration_delivery_configuration.rb +369 -0
  266. data/lib/launchdarkly_api/models/integration_delivery_configuration_collection.rb +239 -0
  267. data/lib/launchdarkly_api/models/integration_delivery_configuration_collection_links.rb +232 -0
  268. data/lib/launchdarkly_api/models/integration_delivery_configuration_links.rb +265 -0
  269. data/lib/launchdarkly_api/models/integration_delivery_configuration_post.rb +257 -0
  270. data/lib/launchdarkly_api/models/integration_delivery_configuration_response.rb +245 -0
  271. data/lib/launchdarkly_api/models/integration_metadata.rb +1 -1
  272. data/lib/launchdarkly_api/models/integration_status.rb +1 -1
  273. data/lib/launchdarkly_api/models/integration_status_rep.rb +1 -1
  274. data/lib/launchdarkly_api/models/integration_subscription_status_rep.rb +1 -1
  275. data/lib/launchdarkly_api/models/integrations.rb +1 -1
  276. data/lib/launchdarkly_api/models/invalid_request_error_rep.rb +1 -1
  277. data/lib/launchdarkly_api/models/ip_list.rb +1 -1
  278. data/lib/launchdarkly_api/models/iteration_expandable_properties.rb +231 -0
  279. data/lib/launchdarkly_api/models/iteration_input.rb +280 -0
  280. data/lib/launchdarkly_api/models/iteration_rep.rb +324 -0
  281. data/lib/launchdarkly_api/models/last_seen_metadata.rb +1 -1
  282. data/lib/launchdarkly_api/models/link.rb +1 -1
  283. data/lib/launchdarkly_api/models/member.rb +1 -1
  284. data/lib/launchdarkly_api/models/member_data_rep.rb +1 -1
  285. data/lib/launchdarkly_api/models/member_import_item.rb +246 -0
  286. data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +1 -1
  287. data/lib/launchdarkly_api/models/member_summary.rb +285 -0
  288. data/lib/launchdarkly_api/models/member_team_summary_rep.rb +1 -1
  289. data/lib/launchdarkly_api/models/member_teams_post_input.rb +226 -0
  290. data/lib/launchdarkly_api/models/members.rb +1 -1
  291. data/lib/launchdarkly_api/models/method_not_allowed_error_rep.rb +1 -1
  292. data/lib/launchdarkly_api/models/metric_collection_rep.rb +1 -1
  293. data/lib/launchdarkly_api/models/metric_input.rb +237 -0
  294. data/lib/launchdarkly_api/models/metric_listing_rep.rb +3 -3
  295. data/lib/launchdarkly_api/models/metric_post.rb +1 -1
  296. data/lib/launchdarkly_api/models/metric_rep.rb +5 -257
  297. data/lib/launchdarkly_api/models/metric_seen.rb +1 -1
  298. data/lib/launchdarkly_api/models/modification.rb +1 -1
  299. data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +1 -1
  300. data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +1 -1
  301. data/lib/launchdarkly_api/models/new_member_form.rb +1 -1
  302. data/lib/launchdarkly_api/models/not_found_error_rep.rb +1 -1
  303. data/lib/launchdarkly_api/models/null_decimal.rb +227 -0
  304. data/lib/launchdarkly_api/models/parameter_rep.rb +227 -0
  305. data/lib/launchdarkly_api/models/parent_resource_rep.rb +1 -1
  306. data/lib/launchdarkly_api/models/patch_failed_error_rep.rb +1 -1
  307. data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
  308. data/lib/launchdarkly_api/models/patch_segment_instruction.rb +1 -1
  309. data/lib/launchdarkly_api/models/patch_segment_request.rb +1 -1
  310. data/lib/launchdarkly_api/models/patch_with_comment.rb +1 -1
  311. data/lib/launchdarkly_api/models/permission_grant_input.rb +16 -16
  312. data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +1 -1
  313. data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +1 -1
  314. data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +2 -2
  315. data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
  316. data/lib/launchdarkly_api/models/project.rb +1 -1
  317. data/lib/launchdarkly_api/models/project_listing_rep.rb +1 -1
  318. data/lib/launchdarkly_api/models/project_post.rb +1 -1
  319. data/lib/launchdarkly_api/models/project_summary.rb +238 -0
  320. data/lib/launchdarkly_api/models/projects.rb +1 -1
  321. data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +1 -1
  322. data/lib/launchdarkly_api/models/put_branch.rb +1 -1
  323. data/lib/launchdarkly_api/models/rate_limited_error_rep.rb +1 -1
  324. data/lib/launchdarkly_api/models/recent_trigger_body.rb +1 -1
  325. data/lib/launchdarkly_api/models/reference_rep.rb +1 -1
  326. data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +1 -1
  327. data/lib/launchdarkly_api/models/relay_auto_config_post.rb +1 -1
  328. data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +3 -3
  329. data/lib/launchdarkly_api/models/repository_collection_rep.rb +1 -1
  330. data/lib/launchdarkly_api/models/repository_post.rb +1 -1
  331. data/lib/launchdarkly_api/models/repository_rep.rb +2 -2
  332. data/lib/launchdarkly_api/models/resolved_context.rb +220 -0
  333. data/lib/launchdarkly_api/models/resolved_image.rb +236 -0
  334. data/lib/launchdarkly_api/models/resolved_title.rb +229 -0
  335. data/lib/launchdarkly_api/models/resolved_ui_block_element.rb +245 -0
  336. data/lib/launchdarkly_api/models/resolved_ui_blocks.rb +254 -0
  337. data/lib/launchdarkly_api/models/resource_access.rb +1 -1
  338. data/lib/launchdarkly_api/models/resource_id_response.rb +1 -1
  339. data/lib/launchdarkly_api/models/review_output_rep.rb +1 -1
  340. data/lib/launchdarkly_api/models/review_response.rb +1 -1
  341. data/lib/launchdarkly_api/models/rollout.rb +1 -1
  342. data/lib/launchdarkly_api/models/rule.rb +1 -1
  343. data/lib/launchdarkly_api/models/schedule_condition_input_rep.rb +29 -2
  344. data/lib/launchdarkly_api/models/schedule_condition_output_rep.rb +32 -5
  345. data/lib/launchdarkly_api/models/sdk_list_rep.rb +1 -1
  346. data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +1 -1
  347. data/lib/launchdarkly_api/models/sdk_version_rep.rb +1 -1
  348. data/lib/launchdarkly_api/models/segment_body.rb +1 -1
  349. data/lib/launchdarkly_api/models/segment_metadata.rb +1 -1
  350. data/lib/launchdarkly_api/models/segment_user_list.rb +1 -1
  351. data/lib/launchdarkly_api/models/segment_user_state.rb +1 -1
  352. data/lib/launchdarkly_api/models/series_list_rep.rb +1 -1
  353. data/lib/launchdarkly_api/models/source_env.rb +229 -0
  354. data/lib/launchdarkly_api/models/source_flag.rb +1 -1
  355. data/lib/launchdarkly_api/models/stage_input_rep.rb +11 -2
  356. data/lib/launchdarkly_api/models/stage_output_rep.rb +1 -1
  357. data/lib/launchdarkly_api/models/statement.rb +3 -3
  358. data/lib/launchdarkly_api/models/statement_post.rb +1 -11
  359. data/lib/launchdarkly_api/models/statement_post_data.rb +1 -11
  360. data/lib/launchdarkly_api/models/statement_rep.rb +1 -1
  361. data/lib/launchdarkly_api/models/statistic_collection_rep.rb +1 -1
  362. data/lib/launchdarkly_api/models/statistic_rep.rb +16 -2
  363. data/lib/launchdarkly_api/models/statistics_root.rb +1 -1
  364. data/lib/launchdarkly_api/models/status_conflict_error_rep.rb +1 -1
  365. data/lib/launchdarkly_api/models/subject_data_rep.rb +1 -1
  366. data/lib/launchdarkly_api/models/subscription_post.rb +1 -1
  367. data/lib/launchdarkly_api/models/tag_collection.rb +252 -0
  368. data/lib/launchdarkly_api/models/target.rb +1 -1
  369. data/lib/launchdarkly_api/models/target_resource_rep.rb +1 -1
  370. data/lib/launchdarkly_api/models/team.rb +283 -0
  371. data/lib/launchdarkly_api/models/team_custom_role.rb +245 -0
  372. data/lib/launchdarkly_api/models/team_custom_roles.rb +240 -0
  373. data/lib/launchdarkly_api/models/team_imports_rep.rb +2 -2
  374. data/lib/launchdarkly_api/models/team_maintainers.rb +240 -0
  375. data/lib/launchdarkly_api/models/team_patch_input.rb +2 -2
  376. data/lib/launchdarkly_api/models/team_post_input.rb +1 -1
  377. data/lib/launchdarkly_api/models/team_projects.rb +229 -0
  378. data/lib/launchdarkly_api/models/teams.rb +240 -0
  379. data/lib/launchdarkly_api/models/timestamp_rep.rb +245 -0
  380. data/lib/launchdarkly_api/models/title_rep.rb +1 -1
  381. data/lib/launchdarkly_api/models/token.rb +2 -2
  382. data/lib/launchdarkly_api/models/token_data_rep.rb +1 -1
  383. data/lib/launchdarkly_api/models/tokens.rb +1 -1
  384. data/lib/launchdarkly_api/models/treatment_input.rb +267 -0
  385. data/lib/launchdarkly_api/models/treatment_parameter_input.rb +237 -0
  386. data/lib/launchdarkly_api/models/treatment_rep.rb +266 -0
  387. data/lib/launchdarkly_api/models/trigger_post.rb +2 -2
  388. data/lib/launchdarkly_api/models/trigger_workflow_collection_rep.rb +1 -1
  389. data/lib/launchdarkly_api/models/trigger_workflow_rep.rb +3 -3
  390. data/lib/launchdarkly_api/models/unauthorized_error_rep.rb +1 -1
  391. data/lib/launchdarkly_api/models/url_post.rb +1 -1
  392. data/lib/launchdarkly_api/models/user.rb +2 -13
  393. data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +1 -1
  394. data/lib/launchdarkly_api/models/user_flag_setting.rb +15 -6
  395. data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
  396. data/lib/launchdarkly_api/models/user_record.rb +2 -2
  397. data/lib/launchdarkly_api/models/user_record_rep.rb +1 -1
  398. data/lib/launchdarkly_api/models/user_segment.rb +2 -2
  399. data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
  400. data/lib/launchdarkly_api/models/user_segments.rb +1 -1
  401. data/lib/launchdarkly_api/models/users.rb +1 -1
  402. data/lib/launchdarkly_api/models/value_put.rb +1 -1
  403. data/lib/launchdarkly_api/models/variation.rb +1 -1
  404. data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +1 -1
  405. data/lib/launchdarkly_api/models/variation_summary.rb +1 -1
  406. data/lib/launchdarkly_api/models/versions_rep.rb +1 -1
  407. data/lib/launchdarkly_api/models/webhook.rb +2 -2
  408. data/lib/launchdarkly_api/models/webhook_post.rb +1 -1
  409. data/lib/launchdarkly_api/models/webhooks.rb +1 -1
  410. data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
  411. data/lib/launchdarkly_api/version.rb +2 -2
  412. data/lib/launchdarkly_api.rb +59 -14
  413. data/spec/api/access_tokens_api_spec.rb +1 -1
  414. data/spec/api/account_members_api_spec.rb +2 -2
  415. data/spec/api/account_usage_beta_api_spec.rb +4 -4
  416. data/spec/api/approvals_api_spec.rb +8 -8
  417. data/spec/api/audit_log_api_spec.rb +1 -1
  418. data/spec/api/code_references_api_spec.rb +2 -2
  419. data/spec/api/custom_roles_api_spec.rb +5 -5
  420. data/spec/api/data_export_destinations_api_spec.rb +9 -9
  421. data/spec/api/environments_api_spec.rb +4 -4
  422. data/spec/api/experiments_beta_api_spec.rb +96 -10
  423. data/spec/api/feature_flags_api_spec.rb +26 -25
  424. data/spec/api/feature_flags_beta_api_spec.rb +6 -6
  425. data/spec/api/flag_links_beta_api_spec.rb +91 -0
  426. data/spec/api/flag_triggers_api_spec.rb +16 -16
  427. data/spec/api/integration_audit_log_subscriptions_api_spec.rb +1 -1
  428. data/spec/api/integration_delivery_configurations_beta_api_spec.rb +135 -0
  429. data/spec/api/metrics_api_spec.rb +5 -5
  430. data/spec/api/other_api_spec.rb +1 -1
  431. data/spec/api/projects_api_spec.rb +1 -1
  432. data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
  433. data/spec/api/scheduled_changes_api_spec.rb +6 -6
  434. data/spec/api/segments_api_spec.rb +28 -28
  435. data/spec/api/segments_beta_api_spec.rb +95 -0
  436. data/spec/api/tags_api_spec.rb +48 -0
  437. data/spec/api/teams_beta_api_spec.rb +37 -9
  438. data/spec/api/user_settings_api_spec.rb +18 -18
  439. data/spec/api/users_api_spec.rb +12 -12
  440. data/spec/api/users_beta_api_spec.rb +1 -1
  441. data/spec/api/webhooks_api_spec.rb +1 -1
  442. data/spec/api/workflows_beta_api_spec.rb +5 -5
  443. data/spec/api_client_spec.rb +1 -1
  444. data/spec/configuration_spec.rb +1 -1
  445. data/spec/models/access_allowed_reason_spec.rb +64 -0
  446. data/spec/models/access_allowed_rep_spec.rb +40 -0
  447. data/spec/models/access_denied_reason_spec.rb +64 -0
  448. data/spec/models/access_denied_spec.rb +40 -0
  449. data/spec/models/access_spec.rb +40 -0
  450. data/spec/models/access_token_post_spec.rb +1 -1
  451. data/spec/models/action_input_rep_spec.rb +1 -1
  452. data/spec/models/action_output_rep_spec.rb +1 -1
  453. data/spec/models/approval_condition_input_rep_spec.rb +1 -1
  454. data/spec/models/approval_condition_output_rep_spec.rb +1 -1
  455. data/spec/models/approval_settings_spec.rb +1 -1
  456. data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +1 -1
  457. data/spec/models/audit_log_entry_listing_rep_spec.rb +1 -1
  458. data/spec/models/audit_log_entry_rep_spec.rb +1 -1
  459. data/spec/models/authorized_app_data_rep_spec.rb +1 -1
  460. data/spec/models/big_segment_target_spec.rb +1 -1
  461. data/spec/models/branch_collection_rep_spec.rb +1 -1
  462. data/spec/models/branch_rep_spec.rb +1 -1
  463. data/spec/models/clause_spec.rb +1 -1
  464. data/spec/models/client_side_availability_post_spec.rb +1 -1
  465. data/spec/models/client_side_availability_spec.rb +1 -1
  466. data/spec/models/condition_base_output_rep_spec.rb +1 -1
  467. data/spec/models/condition_input_rep_spec.rb +19 -1
  468. data/spec/models/condition_output_rep_spec.rb +19 -1
  469. data/spec/models/confidence_interval_rep_spec.rb +1 -1
  470. data/spec/models/conflict_output_rep_spec.rb +1 -1
  471. data/spec/models/conflict_spec.rb +1 -1
  472. data/spec/models/copied_from_env_spec.rb +1 -1
  473. data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +1 -1
  474. data/spec/models/create_flag_config_approval_request_request_spec.rb +1 -1
  475. data/spec/models/custom_property_spec.rb +1 -1
  476. data/spec/models/custom_role_post_data_spec.rb +1 -1
  477. data/spec/models/custom_role_post_spec.rb +1 -1
  478. data/spec/models/custom_role_spec.rb +1 -1
  479. data/spec/models/custom_roles_spec.rb +1 -1
  480. data/spec/models/custom_workflow_input_rep_spec.rb +1 -1
  481. data/spec/models/custom_workflow_meta_spec.rb +1 -1
  482. data/spec/models/custom_workflow_output_rep_spec.rb +1 -1
  483. data/spec/models/custom_workflow_stage_meta_spec.rb +1 -1
  484. data/spec/models/custom_workflows_listing_output_rep_spec.rb +1 -1
  485. data/spec/models/decimal_spec.rb +40 -0
  486. data/spec/models/default_client_side_availability_post_spec.rb +1 -1
  487. data/spec/models/defaults_spec.rb +1 -1
  488. data/spec/models/dependent_flag_environment_spec.rb +1 -1
  489. data/spec/models/dependent_flag_spec.rb +1 -1
  490. data/spec/models/dependent_flags_by_environment_spec.rb +1 -1
  491. data/spec/models/destination_post_spec.rb +1 -1
  492. data/spec/models/destination_spec.rb +1 -1
  493. data/spec/models/destinations_spec.rb +1 -1
  494. data/spec/models/environment_post_spec.rb +7 -1
  495. data/spec/models/environment_spec.rb +1 -1
  496. data/spec/models/evaluation_reason_spec.rb +64 -0
  497. data/spec/models/execution_output_rep_spec.rb +1 -1
  498. data/spec/models/experiment_allocation_rep_spec.rb +1 -1
  499. data/spec/models/experiment_collection_rep_spec.rb +46 -0
  500. data/spec/models/experiment_enabled_period_rep_spec.rb +1 -1
  501. data/spec/models/experiment_environment_setting_rep_spec.rb +1 -1
  502. data/spec/models/experiment_info_rep_spec.rb +1 -1
  503. data/spec/models/experiment_metadata_rep_spec.rb +1 -1
  504. data/spec/models/experiment_patch_input_spec.rb +40 -0
  505. data/spec/models/experiment_post_spec.rb +58 -0
  506. data/spec/models/experiment_rep_spec.rb +1 -1
  507. data/spec/models/experiment_results_spec.rb +70 -0
  508. data/spec/models/experiment_stats_rep_spec.rb +1 -1
  509. data/spec/models/experiment_time_series_slice_spec.rb +1 -1
  510. data/spec/models/experiment_time_series_variation_slice_spec.rb +1 -1
  511. data/spec/models/experiment_totals_rep_spec.rb +1 -1
  512. data/spec/models/expiring_user_target_error_spec.rb +1 -1
  513. data/spec/models/expiring_user_target_get_response_spec.rb +1 -1
  514. data/spec/models/expiring_user_target_item_spec.rb +1 -1
  515. data/spec/models/expiring_user_target_patch_response_spec.rb +1 -1
  516. data/spec/models/export_spec.rb +76 -0
  517. data/spec/models/extinction_collection_rep_spec.rb +1 -1
  518. data/spec/models/extinction_spec.rb +1 -1
  519. data/spec/models/feature_flag_body_spec.rb +1 -1
  520. data/spec/models/feature_flag_config_spec.rb +1 -1
  521. data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
  522. data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
  523. data/spec/models/feature_flag_spec.rb +1 -1
  524. data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
  525. data/spec/models/feature_flag_status_spec.rb +1 -1
  526. data/spec/models/feature_flag_statuses_spec.rb +1 -1
  527. data/spec/models/feature_flags_spec.rb +7 -1
  528. data/spec/models/file_rep_spec.rb +40 -0
  529. data/spec/models/flag_config_approval_request_response_spec.rb +1 -1
  530. data/spec/models/flag_config_approval_requests_response_spec.rb +1 -1
  531. data/spec/models/flag_copy_config_environment_spec.rb +1 -1
  532. data/spec/models/flag_copy_config_post_spec.rb +1 -1
  533. data/spec/models/flag_global_attributes_rep_spec.rb +1 -1
  534. data/spec/models/flag_input_spec.rb +40 -0
  535. data/spec/models/flag_link_collection_rep_spec.rb +40 -0
  536. data/spec/models/flag_link_member_spec.rb +52 -0
  537. data/spec/models/flag_link_post_spec.rb +70 -0
  538. data/spec/models/flag_link_rep_spec.rb +94 -0
  539. data/spec/models/flag_listing_rep_spec.rb +1 -1
  540. data/spec/models/flag_rep_spec.rb +46 -0
  541. data/spec/models/flag_scheduled_changes_input_spec.rb +1 -1
  542. data/spec/models/flag_status_rep_spec.rb +1 -1
  543. data/spec/models/flag_summary_spec.rb +1 -1
  544. data/spec/models/flag_trigger_input_spec.rb +1 -1
  545. data/spec/models/forbidden_error_rep_spec.rb +1 -1
  546. data/spec/models/hunk_rep_spec.rb +1 -1
  547. data/spec/models/import_spec.rb +70 -0
  548. data/spec/models/initiator_rep_spec.rb +40 -0
  549. data/spec/models/integration_delivery_configuration_collection_links_spec.rb +40 -0
  550. data/spec/models/integration_delivery_configuration_collection_spec.rb +40 -0
  551. data/spec/models/integration_delivery_configuration_links_spec.rb +52 -0
  552. data/spec/models/integration_delivery_configuration_post_spec.rb +52 -0
  553. data/spec/models/integration_delivery_configuration_response_spec.rb +52 -0
  554. data/spec/models/integration_delivery_configuration_spec.rb +94 -0
  555. data/spec/models/integration_metadata_spec.rb +1 -1
  556. data/spec/models/integration_spec.rb +1 -1
  557. data/spec/models/integration_status_rep_spec.rb +1 -1
  558. data/spec/models/integration_status_spec.rb +1 -1
  559. data/spec/models/integration_subscription_status_rep_spec.rb +1 -1
  560. data/spec/models/integrations_spec.rb +1 -1
  561. data/spec/models/invalid_request_error_rep_spec.rb +1 -1
  562. data/spec/models/ip_list_spec.rb +1 -1
  563. data/spec/models/iteration_expandable_properties_spec.rb +40 -0
  564. data/spec/models/iteration_input_spec.rb +58 -0
  565. data/spec/models/iteration_rep_spec.rb +94 -0
  566. data/spec/models/last_seen_metadata_spec.rb +1 -1
  567. data/spec/models/link_spec.rb +1 -1
  568. data/spec/models/member_data_rep_spec.rb +1 -1
  569. data/spec/models/member_import_item_spec.rb +46 -0
  570. data/spec/models/member_permission_grant_summary_rep_spec.rb +1 -1
  571. data/spec/models/member_spec.rb +1 -1
  572. data/spec/models/member_summary_spec.rb +64 -0
  573. data/spec/models/member_team_summary_rep_spec.rb +1 -1
  574. data/spec/models/member_teams_post_input_spec.rb +34 -0
  575. data/spec/models/members_spec.rb +1 -1
  576. data/spec/models/method_not_allowed_error_rep_spec.rb +1 -1
  577. data/spec/models/metric_collection_rep_spec.rb +1 -1
  578. data/spec/models/metric_input_spec.rb +40 -0
  579. data/spec/models/metric_listing_rep_spec.rb +1 -1
  580. data/spec/models/metric_post_spec.rb +1 -1
  581. data/spec/models/metric_rep_spec.rb +1 -129
  582. data/spec/models/metric_seen_spec.rb +1 -1
  583. data/spec/models/modification_spec.rb +1 -1
  584. data/spec/models/multi_environment_dependent_flag_spec.rb +1 -1
  585. data/spec/models/multi_environment_dependent_flags_spec.rb +1 -1
  586. data/spec/models/new_member_form_spec.rb +1 -1
  587. data/spec/models/not_found_error_rep_spec.rb +1 -1
  588. data/spec/models/null_decimal_spec.rb +40 -0
  589. data/spec/models/parameter_rep_spec.rb +40 -0
  590. data/spec/models/parent_resource_rep_spec.rb +1 -1
  591. data/spec/models/patch_failed_error_rep_spec.rb +1 -1
  592. data/spec/models/patch_operation_spec.rb +1 -1
  593. data/spec/models/patch_segment_instruction_spec.rb +1 -1
  594. data/spec/models/patch_segment_request_spec.rb +1 -1
  595. data/spec/models/patch_with_comment_spec.rb +1 -1
  596. data/spec/models/permission_grant_input_spec.rb +3 -3
  597. data/spec/models/post_approval_request_apply_request_spec.rb +1 -1
  598. data/spec/models/post_approval_request_review_request_spec.rb +1 -1
  599. data/spec/models/post_flag_scheduled_changes_input_spec.rb +1 -1
  600. data/spec/models/prerequisite_spec.rb +1 -1
  601. data/spec/models/project_listing_rep_spec.rb +1 -1
  602. data/spec/models/project_post_spec.rb +1 -1
  603. data/spec/models/project_spec.rb +1 -1
  604. data/spec/models/project_summary_spec.rb +46 -0
  605. data/spec/models/projects_spec.rb +1 -1
  606. data/spec/models/pub_nub_detail_rep_spec.rb +1 -1
  607. data/spec/models/put_branch_spec.rb +1 -1
  608. data/spec/models/rate_limited_error_rep_spec.rb +1 -1
  609. data/spec/models/recent_trigger_body_spec.rb +1 -1
  610. data/spec/models/reference_rep_spec.rb +1 -1
  611. data/spec/models/relay_auto_config_collection_rep_spec.rb +1 -1
  612. data/spec/models/relay_auto_config_post_spec.rb +1 -1
  613. data/spec/models/relay_auto_config_rep_spec.rb +1 -1
  614. data/spec/models/repository_collection_rep_spec.rb +1 -1
  615. data/spec/models/repository_post_spec.rb +1 -1
  616. data/spec/models/repository_rep_spec.rb +1 -1
  617. data/spec/models/resolved_context_spec.rb +34 -0
  618. data/spec/models/resolved_image_spec.rb +46 -0
  619. data/spec/models/resolved_title_spec.rb +40 -0
  620. data/spec/models/resolved_ui_block_element_spec.rb +52 -0
  621. data/spec/models/resolved_ui_blocks_spec.rb +58 -0
  622. data/spec/models/resource_access_spec.rb +1 -1
  623. data/spec/models/resource_id_response_spec.rb +1 -1
  624. data/spec/models/review_output_rep_spec.rb +1 -1
  625. data/spec/models/review_response_spec.rb +1 -1
  626. data/spec/models/rollout_spec.rb +1 -1
  627. data/spec/models/rule_spec.rb +1 -1
  628. data/spec/models/schedule_condition_input_rep_spec.rb +19 -1
  629. data/spec/models/schedule_condition_output_rep_spec.rb +19 -1
  630. data/spec/models/sdk_list_rep_spec.rb +1 -1
  631. data/spec/models/sdk_version_list_rep_spec.rb +1 -1
  632. data/spec/models/sdk_version_rep_spec.rb +1 -1
  633. data/spec/models/segment_body_spec.rb +1 -1
  634. data/spec/models/segment_metadata_spec.rb +1 -1
  635. data/spec/models/segment_user_list_spec.rb +1 -1
  636. data/spec/models/segment_user_state_spec.rb +1 -1
  637. data/spec/models/series_list_rep_spec.rb +1 -1
  638. data/spec/models/source_env_spec.rb +40 -0
  639. data/spec/models/source_flag_spec.rb +1 -1
  640. data/spec/models/stage_input_rep_spec.rb +7 -1
  641. data/spec/models/stage_output_rep_spec.rb +1 -1
  642. data/spec/models/statement_post_data_spec.rb +1 -1
  643. data/spec/models/statement_post_spec.rb +1 -1
  644. data/spec/models/statement_rep_spec.rb +1 -1
  645. data/spec/models/statement_spec.rb +1 -1
  646. data/spec/models/statistic_collection_rep_spec.rb +1 -1
  647. data/spec/models/statistic_rep_spec.rb +7 -1
  648. data/spec/models/statistics_root_spec.rb +1 -1
  649. data/spec/models/status_conflict_error_rep_spec.rb +1 -1
  650. data/spec/models/subject_data_rep_spec.rb +1 -1
  651. data/spec/models/subscription_post_spec.rb +1 -1
  652. data/spec/models/tag_collection_spec.rb +46 -0
  653. data/spec/models/target_resource_rep_spec.rb +1 -1
  654. data/spec/models/target_spec.rb +1 -1
  655. data/spec/models/team_custom_role_spec.rb +52 -0
  656. data/spec/models/team_custom_roles_spec.rb +46 -0
  657. data/spec/models/team_imports_rep_spec.rb +1 -1
  658. data/spec/models/team_maintainers_spec.rb +46 -0
  659. data/spec/models/team_patch_input_spec.rb +1 -1
  660. data/spec/models/team_post_input_spec.rb +1 -1
  661. data/spec/models/team_projects_spec.rb +40 -0
  662. data/spec/models/team_spec.rb +76 -0
  663. data/spec/models/teams_spec.rb +46 -0
  664. data/spec/models/timestamp_rep_spec.rb +52 -0
  665. data/spec/models/title_rep_spec.rb +1 -1
  666. data/spec/models/token_data_rep_spec.rb +1 -1
  667. data/spec/models/token_spec.rb +1 -1
  668. data/spec/models/tokens_spec.rb +1 -1
  669. data/spec/models/treatment_input_spec.rb +52 -0
  670. data/spec/models/treatment_parameter_input_spec.rb +40 -0
  671. data/spec/models/treatment_rep_spec.rb +58 -0
  672. data/spec/models/trigger_post_spec.rb +1 -1
  673. data/spec/models/trigger_workflow_collection_rep_spec.rb +1 -1
  674. data/spec/models/trigger_workflow_rep_spec.rb +1 -1
  675. data/spec/models/unauthorized_error_rep_spec.rb +1 -1
  676. data/spec/models/url_post_spec.rb +1 -1
  677. data/spec/models/user_attribute_names_rep_spec.rb +1 -1
  678. data/spec/models/user_flag_setting_spec.rb +7 -1
  679. data/spec/models/user_flag_settings_spec.rb +1 -1
  680. data/spec/models/user_record_rep_spec.rb +1 -1
  681. data/spec/models/user_record_spec.rb +1 -1
  682. data/spec/models/user_segment_rule_spec.rb +1 -1
  683. data/spec/models/user_segment_spec.rb +1 -1
  684. data/spec/models/user_segments_spec.rb +1 -1
  685. data/spec/models/user_spec.rb +1 -7
  686. data/spec/models/users_spec.rb +1 -1
  687. data/spec/models/value_put_spec.rb +1 -1
  688. data/spec/models/variation_or_rollout_rep_spec.rb +1 -1
  689. data/spec/models/variation_spec.rb +1 -1
  690. data/spec/models/variation_summary_spec.rb +1 -1
  691. data/spec/models/versions_rep_spec.rb +1 -1
  692. data/spec/models/webhook_post_spec.rb +1 -1
  693. data/spec/models/webhook_spec.rb +1 -1
  694. data/spec/models/webhooks_spec.rb +1 -1
  695. data/spec/models/weighted_variation_spec.rb +1 -1
  696. data/spec/spec_helper.rb +1 -1
  697. metadata +288 -79
  698. data/docs/AccessRep.md +0 -18
  699. data/docs/ExpandedTeamRep.md +0 -44
  700. data/docs/PermissionGrantRep.md +0 -24
  701. data/docs/TeamRep.md +0 -40
  702. data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +0 -280
  703. data/lib/launchdarkly_api/models/access_denied_rep.rb +0 -237
  704. data/lib/launchdarkly_api/models/access_rep.rb +0 -225
  705. data/lib/launchdarkly_api/models/custom_roles_rep.rb +0 -247
  706. data/lib/launchdarkly_api/models/derived_attribute.rb +0 -228
  707. data/lib/launchdarkly_api/models/expanded_team_rep.rb +0 -349
  708. data/lib/launchdarkly_api/models/experiment_results_rep.rb +0 -280
  709. data/lib/launchdarkly_api/models/member_import_item_rep.rb +0 -246
  710. data/lib/launchdarkly_api/models/member_summary_rep.rb +0 -285
  711. data/lib/launchdarkly_api/models/member_teams_form_post.rb +0 -226
  712. data/lib/launchdarkly_api/models/permission_grant_rep.rb +0 -249
  713. data/lib/launchdarkly_api/models/team_collection_rep.rb +0 -240
  714. data/lib/launchdarkly_api/models/team_rep.rb +0 -327
  715. data/spec/models/access_denied_reason_rep_spec.rb +0 -64
  716. data/spec/models/access_denied_rep_spec.rb +0 -40
  717. data/spec/models/access_rep_spec.rb +0 -34
  718. data/spec/models/custom_roles_rep_spec.rb +0 -52
  719. data/spec/models/derived_attribute_spec.rb +0 -40
  720. data/spec/models/expanded_team_rep_spec.rb +0 -112
  721. data/spec/models/experiment_results_rep_spec.rb +0 -70
  722. data/spec/models/member_import_item_rep_spec.rb +0 -46
  723. data/spec/models/member_summary_rep_spec.rb +0 -64
  724. data/spec/models/member_teams_form_post_spec.rb +0 -34
  725. data/spec/models/permission_grant_rep_spec.rb +0 -52
  726. data/spec/models/team_collection_rep_spec.rb +0 -46
  727. data/spec/models/team_rep_spec.rb +0 -100
data/docs/TeamsBetaApi.md CHANGED
@@ -4,17 +4,19 @@ All URIs are relative to *https://app.launchdarkly.com*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
- | [**delete_team**](TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{key} | Delete team |
8
- | [**get_team**](TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{key} | Get team |
7
+ | [**delete_team**](TeamsBetaApi.md#delete_team) | **DELETE** /api/v2/teams/{teamKey} | Delete team |
8
+ | [**get_team**](TeamsBetaApi.md#get_team) | **GET** /api/v2/teams/{teamKey} | Get team |
9
+ | [**get_team_maintainers**](TeamsBetaApi.md#get_team_maintainers) | **GET** /api/v2/teams/{teamKey}/maintainers | Get team maintainers |
10
+ | [**get_team_roles**](TeamsBetaApi.md#get_team_roles) | **GET** /api/v2/teams/{teamKey}/roles | Get team custom roles |
9
11
  | [**get_teams**](TeamsBetaApi.md#get_teams) | **GET** /api/v2/teams | List teams |
10
- | [**patch_team**](TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{key} | Update team |
12
+ | [**patch_team**](TeamsBetaApi.md#patch_team) | **PATCH** /api/v2/teams/{teamKey} | Update team |
11
13
  | [**post_team**](TeamsBetaApi.md#post_team) | **POST** /api/v2/teams | Create team |
12
- | [**post_team_members**](TeamsBetaApi.md#post_team_members) | **POST** /api/v2/teams/{key}/members | Add members to team |
14
+ | [**post_team_members**](TeamsBetaApi.md#post_team_members) | **POST** /api/v2/teams/{teamKey}/members | Add members to team |
13
15
 
14
16
 
15
17
  ## delete_team
16
18
 
17
- > delete_team(key)
19
+ > delete_team(team_key)
18
20
 
19
21
  Delete team
20
22
 
@@ -34,11 +36,11 @@ LaunchDarklyApi.configure do |config|
34
36
  end
35
37
 
36
38
  api_instance = LaunchDarklyApi::TeamsBetaApi.new
37
- key = 'key_example' # String | The team key
39
+ team_key = 'team_key_example' # String | The team key
38
40
 
39
41
  begin
40
42
  # Delete team
41
- api_instance.delete_team(key)
43
+ api_instance.delete_team(team_key)
42
44
  rescue LaunchDarklyApi::ApiError => e
43
45
  puts "Error when calling TeamsBetaApi->delete_team: #{e}"
44
46
  end
@@ -48,12 +50,12 @@ end
48
50
 
49
51
  This returns an Array which contains the response data (`nil` in this case), status code and headers.
50
52
 
51
- > <Array(nil, Integer, Hash)> delete_team_with_http_info(key)
53
+ > <Array(nil, Integer, Hash)> delete_team_with_http_info(team_key)
52
54
 
53
55
  ```ruby
54
56
  begin
55
57
  # Delete team
56
- data, status_code, headers = api_instance.delete_team_with_http_info(key)
58
+ data, status_code, headers = api_instance.delete_team_with_http_info(team_key)
57
59
  p status_code # => 2xx
58
60
  p headers # => { ... }
59
61
  p data # => nil
@@ -66,7 +68,7 @@ end
66
68
 
67
69
  | Name | Type | Description | Notes |
68
70
  | ---- | ---- | ----------- | ----- |
69
- | **key** | **String** | The team key | |
71
+ | **team_key** | **String** | The team key | |
70
72
 
71
73
  ### Return type
72
74
 
@@ -84,7 +86,7 @@ nil (empty response body)
84
86
 
85
87
  ## get_team
86
88
 
87
- > <ExpandedTeamRep> get_team(key)
89
+ > <Team> get_team(team_key)
88
90
 
89
91
  Get team
90
92
 
@@ -104,11 +106,11 @@ LaunchDarklyApi.configure do |config|
104
106
  end
105
107
 
106
108
  api_instance = LaunchDarklyApi::TeamsBetaApi.new
107
- key = 'key_example' # String | The team key
109
+ team_key = 'team_key_example' # String | The team key
108
110
 
109
111
  begin
110
112
  # Get team
111
- result = api_instance.get_team(key)
113
+ result = api_instance.get_team(team_key)
112
114
  p result
113
115
  rescue LaunchDarklyApi::ApiError => e
114
116
  puts "Error when calling TeamsBetaApi->get_team: #{e}"
@@ -119,15 +121,15 @@ end
119
121
 
120
122
  This returns an Array which contains the response data, status code and headers.
121
123
 
122
- > <Array(<ExpandedTeamRep>, Integer, Hash)> get_team_with_http_info(key)
124
+ > <Array(<Team>, Integer, Hash)> get_team_with_http_info(team_key)
123
125
 
124
126
  ```ruby
125
127
  begin
126
128
  # Get team
127
- data, status_code, headers = api_instance.get_team_with_http_info(key)
129
+ data, status_code, headers = api_instance.get_team_with_http_info(team_key)
128
130
  p status_code # => 2xx
129
131
  p headers # => { ... }
130
- p data # => <ExpandedTeamRep>
132
+ p data # => <Team>
131
133
  rescue LaunchDarklyApi::ApiError => e
132
134
  puts "Error when calling TeamsBetaApi->get_team_with_http_info: #{e}"
133
135
  end
@@ -137,11 +139,165 @@ end
137
139
 
138
140
  | Name | Type | Description | Notes |
139
141
  | ---- | ---- | ----------- | ----- |
140
- | **key** | **String** | The team key | |
142
+ | **team_key** | **String** | The team key | |
141
143
 
142
144
  ### Return type
143
145
 
144
- [**ExpandedTeamRep**](ExpandedTeamRep.md)
146
+ [**Team**](Team.md)
147
+
148
+ ### Authorization
149
+
150
+ [ApiKey](../README.md#ApiKey)
151
+
152
+ ### HTTP request headers
153
+
154
+ - **Content-Type**: Not defined
155
+ - **Accept**: application/json
156
+
157
+
158
+ ## get_team_maintainers
159
+
160
+ > <TeamMaintainers> get_team_maintainers(team_key, opts)
161
+
162
+ Get team maintainers
163
+
164
+ Fetch the maintainers that have been assigned to the team.
165
+
166
+ ### Examples
167
+
168
+ ```ruby
169
+ require 'time'
170
+ require 'launchdarkly_api'
171
+ # setup authorization
172
+ LaunchDarklyApi.configure do |config|
173
+ # Configure API key authorization: ApiKey
174
+ config.api_key['ApiKey'] = 'YOUR API KEY'
175
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
176
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
177
+ end
178
+
179
+ api_instance = LaunchDarklyApi::TeamsBetaApi.new
180
+ team_key = 'team_key_example' # String | The team key
181
+ opts = {
182
+ limit: 789, # Integer | The number of maintainers to return in the response. Defaults to 20.
183
+ offset: 789 # Integer | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items.
184
+ }
185
+
186
+ begin
187
+ # Get team maintainers
188
+ result = api_instance.get_team_maintainers(team_key, opts)
189
+ p result
190
+ rescue LaunchDarklyApi::ApiError => e
191
+ puts "Error when calling TeamsBetaApi->get_team_maintainers: #{e}"
192
+ end
193
+ ```
194
+
195
+ #### Using the get_team_maintainers_with_http_info variant
196
+
197
+ This returns an Array which contains the response data, status code and headers.
198
+
199
+ > <Array(<TeamMaintainers>, Integer, Hash)> get_team_maintainers_with_http_info(team_key, opts)
200
+
201
+ ```ruby
202
+ begin
203
+ # Get team maintainers
204
+ data, status_code, headers = api_instance.get_team_maintainers_with_http_info(team_key, opts)
205
+ p status_code # => 2xx
206
+ p headers # => { ... }
207
+ p data # => <TeamMaintainers>
208
+ rescue LaunchDarklyApi::ApiError => e
209
+ puts "Error when calling TeamsBetaApi->get_team_maintainers_with_http_info: #{e}"
210
+ end
211
+ ```
212
+
213
+ ### Parameters
214
+
215
+ | Name | Type | Description | Notes |
216
+ | ---- | ---- | ----------- | ----- |
217
+ | **team_key** | **String** | The team key | |
218
+ | **limit** | **Integer** | The number of maintainers to return in the response. Defaults to 20. | [optional] |
219
+ | **offset** | **Integer** | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next &#x60;limit&#x60; items. | [optional] |
220
+
221
+ ### Return type
222
+
223
+ [**TeamMaintainers**](TeamMaintainers.md)
224
+
225
+ ### Authorization
226
+
227
+ [ApiKey](../README.md#ApiKey)
228
+
229
+ ### HTTP request headers
230
+
231
+ - **Content-Type**: Not defined
232
+ - **Accept**: application/json
233
+
234
+
235
+ ## get_team_roles
236
+
237
+ > <TeamCustomRoles> get_team_roles(team_key, opts)
238
+
239
+ Get team custom roles
240
+
241
+ Fetch the custom roles that have been assigned to the team.
242
+
243
+ ### Examples
244
+
245
+ ```ruby
246
+ require 'time'
247
+ require 'launchdarkly_api'
248
+ # setup authorization
249
+ LaunchDarklyApi.configure do |config|
250
+ # Configure API key authorization: ApiKey
251
+ config.api_key['ApiKey'] = 'YOUR API KEY'
252
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
253
+ # config.api_key_prefix['ApiKey'] = 'Bearer'
254
+ end
255
+
256
+ api_instance = LaunchDarklyApi::TeamsBetaApi.new
257
+ team_key = 'team_key_example' # String | The team key
258
+ opts = {
259
+ limit: 789, # Integer | The number of roles to return in the response. Defaults to 20.
260
+ offset: 789 # Integer | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next `limit` items.
261
+ }
262
+
263
+ begin
264
+ # Get team custom roles
265
+ result = api_instance.get_team_roles(team_key, opts)
266
+ p result
267
+ rescue LaunchDarklyApi::ApiError => e
268
+ puts "Error when calling TeamsBetaApi->get_team_roles: #{e}"
269
+ end
270
+ ```
271
+
272
+ #### Using the get_team_roles_with_http_info variant
273
+
274
+ This returns an Array which contains the response data, status code and headers.
275
+
276
+ > <Array(<TeamCustomRoles>, Integer, Hash)> get_team_roles_with_http_info(team_key, opts)
277
+
278
+ ```ruby
279
+ begin
280
+ # Get team custom roles
281
+ data, status_code, headers = api_instance.get_team_roles_with_http_info(team_key, opts)
282
+ p status_code # => 2xx
283
+ p headers # => { ... }
284
+ p data # => <TeamCustomRoles>
285
+ rescue LaunchDarklyApi::ApiError => e
286
+ puts "Error when calling TeamsBetaApi->get_team_roles_with_http_info: #{e}"
287
+ end
288
+ ```
289
+
290
+ ### Parameters
291
+
292
+ | Name | Type | Description | Notes |
293
+ | ---- | ---- | ----------- | ----- |
294
+ | **team_key** | **String** | The team key | |
295
+ | **limit** | **Integer** | The number of roles to return in the response. Defaults to 20. | [optional] |
296
+ | **offset** | **Integer** | Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first ten items and then return the next &#x60;limit&#x60; items. | [optional] |
297
+
298
+ ### Return type
299
+
300
+ [**TeamCustomRoles**](TeamCustomRoles.md)
145
301
 
146
302
  ### Authorization
147
303
 
@@ -155,7 +311,7 @@ end
155
311
 
156
312
  ## get_teams
157
313
 
158
- > <TeamCollectionRep> get_teams(opts)
314
+ > <Teams> get_teams(opts)
159
315
 
160
316
  List teams
161
317
 
@@ -194,7 +350,7 @@ end
194
350
 
195
351
  This returns an Array which contains the response data, status code and headers.
196
352
 
197
- > <Array(<TeamCollectionRep>, Integer, Hash)> get_teams_with_http_info(opts)
353
+ > <Array(<Teams>, Integer, Hash)> get_teams_with_http_info(opts)
198
354
 
199
355
  ```ruby
200
356
  begin
@@ -202,7 +358,7 @@ begin
202
358
  data, status_code, headers = api_instance.get_teams_with_http_info(opts)
203
359
  p status_code # => 2xx
204
360
  p headers # => { ... }
205
- p data # => <TeamCollectionRep>
361
+ p data # => <Teams>
206
362
  rescue LaunchDarklyApi::ApiError => e
207
363
  puts "Error when calling TeamsBetaApi->get_teams_with_http_info: #{e}"
208
364
  end
@@ -218,7 +374,7 @@ end
218
374
 
219
375
  ### Return type
220
376
 
221
- [**TeamCollectionRep**](TeamCollectionRep.md)
377
+ [**Teams**](Teams.md)
222
378
 
223
379
  ### Authorization
224
380
 
@@ -232,7 +388,7 @@ end
232
388
 
233
389
  ## patch_team
234
390
 
235
- > <ExpandedTeamRep> patch_team(key, team_patch_input)
391
+ > <Team> patch_team(team_key, team_patch_input)
236
392
 
237
393
  Update team
238
394
 
@@ -252,12 +408,12 @@ LaunchDarklyApi.configure do |config|
252
408
  end
253
409
 
254
410
  api_instance = LaunchDarklyApi::TeamsBetaApi.new
255
- key = 'key_example' # String | The team key
411
+ team_key = 'team_key_example' # String | The team key
256
412
  team_patch_input = LaunchDarklyApi::TeamPatchInput.new # TeamPatchInput |
257
413
 
258
414
  begin
259
415
  # Update team
260
- result = api_instance.patch_team(key, team_patch_input)
416
+ result = api_instance.patch_team(team_key, team_patch_input)
261
417
  p result
262
418
  rescue LaunchDarklyApi::ApiError => e
263
419
  puts "Error when calling TeamsBetaApi->patch_team: #{e}"
@@ -268,15 +424,15 @@ end
268
424
 
269
425
  This returns an Array which contains the response data, status code and headers.
270
426
 
271
- > <Array(<ExpandedTeamRep>, Integer, Hash)> patch_team_with_http_info(key, team_patch_input)
427
+ > <Array(<Team>, Integer, Hash)> patch_team_with_http_info(team_key, team_patch_input)
272
428
 
273
429
  ```ruby
274
430
  begin
275
431
  # Update team
276
- data, status_code, headers = api_instance.patch_team_with_http_info(key, team_patch_input)
432
+ data, status_code, headers = api_instance.patch_team_with_http_info(team_key, team_patch_input)
277
433
  p status_code # => 2xx
278
434
  p headers # => { ... }
279
- p data # => <ExpandedTeamRep>
435
+ p data # => <Team>
280
436
  rescue LaunchDarklyApi::ApiError => e
281
437
  puts "Error when calling TeamsBetaApi->patch_team_with_http_info: #{e}"
282
438
  end
@@ -286,12 +442,12 @@ end
286
442
 
287
443
  | Name | Type | Description | Notes |
288
444
  | ---- | ---- | ----------- | ----- |
289
- | **key** | **String** | The team key | |
445
+ | **team_key** | **String** | The team key | |
290
446
  | **team_patch_input** | [**TeamPatchInput**](TeamPatchInput.md) | | |
291
447
 
292
448
  ### Return type
293
449
 
294
- [**ExpandedTeamRep**](ExpandedTeamRep.md)
450
+ [**Team**](Team.md)
295
451
 
296
452
  ### Authorization
297
453
 
@@ -305,7 +461,7 @@ end
305
461
 
306
462
  ## post_team
307
463
 
308
- > <TeamRep> post_team(team_post_input)
464
+ > <Team> post_team(team_post_input)
309
465
 
310
466
  Create team
311
467
 
@@ -340,7 +496,7 @@ end
340
496
 
341
497
  This returns an Array which contains the response data, status code and headers.
342
498
 
343
- > <Array(<TeamRep>, Integer, Hash)> post_team_with_http_info(team_post_input)
499
+ > <Array(<Team>, Integer, Hash)> post_team_with_http_info(team_post_input)
344
500
 
345
501
  ```ruby
346
502
  begin
@@ -348,7 +504,7 @@ begin
348
504
  data, status_code, headers = api_instance.post_team_with_http_info(team_post_input)
349
505
  p status_code # => 2xx
350
506
  p headers # => { ... }
351
- p data # => <TeamRep>
507
+ p data # => <Team>
352
508
  rescue LaunchDarklyApi::ApiError => e
353
509
  puts "Error when calling TeamsBetaApi->post_team_with_http_info: #{e}"
354
510
  end
@@ -362,7 +518,7 @@ end
362
518
 
363
519
  ### Return type
364
520
 
365
- [**TeamRep**](TeamRep.md)
521
+ [**Team**](Team.md)
366
522
 
367
523
  ### Authorization
368
524
 
@@ -376,7 +532,7 @@ end
376
532
 
377
533
  ## post_team_members
378
534
 
379
- > <TeamImportsRep> post_team_members(key, opts)
535
+ > <TeamImportsRep> post_team_members(team_key, opts)
380
536
 
381
537
  Add members to team
382
538
 
@@ -396,14 +552,14 @@ LaunchDarklyApi.configure do |config|
396
552
  end
397
553
 
398
554
  api_instance = LaunchDarklyApi::TeamsBetaApi.new
399
- key = 'key_example' # String | The team key
555
+ team_key = 'team_key_example' # String | The team key
400
556
  opts = {
401
557
  file: File.new('/path/to/some/file') # File | CSV file containing email addresses
402
558
  }
403
559
 
404
560
  begin
405
561
  # Add members to team
406
- result = api_instance.post_team_members(key, opts)
562
+ result = api_instance.post_team_members(team_key, opts)
407
563
  p result
408
564
  rescue LaunchDarklyApi::ApiError => e
409
565
  puts "Error when calling TeamsBetaApi->post_team_members: #{e}"
@@ -414,12 +570,12 @@ end
414
570
 
415
571
  This returns an Array which contains the response data, status code and headers.
416
572
 
417
- > <Array(<TeamImportsRep>, Integer, Hash)> post_team_members_with_http_info(key, opts)
573
+ > <Array(<TeamImportsRep>, Integer, Hash)> post_team_members_with_http_info(team_key, opts)
418
574
 
419
575
  ```ruby
420
576
  begin
421
577
  # Add members to team
422
- data, status_code, headers = api_instance.post_team_members_with_http_info(key, opts)
578
+ data, status_code, headers = api_instance.post_team_members_with_http_info(team_key, opts)
423
579
  p status_code # => 2xx
424
580
  p headers # => { ... }
425
581
  p data # => <TeamImportsRep>
@@ -432,7 +588,7 @@ end
432
588
 
433
589
  | Name | Type | Description | Notes |
434
590
  | ---- | ---- | ----------- | ----- |
435
- | **key** | **String** | The team key | |
591
+ | **team_key** | **String** | The team key | |
436
592
  | **file** | **File** | CSV file containing email addresses | [optional] |
437
593
 
438
594
  ### Return type
@@ -0,0 +1,24 @@
1
+ # LaunchDarklyApi::TimestampRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **milliseconds** | **Integer** | | [optional] |
8
+ | **seconds** | **Integer** | | [optional] |
9
+ | **rfc3339** | **String** | | [optional] |
10
+ | **simple** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'launchdarkly_api'
16
+
17
+ instance = LaunchDarklyApi::TimestampRep.new(
18
+ milliseconds: null,
19
+ seconds: null,
20
+ rfc3339: null,
21
+ simple: null
22
+ )
23
+ ```
24
+
data/docs/Token.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | **_id** | **String** | | |
8
8
  | **owner_id** | **String** | | |
9
9
  | **member_id** | **String** | | |
10
- | **_member** | [**MemberSummaryRep**](MemberSummaryRep.md) | | [optional] |
10
+ | **_member** | [**MemberSummary**](MemberSummary.md) | | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
12
  | **description** | **String** | | [optional] |
13
13
  | **creation_date** | **Integer** | | |
@@ -0,0 +1,24 @@
1
+ # LaunchDarklyApi::TreatmentInput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | |
8
+ | **baseline** | **Boolean** | | |
9
+ | **allocation_percent** | **String** | | |
10
+ | **parameters** | [**Array&lt;TreatmentParameterInput&gt;**](TreatmentParameterInput.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'launchdarkly_api'
16
+
17
+ instance = LaunchDarklyApi::TreatmentInput.new(
18
+ name: null,
19
+ baseline: null,
20
+ allocation_percent: null,
21
+ parameters: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,20 @@
1
+ # LaunchDarklyApi::TreatmentParameterInput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **flag_key** | **String** | | |
8
+ | **variation_id** | **String** | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'launchdarkly_api'
14
+
15
+ instance = LaunchDarklyApi::TreatmentParameterInput.new(
16
+ flag_key: null,
17
+ variation_id: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,26 @@
1
+ # LaunchDarklyApi::TreatmentRep
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **_id** | **String** | | [optional] |
8
+ | **name** | **String** | | |
9
+ | **allocation_percent** | [**NullDecimal**](NullDecimal.md) | | |
10
+ | **baseline** | **Boolean** | | [optional] |
11
+ | **parameters** | [**Array&lt;ParameterRep&gt;**](ParameterRep.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'launchdarkly_api'
17
+
18
+ instance = LaunchDarklyApi::TreatmentRep.new(
19
+ _id: null,
20
+ name: null,
21
+ allocation_percent: null,
22
+ baseline: null,
23
+ parameters: null
24
+ )
25
+ ```
26
+
data/docs/TriggerPost.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **comment** | **String** | | [optional] |
8
- | **instructions** | **Array&lt;Hash&gt;** | The action to perform when triggering. It should pass an array with a single {\&quot;kind\&quot;: &lt;flag_action&gt;} object. Currently supported flag actions are \&quot;turnFlagOn\&quot; and \&quot;turnFlagOff\&quot;. | [optional] |
8
+ | **instructions** | **Array&lt;Object&gt;** | The action to perform when triggering. It should pass an array with a single {\&quot;kind\&quot;: &lt;flag_action&gt;} object. Currently supported flag actions are \&quot;turnFlagOn\&quot; and \&quot;turnFlagOff\&quot;. | [optional] |
9
9
  | **integration_key** | **String** | The unique identifier of the integration you intend to set your trigger up with. \&quot;generic-trigger\&quot; should be used for integrations not explicitly supported. | |
10
10
 
11
11
  ## Example
@@ -8,10 +8,10 @@
8
8
  | **_version** | **Integer** | | [optional] |
9
9
  | **_creation_date** | **Integer** | | [optional] |
10
10
  | **_maintainer_id** | **String** | | [optional] |
11
- | **_maintainer** | [**MemberSummaryRep**](MemberSummaryRep.md) | | [optional] |
11
+ | **_maintainer** | [**MemberSummary**](MemberSummary.md) | | [optional] |
12
12
  | **enabled** | **Boolean** | | [optional] |
13
13
  | **_integration_key** | **String** | | [optional] |
14
- | **instructions** | **Array&lt;Hash&gt;** | | [optional] |
14
+ | **instructions** | **Array&lt;Object&gt;** | | [optional] |
15
15
  | **_last_triggered_at** | **Integer** | | [optional] |
16
16
  | **_recent_trigger_bodies** | [**Array&lt;RecentTriggerBody&gt;**](RecentTriggerBody.md) | | [optional] |
17
17
  | **_trigger_count** | **Integer** | | [optional] |
data/docs/User.md CHANGED
@@ -15,7 +15,6 @@
15
15
  | **name** | **String** | | [optional] |
16
16
  | **anonymous** | **Boolean** | | [optional] |
17
17
  | **custom** | **Hash&lt;String, Object&gt;** | | [optional] |
18
- | **derived** | [**Hash&lt;String, DerivedAttribute&gt;**](DerivedAttribute.md) | | [optional] |
19
18
  | **private_attrs** | **Array&lt;String&gt;** | | [optional] |
20
19
 
21
20
  ## Example
@@ -35,7 +34,6 @@ instance = LaunchDarklyApi::User.new(
35
34
  name: null,
36
35
  anonymous: null,
37
36
  custom: null,
38
- derived: null,
39
37
  private_attrs: null
40
38
  )
41
39
  ```
@@ -7,6 +7,7 @@
7
7
  | **_links** | [**Hash&lt;String, Link&gt;**](Link.md) | | |
8
8
  | **_value** | **Object** | | |
9
9
  | **setting** | **Object** | | |
10
+ | **reason** | [**EvaluationReason**](EvaluationReason.md) | | [optional] |
10
11
 
11
12
  ## Example
12
13
 
@@ -16,7 +17,8 @@ require 'launchdarkly_api'
16
17
  instance = LaunchDarklyApi::UserFlagSetting.new(
17
18
  _links: {&quot;sort.order&quot;:{&quot;href&quot;:&quot;/api/v2/users/lacuna/production/Abbie_Braun/flags/sort.order&quot;,&quot;type&quot;:&quot;application/json&quot;}},
18
19
  _value: true,
19
- setting: null
20
+ setting: null,
21
+ reason: null
20
22
  )
21
23
  ```
22
24
 
data/docs/UserRecord.md CHANGED
@@ -10,7 +10,7 @@
10
10
  | **user** | [**User**](User.md) | | [optional] |
11
11
  | **sort_value** | **Object** | | [optional] |
12
12
  | **_links** | [**Hash&lt;String, Link&gt;**](Link.md) | | [optional] |
13
- | **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
13
+ | **_access** | [**Access**](Access.md) | | [optional] |
14
14
 
15
15
  ## Example
16
16
 
data/docs/UserSegment.md CHANGED
@@ -15,7 +15,7 @@
15
15
  | **rules** | [**Array&lt;UserSegmentRule&gt;**](UserSegmentRule.md) | | |
16
16
  | **version** | **Integer** | | |
17
17
  | **deleted** | **Boolean** | | |
18
- | **_access** | [**AccessRep**](AccessRep.md) | | [optional] |
18
+ | **_access** | [**Access**](Access.md) | | [optional] |
19
19
  | **_flags** | [**Array&lt;FlagListingRep&gt;**](FlagListingRep.md) | | [optional] |
20
20
  | **unbounded** | **Boolean** | | [optional] |
21
21
  | **generation** | **Integer** | | |