Skip to content

Commit 262055a

Browse files
author
LaunchDarklyCI
committed
Version 3.3.2 automatically generated from ld-openapi@50be275.
1 parent 22b329b commit 262055a

File tree

219 files changed

+506
-507
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

+506
-507
lines changed

README.md

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

docs/AuditLogApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ var apiInstance = new LaunchDarklyApi.AuditLogApi();
2929

3030
var opts = {
3131
'before': 789, // Number | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
32-
'after': 789, // Number | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
33-
'q': "q_example", // String | 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.
32+
'after': 789, // Number | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
33+
'q': "q_example", // String | 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.
3434
'limit': 8.14, // Number | A limit on the number of audit log entries to be returned, between 1 and 20.
3535
'spec': "spec_example" // String | A resource specifier, allowing you to filter audit log listings by resource.
3636
};
@@ -50,8 +50,8 @@ apiInstance.getAuditLogEntries(opts, callback);
5050
Name | Type | Description | Notes
5151
------------- | ------------- | ------------- | -------------
5252
**before** | **Number**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. | [optional]
53-
**after** | **Number**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
54-
**q** | **String**| 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. | [optional]
53+
**after** | **Number**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
54+
**q** | **String**| 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. | [optional]
5555
**limit** | **Number**| A limit on the number of audit log entries to be returned, between 1 and 20. | [optional]
5656
**spec** | **String**| A resource specifier, allowing you to filter audit log listings by resource. | [optional]
5757

docs/UsersApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var opts = {
9494
'q': "q_example", // String | Search query.
9595
'limit': 56, // Number | Pagination limit.
9696
'offset': 56, // Number | Specifies the first item to return in the collection.
97-
'after': 789, // Number | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
97+
'after': 789, // Number | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
9898
};
9999

100100
var callback = function(error, data, response) {
@@ -116,7 +116,7 @@ Name | Type | Description | Notes
116116
**q** | **String**| Search query. | [optional]
117117
**limit** | **Number**| Pagination limit. | [optional]
118118
**offset** | **Number**| Specifies the first item to return in the collection. | [optional]
119-
**after** | **Number**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
119+
**after** | **Number**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
120120

121121
### Return type
122122

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

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.1",
3+
"version": "3.3.2",
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.1
5+
* OpenAPI spec version: 3.3.2
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.1
36+
* @version 3.3.2
3737
*/
3838

3939
/**

src/api/AuditLogApi.js

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: [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.1
37+
* @version 3.3.2
3838
*/
3939

4040
/**
@@ -60,8 +60,8 @@
6060
* 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.
6161
* @param {Object} opts Optional parameters
6262
* @param {Number} opts.before A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
63-
* @param {Number} opts.after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
64-
* @param {String} opts.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.
63+
* @param {Number} opts.after A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
64+
* @param {String} opts.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.
6565
* @param {Number} opts.limit A limit on the number of audit log entries to be returned, between 1 and 20.
6666
* @param {String} opts.spec A resource specifier, allowing you to filter audit log listings by resource.
6767
* @param {module:api/AuditLogApi~getAuditLogEntriesCallback} callback The callback function, accepting three arguments: error, data, response

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.1
5+
* OpenAPI spec version: 3.3.2
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.1
37+
* @version 3.3.2
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.1
5+
* OpenAPI spec version: 3.3.2
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.1
37+
* @version 3.3.2
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.1
5+
* OpenAPI spec version: 3.3.2
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.1
37+
* @version 3.3.2
3838
*/
3939

4040
/**

0 commit comments

Comments
 (0)