Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit 2819d5d

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.0.0 automatically generated from ld-openapi.
1 parent d8ad62a commit 2819d5d

1,284 files changed

Lines changed: 27317 additions & 62219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ lib/Api/WorkflowTemplatesApi.php
698698
lib/Api/WorkflowsApi.php
699699
lib/ApiException.php
700700
lib/Configuration.php
701+
lib/FormDataProcessor.php
701702
lib/HeaderSelector.php
702703
lib/Model/AIConfig.php
703704
lib/Model/AIConfigMaintainer.php

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.16.0

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,7 @@ For more information, please visit [https://support.launchdarkly.com](https://su
449449

450450
### Requirements
451451

452-
PHP 7.4 and later.
453-
Should also work with PHP 8.0.
452+
PHP 8.1 and later.
454453

455454
### Composer
456455

@@ -1470,5 +1469,5 @@ This PHP package is automatically generated by the [OpenAPI Generator](https://o
14701469

14711470
- API version: `2.0`
14721471
- Package version: `18.0.0`
1473-
- Generator version: `7.5.0`
1472+
- Generator version: `7.16.0`
14741473
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.4 || ^8.0",
23+
"php": "^8.1",
2424
"ext-curl": "*",
2525
"ext-json": "*",
2626
"ext-mbstring": "*",

docs/Api/InsightsChartsBetaApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ $apiInstance = new LaunchDarklyApi\Api\InsightsChartsBetaApi(
4343
$project_key = 'project_key_example'; // string | The project key
4444
$environment_key = 'environment_key_example'; // string | The environment key
4545
$application_key = 'application_key_example'; // string | Comma separated list of application keys
46-
$from = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Unix timestamp in milliseconds. Default value is 7 days ago.
47-
$to = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Unix timestamp in milliseconds. Default value is now.
46+
$from = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | Unix timestamp in milliseconds. Default value is 7 days ago.
47+
$to = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | Unix timestamp in milliseconds. Default value is now.
4848
$bucket_type = 'bucket_type_example'; // string | Specify type of bucket. Options: `rolling`, `hour`, `day`. Default: `rolling`.
4949
$bucket_ms = 56; // int | Duration of intervals for x-axis in milliseconds. Default value is one day (`86400000` milliseconds).
5050
$group_by = 'group_by_example'; // string | Options: `application`, `kind`
@@ -268,8 +268,8 @@ $application_key = 'application_key_example'; // string | Comma separated list o
268268
$has_experiments = True; // bool | Filter events to those associated with an experiment (`true`) or without an experiment (`false`)
269269
$global = 'global_example'; // string | Filter to include or exclude global events. Default value is `include`. Options: `include`, `exclude`
270270
$group_by = 'group_by_example'; // string | Property to group results by. Options: `impact`
271-
$from = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Unix timestamp in milliseconds. Default value is 7 days ago.
272-
$to = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Unix timestamp in milliseconds. Default value is now.
271+
$from = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | Unix timestamp in milliseconds. Default value is 7 days ago.
272+
$to = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | Unix timestamp in milliseconds. Default value is now.
273273
$bucket_type = 'bucket_type_example'; // string | Specify type of bucket. Options: `rolling`, `hour`, `day`. Default: `rolling`.
274274
$bucket_ms = 56; // int | Duration of intervals for x-axis in milliseconds. Default value is one day (`86400000` milliseconds).
275275
$expand = 'expand_example'; // string | Options: `metrics`

docs/Api/InsightsPullRequestsBetaApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ $query = 'query_example'; // string | Filter list of pull requests by title or a
4444
$limit = 56; // int | The number of pull requests to return. Default is 20. Maximum allowed is 100.
4545
$expand = 'expand_example'; // string | Expand properties in response. Options: `deployments`, `flagReferences`, `leadTime`.
4646
$sort = 'sort_example'; // string | Sort results. Requires the `environmentKey` to be set. Options: `leadTime` (asc) and `-leadTime` (desc). When query option is excluded, default sort is by created or merged date.
47-
$from = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Unix timestamp in milliseconds. Default value is 7 days ago.
48-
$to = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Unix timestamp in milliseconds. Default value is now.
47+
$from = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | Unix timestamp in milliseconds. Default value is 7 days ago.
48+
$to = new \DateTime('2013-10-20T19:20:30+01:00'); // \DateTime | Unix timestamp in milliseconds. Default value is now.
4949
$after = 'after_example'; // string | Identifier used for pagination
5050
$before = 'before_example'; // string | Identifier used for pagination
5151

docs/Api/SegmentsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $apiInstance = new LaunchDarklyApi\Api\SegmentsApi(
121121
$project_key = 'project_key_example'; // string | The project key
122122
$environment_key = 'environment_key_example'; // string | The environment key
123123
$segment_key = 'segment_key_example'; // string | The segment key
124-
$file = "/path/to/file.txt"; // \SplFileObject | CSV file containing keys
124+
$file = '/path/to/file.txt'; // \SplFileObject | CSV file containing keys
125125
$mode = 'mode_example'; // string | Import mode. Use either `merge` or `replace`
126126
$wait_on_approvals = True; // bool | Whether to wait for approvals before processing the import
127127

docs/Api/TeamsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ $apiInstance = new LaunchDarklyApi\Api\TeamsApi(
499499
$config
500500
);
501501
$team_key = 'team_key_example'; // string | The team key
502-
$file = "/path/to/file.txt"; // \SplFileObject | CSV file containing email addresses
502+
$file = '/path/to/file.txt'; // \SplFileObject | CSV file containing email addresses
503503

504504
try {
505505
$result = $apiInstance->postTeamMembers($team_key, $file);

0 commit comments

Comments
 (0)