Skip to content

Commit 3a6a933

Browse files
committed
2.0.2 automatically generated from ce56e3f
1 parent 209be0a commit 3a6a933

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

api.ts

Lines changed: 19 additions & 1 deletion
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.1
5+
* OpenAPI spec version: 2.0.2
66
* Contact: support@launchdarkly.com
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -496,6 +496,10 @@ export class Environment {
496496
* Determines if this environment is in safe mode.
497497
*/
498498
'secureMode': boolean;
499+
/**
500+
* Set to true to send detailed event information for new flags.
501+
*/
502+
'defaultTrackEvents': boolean;
499503

500504
static discriminator = undefined;
501505

@@ -544,6 +548,11 @@ export class Environment {
544548
"name": "secureMode",
545549
"baseName": "secureMode",
546550
"type": "boolean"
551+
},
552+
{
553+
"name": "defaultTrackEvents",
554+
"baseName": "defaultTrackEvents",
555+
"type": "boolean"
547556
} ];
548557

549558
static getAttributeTypeMap() {
@@ -811,6 +820,10 @@ export class FeatureFlagConfig {
811820
'fallthrough': Fallthrough;
812821
'offVariation': number;
813822
'prerequisites': Array<Prerequisite>;
823+
/**
824+
* Set to true to send detailed event information for this flag.
825+
*/
826+
'trackEvents': boolean;
814827

815828
static discriminator = undefined;
816829

@@ -869,6 +882,11 @@ export class FeatureFlagConfig {
869882
"name": "prerequisites",
870883
"baseName": "prerequisites",
871884
"type": "Array<Prerequisite>"
885+
},
886+
{
887+
"name": "trackEvents",
888+
"baseName": "trackEvents",
889+
"type": "boolean"
872890
} ];
873891

874892
static getAttributeTypeMap() {

0 commit comments

Comments
 (0)