Skip to content

Commit 22b329b

Browse files
author
LaunchDarklyCI
committed
Version 3.3.1 automatically generated from ld-openapi@c61a322.
1 parent 547c57a commit 22b329b

File tree

219 files changed

+499
-495
lines changed

Some content is hidden

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

219 files changed

+499
-495
lines changed

README.md

Lines changed: 165 additions & 165 deletions
Large diffs are not rendered by default.

docs/UserTargetingExpirationForFlag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**expirationDate** | **Number** | Date scheduled for expiration | [optional]
6+
**expirationDate** | **Number** | Unix epoch time in milliseconds specifying the expiration date | [optional]
77
**variationId** | **String** | the ID of the variation that the user is targeted on a flag | [optional]
88
**userKey** | **String** | Unique identifier for the user | [optional]
99
**id** | **String** | | [optional]

docs/UserTargetingExpirationForSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**expirationDate** | **Number** | Date scheduled for expiration | [optional]
6+
**expirationDate** | **Number** | Unix epoch time in milliseconds specifying the expiration date | [optional]
77
**targetType** | **String** | either the included or excluded variation that the user is targeted on a segment | [optional]
88
**userKey** | **String** | Unique identifier for the user | [optional]
99
**id** | **String** | | [optional]

openapi.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
license:
1111
name: Apache 2.0
1212
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
13-
version: 3.3.0
13+
version: 3.3.1
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1730,8 +1730,10 @@ definitions:
17301730
type: object
17311731
properties:
17321732
expirationDate:
1733-
type: integer
1734-
description: Date scheduled for expiration
1733+
type: number
1734+
format: int64
1735+
description: Unix epoch time in milliseconds specifying the expiration date
1736+
example: 1735689600000
17351737
variationId:
17361738
type: string
17371739
description: the ID of the variation that the user is targeted on a flag
@@ -1750,8 +1752,10 @@ definitions:
17501752
type: object
17511753
properties:
17521754
expirationDate:
1753-
type: integer
1754-
description: Date scheduled for expiration
1755+
type: number
1756+
format: int64
1757+
description: Unix epoch time in milliseconds specifying the expiration date
1758+
example: 1735689600000
17551759
targetType:
17561760
type: string
17571761
description: >-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Build_custom_integrations_with_the_LaunchDarkly_REST_API",
55
"license": "Apache 2.0",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 2 additions & 2 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: 3.3.0
5+
* OpenAPI spec version: 3.3.1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -33,7 +33,7 @@
3333

3434
/**
3535
* @module ApiClient
36-
* @version 3.3.0
36+
* @version 3.3.1
3737
*/
3838

3939
/**

src/api/AuditLogApi.js

Lines changed: 2 additions & 2 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: 3.3.0
5+
* OpenAPI spec version: 3.3.1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* AuditLog service.
3636
* @module api/AuditLogApi
37-
* @version 3.3.0
37+
* @version 3.3.1
3838
*/
3939

4040
/**

src/api/CustomRolesApi.js

Lines changed: 2 additions & 2 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: 3.3.0
5+
* OpenAPI spec version: 3.3.1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* CustomRoles service.
3636
* @module api/CustomRolesApi
37-
* @version 3.3.0
37+
* @version 3.3.1
3838
*/
3939

4040
/**

src/api/CustomerMetricsApi.js

Lines changed: 2 additions & 2 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: 3.3.0
5+
* OpenAPI spec version: 3.3.1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* CustomerMetrics service.
3636
* @module api/CustomerMetricsApi
37-
* @version 3.3.0
37+
* @version 3.3.1
3838
*/
3939

4040
/**

src/api/DataExportDestinationsApi.js

Lines changed: 2 additions & 2 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: 3.3.0
5+
* OpenAPI spec version: 3.3.1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -34,7 +34,7 @@
3434
/**
3535
* DataExportDestinations service.
3636
* @module api/DataExportDestinationsApi
37-
* @version 3.3.0
37+
* @version 3.3.1
3838
*/
3939

4040
/**

0 commit comments

Comments
 (0)