Skip to content

Commit 80f78b8

Browse files
author
LaunchDarklyCI
committed
Version 3.3.2 automatically generated from ld-openapi@50be275.
1 parent 52c6b32 commit 80f78b8

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

api.ts

Lines changed: 4 additions & 4 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.1
5+
* OpenAPI spec version: 3.3.2
66
* Contact: support@launchdarkly.com
77
*
88
* NOTE: This class is auto generated by the swagger code generator program.
@@ -3884,8 +3884,8 @@ export class AuditLogApi {
38843884
*
38853885
* @summary Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.
38863886
* @param before A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
3887-
* @param after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
3888-
* @param q Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change.
3887+
* @param after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
3888+
* @param q Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change.
38893889
* @param limit A limit on the number of audit log entries to be returned, between 1 and 20.
38903890
* @param spec A resource specifier, allowing you to filter audit log listings by resource.
38913891
* @param {*} [options] Override http request options.
@@ -8400,7 +8400,7 @@ export class UsersApi {
84008400
* @param q Search query.
84018401
* @param limit Pagination limit.
84028402
* @param offset Specifies the first item to return in the collection.
8403-
* @param after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
8403+
* @param after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
84048404
* @param {*} [options] Override http request options.
84058405
*/
84068406
public getSearchUsers (projectKey: string, environmentKey: string, q?: string, limit?: number, offset?: number, after?: number, options: any = {}) : Promise<{ response: http.ClientResponse; body: Users; }> {

openapi.yml

Lines changed: 11 additions & 12 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.1
13+
version: 3.3.2
1414
host: app.launchdarkly.com
1515
basePath: /api/v2
1616
schemes:
@@ -1345,7 +1345,7 @@ definitions:
13451345
description: Whether the feature flag is a boolean flag or multivariate.
13461346
example: boolean
13471347
creationDate:
1348-
type: number
1348+
type: integer
13491349
format: int64
13501350
description: >-
13511351
A unix epoch time in milliseconds specifying the creation time of this
@@ -1410,7 +1410,7 @@ definitions:
14101410
additionalProperties:
14111411
$ref: '#/definitions/FeatureFlagConfig'
14121412
archivedDate:
1413-
type: number
1413+
type: integer
14141414
format: int64
14151415
description: >-
14161416
A unix epoch time in milliseconds specifying the archived time of this
@@ -1730,7 +1730,7 @@ definitions:
17301730
type: object
17311731
properties:
17321732
expirationDate:
1733-
type: number
1733+
type: integer
17341734
format: int64
17351735
description: Unix epoch time in milliseconds specifying the expiration date
17361736
example: 1735689600000
@@ -1752,7 +1752,7 @@ definitions:
17521752
type: object
17531753
properties:
17541754
expirationDate:
1755-
type: number
1755+
type: integer
17561756
format: int64
17571757
description: Unix epoch time in milliseconds specifying the expiration date
17581758
example: 1735689600000
@@ -1813,7 +1813,7 @@ definitions:
18131813
- ops
18141814
description: An array of tags for this user segment.
18151815
creationDate:
1816-
type: number
1816+
type: integer
18171817
format: int64
18181818
description: >-
18191819
A unix epoch time in milliseconds specifying the creation time of this
@@ -2132,7 +2132,6 @@ definitions:
21322132
properties:
21332133
lastPing:
21342134
type: string
2135-
format: int64
21362135
example: '2015-03-03T02:37:22.492Z'
21372136
environmentId:
21382137
type: string
@@ -2512,12 +2511,12 @@ definitions:
25122511
type: object
25132512
properties:
25142513
'0':
2515-
type: number
2514+
type: integer
25162515
format: int64
25172516
description: A key corresponding to a time series data point.
25182517
example: 0
25192518
time:
2520-
type: number
2519+
type: integer
25212520
format: int64
25222521
description: >-
25232522
A unix epoch time in milliseconds specifying the creation time of this
@@ -3119,7 +3118,7 @@ parameters:
31193118
required: false
31203119
description: >-
31213120
A timestamp filter, expressed as a Unix epoch time in milliseconds. All
3122-
entries returned will have occured after this timestamp.
3121+
entries returned will have occurred after this timestamp.
31233122
format: int64
31243123
type: integer
31253124
PatchRequest:
@@ -3160,8 +3159,8 @@ parameters:
31603159
required: false
31613160
description: >-
31623161
Text to search for. You can search for the full or partial name of the
3163-
resource involved or fullpartial email address of the member who made the
3164-
change.
3162+
resource involved or full or partial email address of the member who made
3163+
the change.
31653164
type: string
31663165
AuditLimit:
31673166
name: limit

0 commit comments

Comments
 (0)