Skip to content

Commit 78ec84f

Browse files
committed
2.0.4 automatically generated from 9bbb5a3
1 parent 959562a commit 78ec84f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* LaunchDarkly REST API
33
* Build custom integrations with the LaunchDarkly REST API
44
*
5-
* OpenAPI spec version: 2.0.3
5+
* OpenAPI spec version: 2.0.4
66
* Contact: support@launchdarkly.com
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -901,7 +901,7 @@ export class FeatureFlagStatus {
901901
*/
902902
'name': FeatureFlagStatus.NameEnum;
903903
'lastRequested': string;
904-
'_default': boolean;
904+
'_default': any;
905905

906906
static discriminator = undefined;
907907

@@ -924,7 +924,7 @@ export class FeatureFlagStatus {
924924
{
925925
"name": "_default",
926926
"baseName": "default",
927-
"type": "boolean"
927+
"type": "any"
928928
} ];
929929

930930
static getAttributeTypeMap() {

0 commit comments

Comments
 (0)